Looks like header file missed. Check if signal.h included and path to the msp430 includes are correct (pass -v option to the compiler)
5. Putting code at specific address. is in FAQ, which can be found in msp430-libc distr (or via cvs) ~d On Fri, 7 Jun 2002 18:35:32 +1000 "Jan Szymanski" <[email protected]> wrote: > Hi, > Maybe You would be able to help me with GNU C for MSP430. > It works OK on my work computer under Windows2000. > > Unfortunately at home doesn't. > I tried to compile an example (easy web as included in the package) > and have the following: > > D:\Sources\MSP430\Test>msp430-gcc -mmcu=msp430x149 -o easyweb -O easyweb.c > In file included from tcpip.c:12, > from easyweb.c:22: > tcpip.h:253: parse error before numeric constant > tcpip.h:253: warning: data definition has no type or storage class > In file included from easyweb.c:22: > tcpip.c:889: parse error before numeric constant > D:\Sources\MSP430\Test>msp430-objdump -DS easyweb.exe 1>easyweb.dis > D:\Sources\MSP430\Test>msp430-objcopy -O ihex easyweb.exe easyweb.hex > > Any idea what is wrong? > I am using same sources and similar installation on both computers. > Another question is about linker script. How can I generate a table of > constants > under specified flash address of MSP430F149? > > Best Regards > Jan Szymanski > [email protected] > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > /******************************************************************** ("`-''-/").___..--''"`-._ (\ Dimmy the Wild UA1ACZ `6_ 6 ) `-. ( ).`-.__.`) Enterprise Information Sys (_Y_.)' ._ ) `._ `. ``-..-' Nevsky prospekt, 20 / 44 _..`--'_..-_/ /--'_.' ,' Saint Petersburg, Russia (il),-'' (li),' ((!.-' +7 (812) 3468202, 5585314 ********************************************************************/
