eclipse-plugin
eclipse-plugin copied to clipboard
Zephyr Eclipse Plugin
I followed the "How to Install" guide step by step. Unfortunately it fails between step 2 and 3. Infos on About Eclipse IDE: Version: 2024-03 (4.31.0) Build id: 20240307-1437 Error...
I created a new Zephyr Application, with `zephyr-demo` as the project's name, following the given procedure `File > New Project > C/C++ Project > Zephyr > Zephyr Application` All the...
### Steps to reproduce: **1:**  **2:**  **3:**  **result:**   "An internal error occurred during: "Searching for Binaries (test4)". Receiver class org.zephyrproject.ide.eclipse.core.build.toolchain.ZephyrGCCToolChain does not define or inherit...
Hello, When I try to create the project I get the following error for the hello world example. > Symbol 'CONFIG_BOARD' could not be resolved When I build the project...
Hey all, I am currently working with Zephyr for my senior design project. Building/running programs works fine via command line, but I wanted to try and get Eclipse functional for...
Hi! I am trying to import an external zephyr project for a custom board into ARM Development Studio. I added the eclipse-plugin, started creating a new project for a "Zephyr...
I had reported the https://github.com/zephyrproject-rtos/zephyr/issues/28053 in September 2020. But I still facing the same errors ``` Errors occurred during the build. Errors running builder 'Zephyr Application Builder' on project 'Sticky'....
Hi, I'm not sure if this is the right place to post. I'm trying to setup a hardware debug configuration for a STM32F411RE Nucleo board (the debug interface is JLink)....
Due to restrictions on some work laptops it might not be possible to install Eclipse Plugins through the tool. This was also reported in Zephyr Discord: https://discord.com/channels/720317445772017664/720317445772017667/934275842509520947 Can the Readme...
label:enhancement **Problem description** Plugin supports build with ninja/make as options in project wizard. https://github.com/zephyrproject-rtos/eclipse-plugin/blob/17572aafd51a3fe7fa9fd8a4e4c81f2f28527517/plugins/org.zephyrproject.ide.eclipse.core/src/org/zephyrproject/ide/eclipse/core/build/ZephyrApplicationBuildConfiguration.java#L141 However, from command line, it is possible to build with west. Also, there is an option...