居云生 发表于 2022-10-12 11:13:39

MUC SDK编译出错

按照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.


Q_Y_X 发表于 2022-10-12 15:49:13

您好,需要看一下您具体的操作步骤,单看报错结果不好排查问题。您方便的话可以将您的操作步骤发送到我们的邮箱linux@forlinx.com 标明您所使用的平台,效率更高。
页: [1]
查看完整版本: MUC SDK编译出错