temurin-build: Improve Docs! - Invalid build.sh option: --openjdk-target
I am trying to cross-build on aarm64
for Mac Intel X86_64
.
I use the following command:
./makejdk-any-platform.sh --docker --clean-docker-build --openjdk-target=x86_64-unknown-linux jdk18u
(I don’t know what the right target for Mac Intel is, so I wanted to try it with x86_64-unknown-linux
)
I get the following error:
Invalid build.sh option: --openjdk-target=x86_64-unknown-linux
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 54 (29 by maintainers)
@kerner1000 glad you’re working, I noticed the lower case “home” too, but didn’t matter on my case insensitive drive. I will raise an issue to correct build.sh for that. Issue: https://github.com/adoptium/temurin-build/issues/3066
@kerner1000 - https://adoptium.net/slack to send yourself an invitation to the Adoptium Slack workspace, once in, the
#build
channel is a good place to ask these questions.