On Mon, Nov 08, 2010 at 11:47:12PM -0800, William Chops Westfield wrote: > > On Nov 8, 2010, at 1:48 PM, Daniel Beer wrote: > > > * Support for Olimex MSP430-JTAG-ISO. > > No longer compiles on MacOS: > > cc -I/opt/local/include -DUSE_READLINE -O1 -Wall -Wno-char-subscripts > -ggdb -o uif.o -c uif.c > uif.c:28:26: error: linux/serial.h: No such file or directory > uif.c: In function 'open_olimex_iso': > uif.c:92: error: storage size of 'serial_info' isn't known > uif.c:102: error: 'ASYNC_SPD_CUST' undeclared (first use in this > function) > uif.c:102: error: (Each undeclared identifier is reported only once > uif.c:102: error: for each function it appears in.) > uif.c:104: error: 'TIOCSSERIAL' undeclared (first use in this function) > uif.c:92: warning: unused variable 'serial_info' > make: *** [uif.o] Error 1 > > > I commented out the olimex_iso open function, and the rest seems ok.
I should've realised that when I included something from linux/. Does anyone know if OS/X has a TTY driver for the MSP430-JTAG-ISO? If not, perhaps it's best that I just disable that driver on anything but Linux. I guess it's not going to work on Win32 either... - Daniel ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
