Re: help regarding ld

2005-03-18 Thread Nick Clifton
Hi Aram, i am using the arm-elf-gcc compiler to generate the assembly code arm-elf-gcc -mthumb -S new.c after this i use the arm-elf-as for genrating machine code arm-elf-as new.s Note - these two steps could be combined into one by using the -c switch instead of the -S switch: arm-elf-gcc -

help regarding ld

2005-03-18 Thread aram bharathi
hi, i am using the arm-elf-gcc compiler to generate the assembly code arm-elf-gcc -mthumb -S new.c after this i use the arm-elf-as for genrating machine code arm-elf-as new.s it produces one a.out file.. arm-elf-ld a.out produces error like arm-elf-ld: warning: cannot find entry sym