I'm trying to compile a project that was started with a full version of iar workbench. (I'm not running into a code size limit.) When I compile a file that includes stdint.h, I get a compiler error:
Error[Pe861]: invalid character in input line C:\Program Files (x86)\IAR Systems\Embedded Workbench 6.4\430\LIB\DLIB\dl430xlfn.h 1
It appears that the compiler is trying to compile the dl430xlfn.h file but since this is the limited version, it doesn't inlcude the source for that file, just the precompiled library. I can't figure out why or what to do about it.
Any help would be appreciated. Thanks.