[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
I also had to add an '#include <bsp.h>' in the beginning of init.c,
and put a prototype in for Init before #include-ing confdefs.h.
Once I fix all that stuff, it compiles, but fails linking.
Here's the output from the linker:
arm-rtems-objcopy -I binary -O elf32-littlearm tarfile o-debug/tarfile.o
arm-rtems-objcopy: Warning: Output file cannot represent architecture UNKNOWN!
arm-rtems-ld -r -o o-debug/temp.o o-debug/init.o o-debug/tarfile.o
arm-rtems-ld: ERROR: o-debug/tarfile.o uses hardware FP, whereas o-debug/temp.o uses software FP
It's claiming the output of objcopy uses hardware floating point!
The only symbols in tarfile.o are:
00002800 D _binary_tarfile_end
00002800 A _binary_tarfile_size
00000000 D _binary_tarfile_start
Any suggestions?
Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://rtems.rtems.org/pipermail/rtems-users/attachments/20030917/0a68cbf6/attachment.bin