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


You are viewing a reply to Error log/ console view  

Error log/ console view

Dear Hasan,
As you are facing weird behavior, please check :
- The System Workbench version you are using : Help menu >> About Eclipse >> Ac6 button (= blue butterfly), the version should be 1.11.0..... If not, then check the network settings in :
Window menu >> Preferences >> General >> Network Connections >> for Windows, select “Active Provider” = Native else Manual
then Help menu >> Check for Updates

- The Java version : From a Windows terminal (=Command Prompt window), type java -version. SW4 STM32 64bits only works with JavaRE 7(and upper) 64 bits.

Answers to your questions :
1. Yes I refered to CMSIS. The core_cm0.h file is belonging to CMSIS;
2. Solved;
3. No need to remove some of the files from project folder for the moment;
4. To compile only one file : Window menu >> Preferences >> General >> Workspace >> Remove “Build Automatically”, then right-click on the file to be compiled >> Build Selected File(s)
5. Let’s see the Java & SW4STM32 versions you are using …