no rule to make target

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

no rule to make target

862 次查看
jonathansmyth
Contributor III

Can somebody tell me why i get this error?

JB4.2.2 imx6dl why are my libraries missing or what mus i do to have them generated

Copy: out/target/product/fsimx6dl_efusa9/root/fstab.freescale

make: *** No rule to make target 'out/target/product/fsimx6dl_efusa9/obj/STATIC_LIBRARIES/librecovery_ui_imx_intermediates/export_includes', needed by 'out/target/product/fsimx6dl_efusa9/obj/EXECUTABLES/recovery_intermediates/import_includes'.  Stop.


thanks

标签 (2)
0 项奖励
1 回复

395 次查看
jimmychan
NXP TechSupport
NXP TechSupport

problem may due to your Makefile:

for example:

SRC_FILES = \LF

    ch01.xml \LF

    ch02.xml \LF

    ref.xml \      LF

LF here is the line break.

please check if there have some spaces "       " after '\' . Then may cause this error. If it is the case, please try to remove the spaces between '\' and the LF. Then it should work.

0 项奖励