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 258 - Code will not compile

Hi

I have updated the stm32cube and the openworkbench installation and now I get the 258 error (again):

Description Resource Path Location Type
make: *** startup/startup_stm32f072xb.o Error 258 FANController C/C++ Problem

Last time (6 months ago) the fix was to set

weak=attribute__weak
packed=attributepacked__
to

weak=attribute__weak
packed=attributepacked__

This is still set like that. However, the error is back/
I’m running the most recent openworkbench version on 64bit Win7.

I would be very thankfull for suggestions.
Regards
Andreas

Hi sixtimesseven,


I don”t know what exactly happend there, but I got alot of problems to open a generated project from STMCubeMX. Actually I could never run a code generated by STM32CubeMX, I always get a lot of errors.

My suggestion is to you try to create a project from SW4STM32 Wizard and import the files generated by STM32CubeMX


Danilo

Hi Danilo

Thank you for your answer. Yes, sometimes Eclipse is frustrating.
I just tried to delete both:

‘weak=attribute__weak’
‘packed=attributepacked’

Completly and it works again. Maybe you try that as well?
Regards
Andreas