Unable to create new project in KDS with KSDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to create new project in KDS with KSDK

Jump to solution
772 Views
stdcerr
Contributor IV

Hi,

I want to create a little sample application (for the purpose of experimenting with a UART interrupt) and for this,

  • I've created a new "Kinetis SDK 1.x Project"
  • called it "UARTtest" and selected the default location.
  • I selected my MCU `MK64FN1M0xxx12`,
  • selected `KSDK manaul selection` and
  • provided the absolute path to my SDK directory: `/path/to/src/project/KSDK_1.3.0`.
  • I also selected the GNU C Compiler and hit Finish.
  • I changed the path to my default toolchain and confirmed that I can build the empty project.
  • Now, I dragged `/path/to/project/KSDK_1.3.0/platform/drivers/src/uart/fsl_uart_irq.c` onto the Sources/ directory in my just created new project UARTtest. I selected to copy the file to the destination.
  • And now my project won't build anymore, I keep getting
../Sources/fsl_uart_irq.c:31:10: fatal error: fsl_uart_driver.h: No such file or directory

Which is the first line of my copied file `fsl_uart_irq.c`.
How can I tell KDS to look for the header?

I already provided it with the path to the SDK directory.

0 Kudos
Reply
1 Solution
4 Replies
765 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi stdcerr,

Please download use KDS for new project. It is fade out. Please use MCUXpresso IDE and download k64 SDK from https://mcuxpresso.nxp.com. The most update version 2.8.x.

 

Regards,

Jing

759 Views
stdcerr
Contributor IV

Hi Jing,

 

Thanks for the response.

I'll give it a try! Thanks!

0 Kudos
Reply
755 Views
stdcerr
Contributor IV

hi Jing,

 

I've downloaded and installed "MCUXpresso IDE v11.2.0 [Build 4120] [2020-07-09]", but am experiencing troubles when attempting to download an SDK, please see https://community.nxp.com/t5/Kinetis-Microcontrollers/unable-to-download-SDK/td-p/1165612/jump-to/fi...

I am developing on a MK64FN1M0VLL12

0 Kudos
Reply
731 Views
jingpan
NXP TechSupport
NXP TechSupport