We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile:
all: main.cpp @gcc -xc++ -lstdc++ -shared-libgcc main.cpp @echo Finished macOS compile
main.cpp:
#include <iostream> int main() { std::cout << "Hello world" << std::endl; return 0; }
$ docker run -it --rm -v $(pwd):/workdir -e CROSS_TRIPLE=x86_64-apple-darwin multiarch/crossbuild bash $ make Finished macOS compile $ ./a.out bash: ./a.out: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered:
i specified the actualt image id:
docker run --rm -v $(pwd):/workdir -e CROSS_TRIPLE=windows 846ea4d99d1a make helloworld
Sorry, something went wrong.
No branches or pull requests
Makefile:
all: main.cpp @gcc -xc++ -lstdc++ -shared-libgcc main.cpp @echo Finished macOS compile
main.cpp:
$ docker run -it --rm -v $(pwd):/workdir -e CROSS_TRIPLE=x86_64-apple-darwin multiarch/crossbuild bash $ make Finished macOS compile $ ./a.out bash: ./a.out: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered: