You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,12 +95,8 @@ For values of `X`, `Y` and `Z` see above. Please change the `$BUILD_DIRECTORY` t
95
95
5. If the build was successful, JDK packages were created in `$BUILD_DIRECTORY/jri-ev3.tar.gz`, `$BUILD_DIRECTORY/jdk-ev3.tar.gz` and `$BUILD_DIRECTORY/jmods.tar.gz`.
96
96
97
97
98
-
## ~~JShell on the EV3~~
98
+
## LeJOS support
99
99
100
-
No longer supported. JShell backend on the EV3 is a huge overkill.
101
-
102
-
103
-
## ~~OpenJDK for leJOS~~
104
-
105
-
LeJOS has probably reached its EOL. It is not a priority anymore to support it.
106
-
[linux-devkit](https://github.com/mindboards/ev3sources/tree/master/extra/linux-devkit) + CodeSourcery GCC could be used for cross-compilation of it.
100
+
LeJOS is not supported. To create a build, it is needed to build Java dependencies
101
+
for the old LEGO-provided rootfs. Also, the rootfs build compiler is needed for building OpenJDK itself.
102
+
[linux-devkit](https://github.com/mindboards/ev3sources/tree/master/extra/linux-devkit) + CodeSourcery GCC could be used for the cross-compilation.
0 commit comments