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


SW4STM32 in OS X

I install eclipse, System Workbench pluggin and try build project but get error:




0:59:33 **** Incremental Build of configuration Debug for project Cortex-M4 ****
make -j1 all
Building file: ../Sources/debug.c
Invoking: MCU GCC Compiler
/Users/KFlint/Desktop/Cortex-M4/Debug
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -DDEBUG -DSTM32F407xx -DUSE_HAL_DRIVER -I../Drivers/CMSIS/Include -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Includes -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -fdata-sections -c -MMD -MP -MF”Sources/debug.d” -MT”Sources/debug.o” -o “Sources/debug.o” “../Sources/debug.c”
/bin/sh: /Applications/Eclipse.app/Contents/Eclipse/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.3.0.201507241112/tools/compiler/bin/arm-none-eabi-gcc: cannot execute binary file
make: *** Sources/debug.o Error 126

10:59:35 Build Finished (took 2s.125ms)