- 积分
- 9
贡献55
飞刀12 FD
注册时间2022-10-8
在线时间2 小时
扫一扫,手机访问本帖
|
按照OKMX8MPQ-C_MCU手册_V1.0_2021.08.25上面编译MCU SDK出错,报错信息如下-- TOOLCHAIN_DIR: /usr
-- BUILD_TYPE: ddr_release
-- TOOLCHAIN_DIR: /usr
-- BUILD_TYPE: ddr_release
-- The ASM compiler identification is unknown
-- Found assembler: /usr/bin/arm-none-eabi-gcc
CMake Error at CMakeLists.txt:10 (ENABLE_LANGUAGE):
The CMAKE_ASM_COMPILER:
/usr/bin/arm-none-eabi-gcc
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Warning: Did not find file Compiler/-ASM
-- Configuring incomplete, errors occurred!
See also "/home/forlinx/work/OK8MP-linux-sdk/OK8MP-FreeRTOS/boards/evkmimx8mp/demo_apps/hello_world/armgcc/CMakeFiles/CMakeOutput.log".
See also "/home/forlinx/work/OK8MP-linux-sdk/OK8MP-FreeRTOS/boards/evkmimx8mp/demo_apps/hello_world/armgcc/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
|
|