Hi Alice,
First, to answer your question, I'm using KDS 2.0.0with KSDK 1.1.0 on a
Windows 7 system. The KDS and KSDK are both installed to C:\Freescale.
My project is located at C:\Projects\Rebuild.
What I did this morning is build up a new project from scratch. I used
PE to load all the components needed. Once I had the same structure as
my original project, I generated the code and compiled. Since that was
clean, I copied over the source files from the other project and
recompiled. That was also clean
At that point, I did not have the I2C component added. So, I added it
in, regenerated the code and compiled. Thankfully, I got the same error,
but this time the project settings were as I expected them to be. So
that eliminated that possible problem.
Separately, I generated a short project that just had MQX and the I2C.
Since that compiled cleanly, I think it can eliminate the I2C as being
the source of the problem.
The attached file is the new project (Rebuild) that shows this problem.
After you unzip it and import it into a project, if you just use PE to
generate the code and compile, you should see the problem.
I'm sort of second guessing it, but it looks as though the string being
passed as the command line to the compiler might exceed the maximum
length allowed by Windows.
Let me know if you find anything (particularly a solution!) or need more
information.
Thanks,
Dave