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 Migration from Keil to AC6  

Migration from Keil to AC6

Hi Bernard,

thanks for the reply.

I unchecked the “generate in root directory”.

The service.h is located in a folder contained into another folder placed into the project root directory.

The header file is included with quotes #include “service.h”

I made a copy of my code into the project directory and then I imported it trought file menu -> import.

Where I’m wrong?

Thanks

France

Hi,

The problem is due to unchecking “generate in root directory”; in this case you usually get strange ‘File not found” errors for new files, as the structure you see under the process explorer is different from th estructure seen by the compiler...

So try with keeping this option checked, it should work in a more understandable way.

Bernard (Ac6)

Hi,

if i check “generate in root directory”, System workbench ac6 can’t start to build the project. If i click build nothing happens.

I solved the problem adding one folder at time into linker processor.

Thanks