public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* NECV850 C-compiler
@ 2001-11-04 20:58 Claudio Serra
  2001-11-09 10:38 ` Rupert Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Claudio Serra @ 2001-11-04 20:58 UTC (permalink / raw)
  To: gcc-help

Hi folks!

My problem is finding C compilers for microcontrollers NECV850. The core is
the same of the V800 serie, so even compilers sold as V800 would fit.
Of course my hope is finding one at the lowest price, because it's very easy
finding one for 5000$ and working on a PC only,  which is quite a
catastrophic situation for a small firm like the one I'm working in.
Thanks for any kind of help!

claudio serra
dev@menfis.it




^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: NECV850 C-compiler
  2001-11-04 20:58 NECV850 C-compiler Claudio Serra
@ 2001-11-09 10:38 ` Rupert Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Rupert Wood @ 2001-11-09 10:38 UTC (permalink / raw)
  To: 'Claudio Serra'; +Cc: gcc-help

Claudio Serra wrote:

> My problem is finding C compilers for microcontrollers NECV850.

GCC supports the NEC V850.

To build a complete toolchain, you need:

    gcc          (compiler)
    binutils     (assembler and linker)
    newlib       (standard C library for embedded systems)

There may be a Cross-GCC FAQ around on the GCC site (I haven't seen one
for a while). However, as far as I know, the easiest way to get up and
running is to build all three together. If you extract all three sets of
sources, you'll notice that the top level directory is roughly the same
for all three; either copy or use cpio link games to combine all three
source trees at the top level directory (allow the GCC files to take
precedence) and then configure and build the GCC toolchain as normal
(except don't 'make bootstrap' - just 'make').

You'll want to configure with option '--target=v850-coff' (or replace
'coff' with another binary object format, e.g. 'elf', as required) and
probably specify a new prefix and required language subset.

Hope that helps,
Rup.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-20  9:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-04 20:58 NECV850 C-compiler Claudio Serra
2001-11-09 10:38 ` Rupert Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).