-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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 paths (Zephyr base, Zephyr SDK, ...) are set correctly and do not contain spaces.
The project is created without problems (and its files are visible in OS' file explorer), but, when I try to navigate through project files in Eclipse's left panel, the IDE shows this error message:
An internal error occurred during: "Searching for Binaries (zephyr-demo)".
Receiver class org.zephyrproject.ide.eclipse.core.build.toolchain.ZephyrGCCToolChain does not define
or inherit an implementation of the resolved method 'abstract java.util.List getBinaryParserIds()'
of interface org.eclipse.cdt.core.build.IToolChain.
The toolchain should automatically be found inside the SDK folder (in my case is arm-zephyr-eabi), but that doesn't happen for some reason. I'm struggling to find a solution.
OS: Windows 10
Eclipse version: 2022-12
Plugin version: latest (v0.2.99-20220329)
Chosen board: nucleo_f401re
Chosen toolchain: arm-zephyr-eabi