No rule to make target

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

No rule to make target

ソリューションへジャンプ
1,663件の閲覧回数
randalford
Contributor II

Need help getting started with Kenetis design studio.

I try to follow video, but when building ksdk_startup_lib_K22F51212 get error:

 

16:15:07 **** Build of configuration debug for project ksdk_startup_lib_K22F51212 ****

make -k all

make: *** No rule to make target 'C:/platform/devices/startup.c', needed by 'startup/startup.o'.

make: *** No rule to make target 'C:/platform/devices/MK22F51212/startup/system_MK22F51212.c', needed by 'startup/system_MK22F51212.o'.

make: Target 'all' not remade because of errors.

ラベル(1)
1 解決策
1,467件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

what's KDS and SDK version do you work with?

which video do you refer to?

I just tested ksdk_startup_lib_K22F51212 with KDS3.2 and KSDK1.3, it works normal from my side. see my attached video.

do clean before build is very good to avoid the old association.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
3 返答(返信)
1,467件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Randal,

"no rule to make target" means that the make cannot resolve/find the files (see https://mcuoneclipse.com/2012/03/12/no-rule-to-make-target/ ). Can you do a 'Clean' on the project?

I hope this helps,

Erich

1,468件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

what's KDS and SDK version do you work with?

which video do you refer to?

I just tested ksdk_startup_lib_K22F51212 with KDS3.2 and KSDK1.3, it works normal from my side. see my attached video.

do clean before build is very good to avoid the old association.


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
1,467件の閲覧回数
randalford
Contributor II

Thank you Zhang for the video. The ones I found are too small to see. Where can I find others in this format? Or even better, a written walk-through. I have resolved the issue by creating a new workspace then following your video.