This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
C startup code for NEC V850E?
- From: Torsten Mohr <tmohr at s dot netic dot de>
- To: binutils at sources dot redhat dot com
- Date: Thu, 11 Aug 2005 01:07:11 +0200
- Subject: C startup code for NEC V850E?
Hi,
i hope this is not off-topic.
I compiled and installed binutils-2.16 and gcc-3.4.4
for --target=v850-unknown-elf.
Now i'm searching for a C startup code and maybe some
short examples. I'd first like to do some normal
standalone projects for an embedded device, so there
is no operating system and not yet any C library (i
will provide any missing functions myself).
Googling for startup code did not bring up any useful
links.
Can anybody give me some hints for this?
I use a NEC V850 E-Core, so i ive the option -mv850e to
gcc. As this gives different undefined symbols when
linking a standard project, i think the startup code
must be different to a normal V850.
Best regards,
Torsten.