Zephyr Project using Eclipse
Nicholas Yameen <Nicholas.Yameen@...>
Hello,
I want to develop applications using the FRDM-K64F board from NXP using Eclipse. Is there any way to use Eclipse as an IDE and create a program, then flash it onto the board? I want to do my development all from Eclipse. Or do is Eclipse only used as a debugger? Thank you.
|
|||||||||
|
|||||||||
Maureen Helm
Hi Nick, Once you’ve generated your project with CMake and imported it into Eclipse, you can edit source files in Eclipse and click the “Make” button to recompile your application.
Just be careful if you need to edit Kconfig variables, add new .c files to your project, or update the device tree, because these changes require regenerating your project with CMake. You’ll need to run ‘ninja pristine’ on the command line first, reinvoke CMake, then refresh your project in Eclipse.
Maureen
From: devel@... [mailto:devel@...]
On Behalf Of Nicholas Yameen
Sent: Friday, November 9, 2018 1:14 PM To: devel@... Subject: [Zephyr-devel] Zephyr Project using Eclipse
Hello,
I want to develop applications using the FRDM-K64F board from NXP using Eclipse. Is there any way to use Eclipse as an IDE and create a program, then flash it onto the board? I want to do my development all from Eclipse. Or do is Eclipse only used as a debugger? Thank you.
|
|||||||||
|
|||||||||
Stefan Jaritz
Morning, A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good. 1.) build from eclipse Simplest way: before: 2.) debug from eclipse the open ocd debuger from the gnu mcu pulgin works best
(https://gnu-mcu-eclipse.github.io/debug/openocd/) openocd.cfg from the board config run west debugserver and start the eclipse debug config
Good luck Stefan
On 09/11/2018 19:13, Nicholas Yameen
wrote:
|
|||||||||
|
|||||||||
Serafin
Fwd: List On 12/11/18 09:44, Serafin wrote:
|
|||||||||
|