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


System Workbench - make command not found

Hello all,

Just bought some “B-L072Z-LRWAN1” LORA discovery boards and trying to build the demo software.
When building the project, the following error occurs: “/usr/make/sh: DSENSELORA: command not found”. See attachedscreenshot.
SENSELORA was a board definition I have made on a previous project before buying the “B-L072Z-LRWAN1” boards.

=> Why is it calling this ?

I have uninstalled System Workbench and deleted “C:\Users\myuser\AppData\Roaming\Ac6”, and performed a fresh installation, deleted all my previous workspaces and created a new one. Problem persists.

=> Any body know how I can solve the issue ?

Note: I’m working on Win7 x64 and I would like to check the registry, but my company blocked the access to it. However, if you indicate possible registry issues I will try to made a request to to the IT.... not sure I will be able to solve the issue...

Note2: Building is OK on another computer but I’m not able to debug on this other one :-( Also probably because of the IT...

Thanks for any suggestions/help.

Joel

Hi Joel,

System Workbench doesn’t actually store values in Windows registry.
Is your project a new one or the old one imported into new workspace ?
Which board did you select when creating the project ?
Can you verify there is still no special character in the project location or the installation location ?

Please copy the console output for us to get more details on the problem.

For information, the debug uses a TCP/IP port (that can be chosen in the debug configuration page) to create communication between GDB and OpenOCD.

Regards,
Kevin.


Hi Kevin,

Thanks for you quick answer.
Two times I’m getting this kind of issue and always the same problem, the project contains a special character ‘&’. I have move it and building+debugging is working now!

Many thanks!
Joel