This is the mail archive of the ecos-discuss@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]

Enable thumb interworking?


Since it's not possible to build the eCos kernel with thumb enabled, I have 
been attempting to build my application with -mthumb and -mthumb-interwork, 
and the eCos kernel with just -mthumb-interwork.

However, when I link my application with, arm-elf-ld tells me that none of 
the eCos kernel modules have interworking enabled, and obviously the binary 
is useless because of this.

Is there a way to get this working? (is it -mthumb-interwork or 
-fthumb-interwork? Neither appears to work, anyway)

Secondly, why is the ecos/install/lib/target.ld file always generated 
incorrectly by ecosconfig? The spacing is all screwed; every word has a 
carriage return after it. I have to copy the linker script from my Windows 
machine in order to link at all.
=== Lewin A.R.W. Edwards (Embedded Engineer)
Work: http://www.digi-frame.com/
Personal: http://www.zws.com/ and http://www.larwe.com/

"Und setzet ihr nicht das Leben ein,
Nie wird euch das Leben gewonnen sein."


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