{"id":14961975,"url":"https://github.com/arduino/arduino-create-eclipse","last_synced_at":"2026-01-27T11:31:37.164Z","repository":{"id":138401675,"uuid":"224139861","full_name":"arduino/arduino-create-eclipse","owner":"arduino","description":"🤖 Eclipse CDT Plug-in for Arduino Create Editor","archived":false,"fork":false,"pushed_at":"2020-01-20T12:47:57.000Z","size":5454,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-04T17:19:47.241Z","etag":null,"topics":["arduino","cmake","cmake4eclipse","eclipse-cdt"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arduino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["arduino"],"custom":"https://www.arduino.cc/en/Main/Donate"}},"created_at":"2019-11-26T08:26:03.000Z","updated_at":"2024-07-19T17:10:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c3d9615-d684-427f-a514-e294a71fe559","html_url":"https://github.com/arduino/arduino-create-eclipse","commit_stats":{"total_commits":54,"total_committers":2,"mean_commits":27.0,"dds":0.01851851851851849,"last_synced_commit":"716cae9a93d47f89f28de5a49e99ef4e7c237a45"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arduino/arduino-create-eclipse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-eclipse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-eclipse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-eclipse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-eclipse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arduino","download_url":"https://codeload.github.com/arduino/arduino-create-eclipse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arduino%2Farduino-create-eclipse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","cmake","cmake4eclipse","eclipse-cdt"],"created_at":"2024-09-24T13:28:37.610Z","updated_at":"2026-01-27T11:31:37.140Z","avatar_url":"https://github.com/arduino.png","language":"Java","funding_links":["https://github.com/sponsors/arduino","https://www.arduino.cc/en/Main/Donate"],"categories":[],"sub_categories":[],"readme":"# arduino-create-eclipse\n[![Build Status](https://dev.azure.com/typefox/Arduino/_apis/build/status/arduino.arduino-create-eclipse?branchName=master)](https://dev.azure.com/typefox/Arduino/_build/latest?definitionId=7\u0026branchName=master)\n\nEclipse Plug-in for importing projects into Eclipse CDT exported by [Arduino Create](https://create.arduino.cc).\n\n### Requirements:\n - Java 8 or newer,\n - Eclipse IDE for C/C++ Developers 2018-12 (`4.10`) or newer,\n - [`make`](https://www.gnu.org/software/make/), and [`cmake`](https://cmake.org/download/) on the `PATH`.\n\n### Build:\nCommand line:\n```\n./mnvw clean verify\n```\n\nEclipse:\n - Clone the [`arduino-create-eclipse`](https://github.com/arduino/arduino-create-eclipse.git) repository and\n - Import the sources into your Eclipse workspace with\n   - `Import...` \u003e `General` \u003e `Existing Projects into Workspace`.\n   - `Select root directory` and browse the root of the cloned repository.\n   - Enable `Search for nested projects`, and\n   - Hit `Finish` ✨\n\n### Install:\nThe easiest way to install, is to drag and drop the `Install` button into your running Eclipse workspace. This plug-in is also [available at Eclipse Marketplace](https://marketplace.eclipse.org/content/arduino-create-eclipse-plug).\n\n[![Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client](https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png)](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=4895924 \"Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client\")\n\n### p2:\nThe p2 update sites are available for each released version on GitHub as a ZIP archive. The `latest` p2 is available [here](https://github.com/arduino/arduino-create-eclipse/releases/latest/download/arduino-create-eclipse-p2.zip). If you want to use the p2 update URL inside Eclipse, you **must** prefix the URL with `jar:` and suffix it with `!/`.\n - URL of the `latest` p2:\n   ```\n   jar:https://github.com/arduino/arduino-create-eclipse/releases/latest/download/arduino-create-eclipse-p2.zip!/\n   ```\n - Generic p2 URL pattern for any [`semver`](https://semver.org/) releases:\n   ```\n   jar:https://github.com/arduino/arduino-create-eclipse/releases/download/v${semver}/arduino-create-eclipse-p2.zip!/\n   ```\n - Example URL for version `0.0.1`:\n   ```\n   jar:https://github.com/arduino/arduino-create-eclipse/releases/download/v0.0.1/arduino-create-eclipse-p2.zip!/\n   ```\n\n### Arduino Create:\nThe following Arduino Create export structures are supported:\n - Folder:\n   ```\n   _cmake\n   |____ build (empty)\n   |____ core\n   |  |____ Arduino.h\n   |  |____ (other core .h and .cpp files)\n   |____ lib\n   |  |____ (3rd party libraries if any)\n   |____ sketch\n   |  |___ sketch-file.ino.cpp\n   |____ CMakeLists.txt   \n   ```\n - ZIP:\n   ```\n   arduino_create-cmake.zip\n   |____ _cmake\n     |____ build (empty)\n     |____ core\n     |  |____ Arduino.h\n     |  |____ (other core .h and .cpp files)\n     |____ lib\n     |  |____ (3rd party libraries if any)\n     |____ sketch\n     |  |___ sketch-file.ino.cpp\n     |____ CMakeLists.txt\n   ```\n\n### Limitations:\nCurrently, you can build the imported Arduino Create project on Linux only.\n - Windows:\n   ```\n   C:\\path\\to\\your\\project\\_cmake\\core\\shell.h:8:10: fatal error: sys/wait.h: No such file or directory\n    #include \u003csys/wait.h\u003e\n             ^~~~~~~~~~~~\n   compilation terminated.\n   ```\n - macOS:\n   ```\n   /path/to/your/project/_cmake/core/DebugSerial.h:56:2: error: unknown type name 'pthread_barrier_t'\n       pthread_barrier_t _barrier;\n       ^\n   1 error generated.\n   ```\n\n### FAQ:\n Q: What happens when `cmake` is not installed on the system?\\\n A: If `cmake` is not installed, you will see the following console output in Eclipse:\n\n```\nBuildfile generation error occurred..\ncmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON -G “Unix Makefiles” /home/user_name/dev/arduino-create-eclipse-ws/arduino_create-cmake\nCannot run program “cmake”: Unknown reason\nError: Program “cmake” not found in PATH\nPATH=[/home/user_name/bin:/home/user_name/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin]\nBuild stopped..\n```\n\n Q: What happens when `cmake4eclipse` is not installed in Eclipse?\\\n A: This Eclipse plug-in has a hard dependency on `cmake4eclipse`. It will be implicitly installed into Eclipse when this Eclipse plug-in is installed either from a p2 update site or the Eclipse Marketplace.\n\n### License:\n\n - This plug-in is licensed under the [`EPL-2.0`](https://www.eclipse.org/legal/epl-2.0/).\n\n### Notes:\n - This project is built on the top of [`cmake4eclipse`](https://github.com/15knots/cmake4eclipse)🥇\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farduino%2Farduino-create-eclipse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farduino%2Farduino-create-eclipse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farduino%2Farduino-create-eclipse/lists"}