gowrisankar loganathan <lgowris@xxxxxxxxxxx> writes: > The configuration indiates it is using gnu assembler and loader, the below is the configuration > > $ v850-elf-gcc -v > Using built-in specs. > Target: v850-elf > Configured with: ../../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-new > lib -v > Thread model: single > gcc version 4.3.0 (GCC) That unfortunately doesn't mean very much. You have to actually compile something and see which assembler is actually run. v850-elf-gcc -v -c foo.c Ian