Hi,
For one of our project we are building our code base for c6x linux using uclinux compiler.
Basically our compiling code has 3 major modules. If we compiling each modules independently, we are not observing any issues.
But when we do combine compilation, we see some linker issues.
/home/test/my-linux-c6x/gcc-c6x/c6x-4.5/bin/../lib/gcc/c6x-uclinux/4.5.1/crtbegin.o:(.fini+0x0): relocation truncated to fit: R_C6000_PCR_S21 against `.text'
/home/test/my-linux-c6x/gcc-c6x/c6x-4.5/bin/../lib/gcc/c6x-uclinux/4.5.1/crtend.o:(.init+0x0): relocation truncated to fit: R_C6000_PCR_S21 against `.text'
Has any one encountered such issues while using uclinux?
Solutions are badly needed.
Regards,
Shrinivas