no rule to make target

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

no rule to make target

860 Views
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

Labels (2)
0 Kudos
1 Reply

393 Views
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 Kudos