no rule to make target

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

no rule to make target

871件の閲覧回数
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 返信

404件の閲覧回数
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 件の賞賛