Hi all,

I'm a first time user for msp430-gcc.
I just install and msp430 binutil, msp430-gcc and
msp430-libc on cygwin under winXP.

When I compile the example code leds in msp430-libs
directory, I got the following message.

msp430-gcc -mmcu=msp430x1121 -O2 -Wall -g -c lcd.c
In file included from lcd.c:25:
hardware.h:4:16: io.h: No such file or directory
hardware.h:6:20: signal.h: No such file or directory
hardware.h:8:22: iomacros.h: No such file or directory
lcd.c: In function `lcdBusy':
lcd.c:34: `P1DIR' undeclared (first use in this
function)
...

It seems like msp430-gcc cannot find the library path.
Is there anyway I explicitly specify the library path.

Thanks
Frank


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

Reply via email to