gowrisankar loganathan wrote:
Hello All,
I build the tool chain for v850 with following command
$ ../../gcc_source/gcc-4.3.0/configure --target=v850-elf -prefix=/tools --exec-
prefix=/tools/Gnu-i686-V850 --with-gnu-as --with-gnu-ld --with-newlib -v 2>&1 |
tee configure.out
$ make -w all-gcc install-gcc LANGUAGE="c c++" 2>&1 | tee make.out
and then try to compile test file as follows
[ ... ]
$ v850-elf-gcc -Wall test.c -o test
test.c: In function 'main':
test.c:16: warning: 'return' with no value, in function returning non-void
/cygdrive/c/DOKUME~1/SECOND~1/LOKALE~1/Temp/ccI33e2q.s: Assembler messages:
Note it says "assembler messages". Have you built and installed a v850
assembler?
jeff