Please re-read the PM I have sent in reply to your e-mail. As already
requested there: please create a minimal example including all sources,
linker-script and (complete) makefile which shows the issue. Pack it
into a ZIP-archive and attach it to a message. It's difficult to help if
you show just a few lines from a makefile. Before you send the example,
please review the makefile:
- I suggest to use the frontend (...gcc) to call the assembler
- Try to avoid usage of absolute pathes in the makefile.
- Use the frontend to call the linker, do not call ...-ld directly. With
this there is no need to set absolute pathes to the used libc.
I will try to reproduce the issue here with a GNU toolchain from a
non-Yagarto package but maybe other reader of the forum can test with
tools from Yagarto once you have uploaded your example.