3
« on: May 02, 2005, 04:40:30 am »
Hi everybudy, I'm happy using my zaurus with the latest pdaxrom, the best rom I tried. After a few day I decided to port my owns appl. (maybe evince, because xpdf fails to open a pdf ) to pdaxrom, for that I tried:
pdaxromsdk-1.1.0-softfloat.tar
But when I try to compile something I get errors like this:
/opt/zaurus/cross/arm/3.3.2-vfp/bin/../lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/as: Symbol `bfd_abs_section' has different size in shared object, consider re-linking
/opt/zaurus/cross/arm/3.3.2-vfp/bin/../lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/as: Symbol `bfd_und_section' has different size in shared object, consider re-linking
/opt/zaurus/cross/arm/3.3.2-vfp/bin/../lib/gcc-lib/armv5tel-cacko-linux/3.3.2/../../../../armv5tel-cacko-linux/bin/as: Symbol `bfd_com_section' has different size in shared object, consider re-linking
Assembler messages:
FATAL: can't create /tmp/ccppN4Be.o: Invalid bfd target
And whe I run the assembler directly:
armv5tel-linux-as: Symbol `bfd_abs_section' has different size in shared object, consider re-linking
armv5tel-linux-as: Symbol `bfd_und_section' has different size in shared object, consider re-linking
armv5tel-linux-as: Symbol `bfd_com_section' has different size in shared object, consider re-linking
GNU assembler version 2.15 (armv5tel-cacko-linux) using BFD version 2.15
Assembler messages:
FATAL: can't create a.out: Invalid bfd target
Somebody could tell what is wrong?
Best regards