Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to Working example Project!?  

Re: Working example Project!?

Dear Sasha,

following some notes after comparing your logs (USR) with mine (STF).

1. You seem to have an older version of SistemWorkbench
eclipse.buildId=4.4.1.M20140925-0400 (USR)
eclipse.buildId=4.4.2.M20150204-1700 (STF)
I don’t think that it is related with your problem, but if you want to update System Workbench you can use the menu command Help > Check for Updates

2. You are using a Java 8 VM
java.home=C:\Program Files\Java\jre1.8.0_31 (USR)
java.home=C:\Program Files\Java\jre7 (STF)
This is a more interesting point. Eclipse Luna should be ready for Java 8, but I’m not 100% sure. Could you test if System Workbench works well with a JRE7? A simple way to proceed is to copy a default JRE folder (for example the one installe by the standard JRE7 setup) in the root folder of System Workbench, that in your case is C:\Ac6\SystemWorkbench. At the startup, if Eclipse finds a JRE folder in its root folder, it uses that JRE insteadof the default system JRE.

3. in your .log file there are some exceptions:
java.lang.NullPointerException
at org.eclipse.core.runtime.Path.(Path.java:183)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:182)
at fr.ac6.mcu.ide.process.SetConfigOperation.run(SetConfigOperation.java:94)

java.lang.NullPointerException
at org.eclipse.core.runtime.Path.(Path.java:183)
at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:182)
at fr.ac6.mcu.ide.process.SetProjectStructureOperation.run(SetProjectStructureOperation.java:92)

java.io.IOException: Cannot run program “gcc”: Launching failed
at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:349)

Once again maybe they depends on some incopatibility with Java8.

Regards,
Stefano

 

Newest Forum Posts

  1. reservation car service Seattle by Jamesprede, 2025-05-01 10:06
  2. Last day: drone bonus by Danielrug, 2025-04-19 16:55
  3. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-25 07:37
  4. SPI on Nucleo_STMH533RE by royjamil, 2025-03-23 11:31
  5. SPI on Nucleo_STMH533RE by higginsa1, 2025-03-23 09:33
  6. Configuring DMA for ADC in SW? by sam.hodgson, 2025-03-04 12:58
  7. Insightful Perspectives on This Subject by davidsycle, 2025-03-04 05:45
  8. Build a project in "release" mode by info@creosrl.it, 2025-02-20 18:12
  9. Build a project in "release" mode by info@creosrl.it, 2025-02-20 17:05
  10. Build a project in "release" mode by tang, 2025-02-20 10:36

Last-Modified Blogs