I cannot import Kinetis_Examples\KE\GPIO_demo. My CW version is 10.6.
I imported Existing Projects into Workspace.
Projects: GPIO_demo (c\Freescale\CW MCU v10.6\MCU\CodeWarrior_Examples\Kinetis_Examples\KE\build\cw\ke02\GPIO_demo).
Clean and Build. Then Errors (1 items). Mingw32-make: *** No rule to make target….
Question1: Why?
Question2: I cannot view GPIO_demo.c. Error retrieving content description for resource GPIO_demo.c. Why?
Please teach me answers.
Best Regard.
解決済! 解決策の投稿を見る。
Hello Tadahiro Takase:
Those example projects have relative include paths. It seems you are copying the project instead of importing the original, so the relative paths are not valid anymore.
To solve the problem do this:
1) Delete the project from your workspace:
2) Import the project again, but uncheck the box "Copy projects into workspace":
Now you can build with no errors and also you can open GPIO_demo.c.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Tadahiro Takase:
Those example projects have relative include paths. It seems you are copying the project instead of importing the original, so the relative paths are not valid anymore.
To solve the problem do this:
1) Delete the project from your workspace:
2) Import the project again, but uncheck the box "Copy projects into workspace":
Now you can build with no errors and also you can open GPIO_demo.c.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------