Code::Blocks Forums

User forums => Embedded development => Topic started by: plinnie on March 08, 2018, 09:09:23 am

Title: Ubuntu 17.10 x64 ARM toolchain not found on new install
Post by: plinnie on March 08, 2018, 09:09:23 am
Hi,

After some disappointed experiences with Eclipse and Segger Embedded studio, I wanted to try code::blocks for building ARM stuff. However, it does not detect my toolchain! I simply installed the toolchain with apt-get and I can just run it from the command line using arm-none-eabi-gcc etc.. It is located in /usr/bin. I installed code::blocks after that. So, why can't code::blocks find it?

Thanks!
Vincent
Title: Re: Ubuntu 17.10 x64 ARM toolchain not found on new install
Post by: oBFusCATed on March 08, 2018, 09:47:01 am
Because it expects something else, probably.
Have you tried to adjust the toolchain settings in the Settings -> Compiler -> your compiler -> Toolchain executables?