• cmake tool(arm-none-eabi-gcc) compile C++ code, report as.exe: CreateProcess: No such file or directory
    I use cmake tool to compile(arm-none-eabi-gcc) project, but error reported when compiling c++ code (on Windows64); Here is an example of my compile and result: ``` FAILED: product/wear/wear/CMakeFiles...
  • CMake Assembler Errors: unrecognized opcode:func_export / unsupported relocation against r3
    (1) I’m getting CMake assembler errors such as: testing.s:137: Error: unrecognized opcode: ‘func_export(testing)’ testing.s:146: Error: unrecognized opcode: ‘func_begin(testing)’ testing.s:217...
  • CMake Assembler Errors: unrecognized opcode:func_export / unsupported relocation against r3
    (1) I’m getting CMake assembler errors such as: testing.s:137: Error: unrecognized opcode: ‘func_export(testing)’ testing.s:146: Error: unrecognized opcode: ‘func_begin(testing)’ testing.s:217...
  • armcc and appending to log with '--errors' for CMake
    armcc, armasm, armlink etc has command line option "--errors=file" to redirect diagnostic output messages to a file instead of stdout. This always overwrites the logfile. Other compilers have the possibility...
  • armcc and appending to log with '--errors' for CMake
    armcc, armasm, armlink etc has command line option "--errors=file" to redirect diagnostic output messages to a file instead of stdout. This always overwrites the logfile. Other compilers have the possibility...