Unable to create new project in KDS with KSDK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Unable to create new project in KDS with KSDK

ソリューションへジャンプ
1,374件の閲覧回数
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 件の賞賛
返信
1 解決策
4 返答(返信)
1,367件の閲覧回数
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

1,361件の閲覧回数
stdcerr
Contributor IV

Hi Jing,

 

Thanks for the response.

I'll give it a try! Thanks!

0 件の賞賛
返信
1,357件の閲覧回数
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 件の賞賛
返信
1,333件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport