I have an problem with my compiler. I’m currently using Imagecraft: ICCARM, works great but I have an error in the file “fsdata.c” from the site:
http://www.rowley.co.uk/msp430/uip.htm (dont get confused with MSP430 !!!)
The error is in this line:
const struct fsdata_file file_cgi_files = {{NULL, data_cgi_files, data_cgi_files + 11, sizeof(data_cgi_files) - 11}};
my compiler has an problem with NULL, and responds with this an skipping error. Is there anybody who knows and answer for this problem. I personally thinks its a the problem from my compiler, if anbody knows this for sure plz tell me.
Rhino