Hi,
I followed the same steps mentione din Readme.md file and seems to be something issue with my setup.
I see the below error when exceute make command to build the sources
/tmp/ccQZnVjG.s: Assembler messages:
/tmp/ccQZnVjG.s:56: Error: Opcode/operand mismatch: cmpswap.w [%a4]0,%e2
/tmp/ccQZnVjG.s:1370: Error: Opcode/operand mismatch: cmpswap.w [%a4]0,%e2
Below are commands i executed:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=cmake/tricore_opensource_toolchain.cmake -B out/localbuild
then cd out/localbuild && make
Note: I See similar issue raised before and closed saying not planned. Any input here is more appreciated.
Thanks
Hi,
I followed the same steps mentione din Readme.md file and seems to be something issue with my setup.
I see the below error when exceute make command to build the sources
/tmp/ccQZnVjG.s: Assembler messages:
/tmp/ccQZnVjG.s:56: Error: Opcode/operand mismatch: cmpswap.w [%a4]0,%e2
/tmp/ccQZnVjG.s:1370: Error: Opcode/operand mismatch: cmpswap.w [%a4]0,%e2
Below are commands i executed:
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=cmake/tricore_opensource_toolchain.cmake -B out/localbuild
then cd out/localbuild && make
Note: I See similar issue raised before and closed saying not planned. Any input here is more appreciated.
Thanks