With project selected, click on
Project
and click on
Clean.
Click on the Clean button so that
the project directory is cleaned before starting a build.
If you run into this issue:
Error: Program "arm-none-eabi-gcc" not found in PATH
. Then try
this:
o
With the project selected, go to Project -> Properties
o
Go to MCU -> ARM Toolchain Paths
o
Add the directory where you have arm-none-eabi-gcc installed. For me it’s under
/usr/local/bin
o
Then click on
Apply and Close
o
Now when you Build you won’t see that error.