Rockbox Development > Starting Development and Compiling

Undefined Reference Issue while compiling

<< < (3/3)

srawat_itpro:
Thanks Domonoky, your suggestion helped and with some more changes I'm able to create the output file.

I have a confusion... When the make enters the LD rockbox.ezxe6 section... it should be using arm-linux-ld for linking... but instead it tries to use arm-linux-gcc as a linker with a command like


--- Code: ---arm-linux-gcc -o <output name> <object files> -lc -lpthread etc..
--- End code ---

This is happening even when in my makefile I have specified


--- Code: ---export LD=$(TOOLCHAIN_PATH)/bin/arm-linux-ld

--- End code ---

Any idea why this starnge behaviour???

Rgds
Sandeep

Navigation

[0] Message Index

[*] Previous page

Go to full version