Loading...
 
Skip to main content

System Workbench for STM32


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