gcc in its very basic form, I tried the include flag, > > '-I/usr/local/lib/gcc/msp430-elf/4.8.0/plugin/include/config/msp430/msp430.h', > still it fails. >
option-1: (command line option) Remove the header file name 'msp430.h' from the above flag and try -I/usr/local/lib/gcc/msp430-elf/4.8.0/plugin/include/config/msp430 option-2: (Through environment variable) $C_INCLUDE_PATH=/usr/local/lib/gcc/msp430-elf/4.8.0/plugin/include/config/msp430 $export C_INCLUDE_PATH Now compile your program and post your results. S. Baskar _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
