升级CAISA2.0后,用升级包给的image_classifier程序验证成功,但希望利用Hand_on实验包中Hands_on\deployment\Runtime\ImageClassification的源代码cmake/make后生成的image_classifier程序scp到板子后,提示运行出错,应该是编译环境和设置问题吧?请问在虚拟机环境中应如何设置编译环境及参数?
修改Cmakelist.txt 中的option (CROSSCOMPILE "Whether to cross compile" ON)后,
在ld过程中报错:
/home/corerain/workspace/toolchain/gcc-arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/7.3.1/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lplumber_ir
/home/corerain/workspace/toolchain/gcc-arm-linux-gnueabihf/bin/../lib/gcc/arm-linux-gnueabihf/7.3.1/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lRbRuntime
请问如何处理?(新版的虚拟机环境中)