2025/09/04: Attention: Development with Eclipse does not work with current version. Use https://www.eclipse.org/downloads/packages/release/2024-12/r instead.
Nearly everything in Odysseus is designed to be replaced or extended. Here are the typical ones:
...
| Code Block | ||
|---|---|---|
| ||
git clone --recurse-submodules <your repo URL> cd <repo> cd odysseus_dev git checkout master |
Remark: There could be some updates in odysseus_dev that is not already reflected in each module. So it is always a good idea to update the odysseus_dev submodule to the newest version.
If you missed the --recurse-submodules, you can also use:
...
Remark: It works best, when you first open the file (double click) and wait some time (until the platform is resolved).
Click "Set as Active Target Platform" to use this as your target platform. Important: Do not click, if "Resolving..." is still active!
After that, the project will be compiled and there should not be any errors anymore.
...

