Best way to cross compile
See original GitHub issueHi,
What is the best way to cross-compile a project for various scala versions? I came across the FAQ, mentioning to use a property-dependant artifactId
, i.e.
<artifactId>scala-maven-plugin_${scalaVersion}</artifactId>
However maven 3.3 complains that it requires a stable artifact.
[WARNING] ‘artifactId’ contains an expression but should be a constant
Is there a workaround for cross-compiling?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Introduction to cross-compiling for Linux
The first cross-compiler's target becomes the host the new compiler runs on, and the second target is the platform the new compiler generates...
Read more >Cross-Compilation (automake) - GNU.org
To cross-compile is to build on one platform a binary that will run on another platform. When speaking of cross-compilation, it is important...
Read more >Cross Compile files on x86 Linux host for 96Boards ARM ...
Cross Compile files on x86 Linux host for 96Boards ARM systems · Step 1: Clone libsoc library and change directory · Step 2:...
Read more >Building and cross-compile tutorial - Fabrizio Dini
It is a good idea to keep all these things gathered in a single place. I suggest you create a folder (e.g. x-compile...
Read more >How to cross-compile for embedded with CMake like a champ
Cross -compilation in CMake is easy and in most cases depends only on a proper toolchain file. Once provided, everything else should be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as stale.
the scalor plugin seems to use modules for cross compile: https://github.com/random-maven/scalor-maven-plugin/tree/master/src/it/test-cross