Hi all,
I'm building the elf2flt converter in order to provide flat binaries (init and sh) to the kernel. The compiling has been done correctly and I have tested it with an .ELF file.
I had received the following error message:

ERROR: text=0x667c overlaps data=0x60 ?

After investigations, it seems that I need to provide the elf2flt.ld linker script during linking
with -Telf2flt.ld option, but I receive the following error:

$ /usr/local/cortus/lib/gcc/aps3/4.1.2/../../../../aps3/bin/ld: cannot find W_RODAT
collect2: ld returned 1 exit status

How can I resolve this error?
Any suggestions?

Thanks in advance.
Regards



_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to