-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't compile v8ppc with nativesim=true for PowerPC 440 #127
Comments
Hi, You may encounter an error with gclient sync, although MAKE should still work, but you can fix that issue by disabling sysroot check for ppc. More info https://github.com/ibmruntimes/v8/issues/1 (we are in process of upstreaming this change) |
Thanks, I tried:
But I get the following errors:
|
@zZzlodey
-v should emit the include path that gcc uses to lookup the header files. |
@jbajwa I can to compile successfully your example:
|
Just a clarification on the internationalization front. Its not that it is not supported in V8 for BE but that the tests are not set up to properly test as they have LE dependencies. Regardless to be able to get a clean test run you do need to disable it as @jbajwa mentioned |
@jbajwa @mhdawson Why I can't compile separate last version of v8? |
@zZzlodey
It should print the failing g++ command, and you can run that separately with "-v" to see why gcc is not able to find for those headers. Also, without i18nsupport=off V8 should build fine, but to get a clean test run you need it disabled. (we are in process of enabling it #109 ) |
@jbajwa Is it still relevant? We don’t need |
Hi All,
I want to compile v8 in simulation mode, but I get strange errors:
and
I use the following commands:
powerpc-440-linux-gnu-g++ version:
Can I build nodejs with some "nativesim=true" option for build V8 engine in simulation mode?
The text was updated successfully, but these errors were encountered: