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


Importing new files into an existing project

How does one import new files into an existing project without copying them into the project, such that they are linked to instead? I attempted to do it by going to:

File => Import => General => File System

But this copied the files into a new location on the drive, Eclipse did all subsequent edits to those copies, and while debugging I get the error message the debugger could not find the files for stepping through the program. I did not see a “Copy files into workspace” checkbox to leave unchecked there.

The rest of the files that were generated by STMCubeMX were imported properly with the “Copy files into workspace” checkbox unchecked.

I have found an answer. From Microsoft’s Windows Explorer drag the file into the desired directory in Eclipse’s Project Explorer. A dialog window will open that has the option to copy or link the file.

France

The best way to go would be in File >> Import >> General >> File System... the click the Advanced button, that will show you a Link File into Workspace checkbox

The option using Windows has laways existed with NTFS, but was not accessible, at least on my Windows 7 PC...

Bernard (Ac6)