- This topic has 0 replies, 1 voice, and was last updated 1 day, 10 hours ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › My error in the Hello-Nucleo programme
Hi Carmine,
I have decided to learn STM32 programming in addition to Elixir programming. I have a NUCLEO-F103RB board to experiment with.
I came across your book MasteringSTM32 RELEASE 0.26 and
and started reading it with enthusiasm.
I installed the software (i386 run-time libraries, Java, Eclipse, Eclipse plug-ins, GCC ARM Embedded, etc.) on Linux Mint 22.3 exactly as instructed.
I created the hello-nucleo project. And here I encountered an error that I tried to fix for 3 days.
Without success. Here is what is displayed in the Problems tab:
Description Resource Path Location Type
make: *** [system\/src\/stm32f1-stdperiph\/subdir.mk:26: system\/src\/stm32f1-stdperiph\/misc.o] Error 127 …
Program “arm-none-eabi-g++” not found in PATH … Project Properties, C++ Preprocessor Include…\/Providers, [CDT Arm Cross GCC Built-in Compiler Settings] options C\/C++ Scanner Discovery Problem
Program “arm-none-eabi-gcc” not found in PATH … Project Properties, C++ Preprocessor Include…\/Providers, [CDT Arm Cross GCC Built-in Compiler Settings] options C\/C++ Scanner Discovery Problem
I look forward to explaining my incorrect actions so that I can thankfully continue reading MasteringSTM32.