Skip to content

arm CPU support #3746

@vicuna

Description

@vicuna

Original bug ID: 3746
Reporter: administrator
Assigned to: @xavierleroy
Status: closed (set by @xavierleroy on 2011-05-29T10:14:22Z)
Resolution: fixed
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)
Monitored by: @glondu bacam karl n8gray gerd

Bug description

Full_Name: Robert Nagy
Version: 3.08.3
OS: OpenBSD
Submission from: amazonas-2734.adsl.datanet.hu (195.56.242.194)

I am trying to build ocaml on OpenBSD/Zaurus.
cpu0 at mainbus0: PXA27x rev 4 (XScale core)
cpu0: DC enabled IC enabled WB enabled LABT branch prediction enabled
cpu0: 32KB(32b/l,32way) I-cache, 32KB(32b/l,32way) wr-back-lock D-cache
hw.machine=zaurus
hw.model=PXA27x rev 4 (XScale core)
hw.ncpu=1
hw.byteorder=1234
hw.physmem=67108864
hw.usermem=66850816
hw.pagesize=4096
hw.disknames=wd0
hw.diskcount=1

But it seems that there are some problems in arm.S

gcc -c -DSYS_openbsd -pthread -o arm.o arm.S ||
{ echo "If your assembler produced syntax errors, it is probably unhappy with
the"; echo "preprocessor. Check your assembler, or try producing arm.o by
hand."; exit 2; }
arm.S: Assembler messages:
arm.S:21: Warning: ignoring redefinition of register alias 'sp'
arm.S:22: Warning: ignoring redefinition of register alias 'lr'
arm.S:23: Warning: ignoring redefinition of register alias 'pc'
arm.S:112: Error: selected processor does not support stfd f0,[sp,#-8]!' arm.S:113: Error: selected processor does not support stfd f1,[sp,#-8]!'
arm.S:114: Error: selected processor does not support stfd f2,[sp,#-8]!' arm.S:115: Error: selected processor does not support stfd f3,[sp,#-8]!'
arm.S:125: Error: selected processor does not support ldfd f4,[sp],#8' arm.S:126: Error: selected processor does not support ldfd f5,[sp],#8'
arm.S:127: Error: selected processor does not support ldfd f6,[sp],#8' arm.S:128: Error: selected processor does not support ldfd f7,[sp],#8'
arm.S:184: Error: selected processor does not support stfd f7,[sp,#-8]!' arm.S:185: Error: selected processor does not support stfd f6,[sp,#-8]!'
arm.S:186: Error: selected processor does not support stfd f5,[sp,#-8]!' arm.S:187: Error: selected processor does not support stfd f4,[sp,#-8]!'
arm.S:240: Error: selected processor does not support ldfd f4,[sp],#8' arm.S:241: Error: selected processor does not support ldfd f5,[sp],#8'
arm.S:242: Error: selected processor does not support ldfd f6,[sp],#8' arm.S:243: Error: selected processor does not support ldfd f7,[sp],#8'
If your assembler produced syntax errors, it is probably unhappy with the
preprocessor. Check your assembler, or try producing arm.o by hand.
gmake: *** [arm.o] Error 2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions