This is the mail archive of the ecos-bugs@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000075] problem while linking the files(runing a make file)


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000075


jifl@ecoscentric.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Additional Comments From jifl@ecoscentric.com  2004-14-03 05:45 -------
Your linker script is incomplete. There's a reason why we generate the eCos one!
If you want to write your own, base it on the generated one, or better still
change the memory layout in the platform HAL you're using. Look at the
include/pkgconf/ subdirectory of the platform HAL.

You'll probably also find that listing the objects individually to link is
error-prone. Finally you should not use powerpc-eabi-ld directly as you may use
the wrong gcc multilibs. Use powerpc-eabi-gcc instead to link.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]