Skip to content
New issue

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

exec format errors when cross-compiling on Linux for Android #13552

Closed
sfrieske opened this issue Jun 8, 2017 · 3 comments
Closed

exec format errors when cross-compiling on Linux for Android #13552

sfrieske opened this issue Jun 8, 2017 · 3 comments
Labels
build Issues and PRs related to build files or the CI.

Comments

@sfrieske
Copy link

sfrieske commented Jun 8, 2017

  • 8.1.0:
  • Linux:
  • Cross-compiling for android:
  1. ./android-configure /path/to/ndk
  2. make -> error
    LD_LIBRARY_PATH=/home/steffen/workspace/node-8.x/out/Release/lib.host:/home/steffen/workspace/node-8.x/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/src; mkdir -p /home/steffen/workspace/node-8.x/out/Release/obj.target/v8_base/geni; "/home/steffen/workspace/node-8.x/out/Release/mkpeephole" "/home/steffen/workspace/node-8.x/out/Release/obj.target/v8_base/geni/bytecode-peephole-table.cc"
    /bin/sh: /home/steffen/workspace/node-8.x/out/Release/mkpeephole: cannot execute binary file: Exec format error
    make[1]: *** [deps/v8/src/v8_base.target.mk:13: /home/steffen/workspace/node-8.x/out/Release/obj.target/v8_base/geni/bytecode-peephole-table.cc] Error 126
@addaleax addaleax added the build Issues and PRs related to build files or the CI. label Jun 8, 2017
@gireeshpunathil
Copy link
Member

@ssteidte - is this still an issue for you? Please note that mkpeephole has been removed in later versions of Node.js (8.3.x and above), so you will not see this error. can test and confirm? thanks!

@gireeshpunathil
Copy link
Member

related: #9707

@bnoordhuis
Copy link
Member

I think we can close this. As @gireeshpunathil mentions, mkpeephole is no longer a thing with newer node.js versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

No branches or pull requests

4 participants