Closed davidra7 closed 1 year ago
Hello @davidra7 , i assume you need to set CMAKE_SYSTEM_PROCESSOR to one of the supported processors.
I added it with cortex-r7 or arm. still the same error. I think it might be related to cmake support with arm compiler
Hello @davidra7 , then I cannot help. Sorry.
Hi, I am trying to compile the project for RTOS with arm compiler 6.6.2.
My cmake command:
cmake .. -DDLT_IPC=UNIX_SOCKET -DWITH_DLT_TESTS=OFF -DWITH_DLT_USE_IPv6=OFF -DWITH_DLT_EXAMPLES=OFF -DCMAKE_C_COMPILER=/home/david/ARMCompiler6.6.2/bin/armclang -DCMAKE_CXX_COMPILER=/home/david/ARMCompiler6.6.2/bin/armclang -DCMAKE_BUILD_TYPE=Release
output:
Any idea what I am doing wrong? or an advice?
Thanks! David