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


Command line build errors

Hi guys,

I try to build a project from the bash CMD line in Windows:
C:\Ac6_32bit\SystemWorkbench\eclipsec -nosplash -data “F:\Jenkins_workspaces\STM32” -application org.eclipse.cdt.managedbuilder.core.headlessbuild -build Companion_FBoot -configuration Release_Build

I get the following output:
__Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.209315980 uses a null category that is invalid i
n its context. The option was ignored.__

... bla bla building the project ...

14:58:29 Build Finished (took 668ms)
__
Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.150967492 uses a null category that is invalid i
n its context. The option was ignored.

Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.1086532169 uses a null category that is invalid
in its context. The option was ignored.

Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.209315980 uses a null category that is invalid i
n its context. The option was ignored.

Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.959685408 uses a null category that is invalid i
n its context. The option was ignored.

Managed Build system manifest file error: Option fr.ac6.managedbuild.option.gnu.cross.core.1083960614.959685408.287684933 uses a null category that is
invalid in its context. The option was ignored.

log4j:WARN No appenders could be found for logger (org.eclipse.jgit.util.FS).
log4j:WARN Please initialize the log4j system properly.__

Please be so kind and help me to find a solution.
I think the application parameter input is not correct but I was not able to find the solution. :-(

Thank you!