This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc for V850
gowrisankar loganathan <lgowris@hotmail.com> writes:
> I am finding the assembler and loader for the V850 has not been
> generated (I didn't find V50-elf-as or V50-elf-ld) in the target
> directory, what will be the correct configuration to generate this.
You need the GNU binutils. http;//sourceware.org/binutils/
You may also need a C library and a debugger. gcc is only a compiler,
nothing else.
Ian