Closed katyo closed 1 year ago
I've submitted a PR that (at least partially) solves this:
https://github.com/HBehrens/puncover/pull/80
Regards,
JB
I also confirm this problem. The fix from @jeanbaptistelab can solve this.
I just stumbled upon this problem. I trying to use it in Zephyr and since it is using virtualenv, the arm-toolchain is not installed in the initial system PATH.
Zephyr RTOS assume using it's own SDK with prefix
arm-zephyr-eabi-
not anarm-none-eabi-
. When I trying run puncover it fails with the following backtrace: