This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Linking embedded V850 applications?


Hi,

I am using gnuxtools GCC 3.3.2 (I don't use any C++ features, only pure ANSI
C) on the Windows 2000 platform for V850 embedded development. My embedded
system is rather simple with 256K internal Flash ROM starting at 0x000000
and 16K internal memory starting at 0xffffb000. My main problem is linking
my application. First of all, when I try to setup a simple linker script I
get a lot of messages with undefined references to symbols like __ctbp, __ep
and __gp, ___dtors_end etc. I have found huge linker scripts that somehow
seams to deal with these references, but I haven't yet been able to modify
any of these to produce a runable application. I'm having a feeling that I'm
doing something wrong here. Do I need another library clib.a or crt0.o?

Can anybody help me?

Best regards
Peter Franklen


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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