Hello again,
The following is a progress report on problems importing a saved project (or for that matter starting a new project in a new workspace).
Note that the above linker problem with the 1200 errors was solved in a more recent post LPCopen linker problem: how to change the linker to the correct workspace?
We have often asked how one fixes the includes section of the project explorer.
In principle, the create a new project wizard should handle this. In our IDE (11_8), the wizard usually fails, and at least right now, can't even complete the task of starting a project. (Is it written in a script that doesn't function on our computer?) We have re-installed the IDE with no improvement.
In any case, we have looked into the operation of the eclipse software lurking behind the LPC compiler.
The project settings has a *.xml file that handles the includes section. We "predict" that that file could be edited to fix the problem. For example:
<language id="org.eclipse.cdt.core.gcc" name="C Source File">
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_board_nxp_lpcxpresso_11u68\inc</includepath>
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_chip_11u6x\inc</includepath>
</language>
<language id="org.eclipse.cdt.core.assembly" name="Assembly Source File">
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_chip_11u6x\inc</includepath>
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_board_nxp_lpcxpresso_11u68\inc</includepath>
</language>
<language id="org.eclipse.cdt.core.com.crt.mcu.assembly" name="Additional Assembly Source Files">
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_chip_11u6x\inc</includepath>
<includepath>C:\Users\John\Documents\MCUXpressoIDE_11.8.0_1165\WS3M\lpc_board_nxp_lpcxpresso_11u68\inc</includepath>
</language>
We were unable to attach the full *.XML file (not allowed by this forum)
In any case, the depths of the Edit project settings has places to type in the includes, for example, "lpc_chip_11u6x\inc". Needs to be done in more than one place.
I hope this helps
jDrum