Loading...
 
Skip to main content

System Workbench for STM32


Program "arm-none-eabi-g++" not found in PATH

In my case (Ubuntu 14, 64bit) the fix was to install some 32-bit libraries.
The error is misleading, it's actually dependencies of the (32-bit) arm gcc binary not being found.

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

 
Collapse/expand modules below