I am using armv4b-unknown-linux-* utils from netwinder.com.
I am trying to compile some code(cygmon) and I get the following error.
What is the meaning of this error?

thanx
gopi


Error:
--------------------------------------------------------------------------------
armv4b-unknown-linux-gcc -I/usr/gopi/checkout/bootmon/newlib/libc/include/ -idirafter 
/usr/gopi/checkout/bootmon/newlib/targ-include -idirafter 
/usr/gopi/checkout/bootmon/newlib/libc/include -Wl,-Map,bsp.map -B./ -L./ `if [ -d 
../../../../bsp/common/ ]; then echo -B../../../../bsp/common/ ;
fi` -I../../../../bsp/include -I../../../../bsp/arm/include 
-I../../../../bsp/arm/ixp1200eb/include   -mbig-endian -g -O2 -Wall -fno-exceptions 
`if [ -d ../../../../bsp/arm/ixp1200eb/ ] ; then echo -B../../../../bsp/arm/ixp1200eb/ 
; fi` -specs=elf-ixp1200eb-rom.specs  -L../../newlib/ main.o
-o bsp.rom
./ixp1200eb-start.o: In function `start':
./ixp1200eb-start.o(.text+0x24): relocation truncated to fit: R_ARM_PC24 *UND*
collect2: ld returned 1 exit status
make: *** [bsp.rom] Error 1
--------------------------------------------------------------------------------


Contents of elf-ixp1200eb-rom.specs:
----------------------------------------------------------
%rename lib                 old_lib
%rename cpp                 old_cpp
%rename link                old_link
 
 *lib:
 -u isatty -u _exit -u _read -u _lseek -u _write -u _open -u _close -u _kill -u 
_getpid -u _sbrk -u _fstat -u _unlink -u _raise -u _gettimeofday -u _times -u _isatty 
-u __exit -u __read -u __lseek -u __write -u __open -u __close -u __kill -u __getpid 
-u __sbrk -u __fstat -u __unlink -u __raise -u __gettimeofday -u __times --start-group 
-lixp1200eb -lc -lgcc --end-group %(old_lib)
  
  *cpp:
  -D__CPU_IXP1200__ -D__BOARD_IXP1200EB__ -D__BOARD_HEADER__=\<bsp/ixp1200eb.h\> 
%(old_cpp)
   
   *startfile:
   crtbegin%O%s ixp1200eb-bsp-crt0%O%s ixp1200eb-c_bsp-crt0%O%s
    
    *link:
    -T bsp.ld%s -Ttext 0x00000000 %(old_link)          
----------------------------------------------------------


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
http://www.arm.linux.org.uk/armlinux/mailinglists.php
Please visit the above addresses for information on this list.

Reply via email to