cancel
Showing results for 
Search instead for 
Did you mean: 

Errors while compiling empty project

erysv
Associate II

Hi. When I create SMT32 project (I'm using NUCLEO-L476RG) and then I compiled empty project I recive same 13 errors all the time(look photo below). I really can't fix it and I can't find the solution.

What I tried:

  •  Reinstall STM32CubeIDE, didn't work
  • I tried the same on my other computer and it didn't work.
  • Install GNU Arm Embedded Toolchain, didn't work

 

console.png

Thanks,

Eryk

 

12 REPLIES 12
erysv
Associate II

I just start new STM32 project and select my NUCLEO-L476RG. Then after everything load I just hit compile button. Then I get those errors.
I shared my project on other forum and it worked so problem is on my side :\

In your Project Properties > C/C++ Build Settings > MCU GCC Compiler > Micellaneous  set the -v (verbose) option. On the next compile you get detailed dignosis abpout compiler path, version,... Read and check the output. Sample output for a single file compile & link attached.

hth

KnarfB

Thank you very much for your help.
I'm attaching the log file below. I've added -v option in MCU GCC Compiler Miscellaneous.