Resolving External References

Jie Zhang zhangjie@magima.com.cn
Thu Mar 27 16:55:00 GMT 2003


Savithri Venkatachalapathy, Noida wrote:

>Commands:
>---------
>
>    gcc -c -EL  -fpic -o a.o fun1.c 
>    gcc -c -EL  -fpic -o b.o fun2.c 
>    ld -verbose -i  -EL -fpic -o mytest.elf -defsym __start=0xbfc00000
>-Tmyapp_lnk a.o b.o
>
Try to remove the '-fpic' option from the three command.

- Jie



More information about the Binutils mailing list