Hi,
I am trying to build prepared examples of the link below;
https://developer.toradex.com/knowledge-base/freertos-on-the-cortex-m4-of-a-colibri-vf61
I build existing samples on Ubuntu 18.04 LTS operating system. Built output is as follows;
– BUILD_TYPE: Debug
– The ASM compiler identification is unknown
– Found assembler: /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc
– Warning: Did not find file Compiler/-ASM
– Configuring done
– Generating done
I suppose, something went wrong and ASM compiler could not be identified.
The content of the CMakeError.log is as follows;
Checking whether the ASM compiler is GNU using “–version” did not match “(GNU assembler)|(GCC)|(Free Software Foundation)”:
/opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc: 1: /opt/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc: Syntax error: word unexpected (expecting “)”)
I could not understand the cause of this problem. Could you please help me to resolve this problem ?