t2sde
t2sde copied to clipboard
openjdk 21.0.3-ga fails to build on x86_64
openjdk fails to build. The cross compile may still work but native build is not currently working
You get this strip error?
.. /wrapper/x86_64-t2-linux-gnu-strip: line 9: exec: x86_64-t2-linux-gnu-strip: not found
Until further fix, you can just symlink /usr/bin/x86_64-t2-linux-gnu-strip to /usr/bin/strip
This fixes the compliation