Hi all,
I downloaded the Demo Code SW3735 (dated Aug.30th.2016) and tried to run this on a KINETIS FRDM-K64F board.
I did follow the instructions as of AN11845 but the KINETIS 2.0 Compiler did not compile the sources wit 1bout 135 Error Messages. Screenshot attached)
How can I get this working.
Regards,
Peter
Hello Peter Furtner,
Did you set the "PROJECT_KSDK_PATH" variable using slash ( / ) and not backslash ( \ ) as instructed in the user guide?
See below picture, in my case my path is [ C:/nxp/KSDK_2.0_FRDM-K64F ].
I hope this helps.
Let me know if you still have issues with the project.
Regards!
Jorge Gonzalez
Hello Peter,
Actually you found the issue. I think the builder is not happy with spaces in the include paths. To solve this make sure that all the include paths start and finish with double quotes ( " ). See below:
This should solve the compile errors.
Regards!
Jorge Gonzalez
Hi Peter,
That is strange, I did not get such error.
- Confirm that the linker file (MK64FN1M0xxx12_flash.ld) is actually present in that path.
- Give a check to the linker file path in the project settings:
- Also, looking at your console the error makes me think that the space in "KINETIS Demo" is still causing trouble. I would highly recommend you to place KSDK in the C:\nxp.
Regards!
Jorge Gonzalez
Good to know Peter!
And thank you for sharing the solution :smileyhappy:.
Regards!
Jorge Gonzalez