79767729

Date: 2025-09-17 19:09:00
Score: 2
Natty:
Report link

As @Tsyvarev pointed out, the error indicates that arm-none-eabi-ar was not found, and I had not created a symlink for that. After creating a symlink for it in the same manner as the rest, I was able to use CMake successfully and build the project!

podman machine ssh %machine% sudo ln -s ~/arm-gnu-toolchain-14.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-ar /usr/bin/arm-none-eabi-ar

Note that the tools can be tested by calling them with the argument --version (eg: arm-none-eabi-gcc --version)

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Tsyvarev
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sky