Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


Error in new Project Creation for STM32L0 family.

HI ,
I am trying to create a new Project for STM32Lx and selected the corrected MCU and Nucleo from the options at the start object(c project).
But I am getting this error continously.

\Debug/../startup/startup_stm32.s:78: undefined reference to `main’
collect2.exe: error: ld returned 1 exit status

Am I missing any reference.I have already included the necessary Symbols and Include.
Rgds,
Rp

You probably have created a new project with “No firmware” selected. The main.c is not provided. To me, this error means you don’t have the main function or it cannot find it. Verify your sources file are under the “src” folder.

Regards,
Kevin
Ac6


Hi,
Thanks for the reply.
Is ti mandatory to keep the main inside the src folder.I have a project where main is located inside the user defined Folder say User and it compiles fine.

Screen1

Screen2

Thanks and Rgds,
Rp