fenugrec / nisprog

nisprog Nissan ECU reflashing tool
GNU General Public License v3.0
77 stars 17 forks source link

make command failed #6

Closed ikabsd closed 4 years ago

ikabsd commented 4 years ago

1) ran cmake . 2) ran make and it throws error:

external/scantool/libfreediagcli.a(scantool_cli.c.o):(.rodata+0x518): undefined reference to `v850_cmd_table' collect2: error: ld returned 1 exit status CMakeFiles/nisprog.dir/build.make:227: recipe for target 'nisprog' failed make[2]: [nisprog] Error 1 CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/nisprog.dir/all' failed make[1]: [CMakeFiles/nisprog.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2