cmake命令行编译问题
已解决
开发环境搭建
-
我这边cmake编译报错
客户端cmake爆这个错误
-
mkdir build cd build PS C:\Users\Frankie\Downloads\test_project\Adc_All_Channel_Demo> cd .\build\ PS C:\Users\Frankie\Downloads\test_project\Adc_All_Channel_Demo\build> cmake .. -DARM_CPU="cortex-m33" -DDEVICE_NAME="YTM32B1MD1" -DTOOLCHAIN="GCC" -DCMAKE_TOOLCHAIN_FILE="./../cmake/gcc.cmake" -G Ninja -- The C compiler identification is GNU 10.3.1 -- The CXX compiler identification is GNU 10.3.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Users/Frankie/AppData/Roaming/yt_config_tool/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Users/Frankie/AppData/Roaming/yt_config_tool/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-g++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The ASM compiler identification is GNU -- Found assembler: C:/Users/Frankie/AppData/Roaming/yt_config_tool/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe -- Configuring done (1.8s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: DEVICE_NAME TOOLCHAIN -- Build files have been written to: C:/Users/Frankie/Downloads/test_project/Adc_All_Channel_Demo/build PS C:\Users\Frankie\Downloads\test_project\Adc_All_Channel_Demo\build> ninja [31/31] Linking C executable Adc_All_Channel_Demo.elf text data bss dec hex filename 9948 329 2160 12437 3095 Adc_All_Channel_Demo.elf PS C:\Users\Frankie\Downloads\test_project\Adc_All_Channel_Demo\build>
-
-
帮助没办法联网的电脑使用YCT
帮助改进和优化YT CONFIG TOOL,有机会抽取YTM32B1ME0 EVB哦...