gowrisankar loganathan <lgowris@xxxxxxxxxxx> 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