Status: New
Owner: ----
New issue 2015 by [email protected]: make native throws "No rule to
make target"
http://code.google.com/p/v8/issues/detail?id=2015
I have followed these steps *to the letter* twice now, the second after a
complete re-install of OS X and XCode, and both times I experience the
exact same error. Steps and error below:
1. Download v8 source from git using instructions at
http://code.google.com/p/v8/wiki/UsingGit
2. Follow the Building with GYP guide at
http://code.google.com/p/v8/wiki/BuildingWithGYP until the 'GCC + make'
section. That's when I receive the "no rule to make target" error. I've
pasted the result of my 2 most recent attempts below. The missing make
target seems to correspond with the option I use with the make command:
Davids-MacBook:v8 Trindaz$ sudo make native
Password:
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. -S-native
-Dv8_can_use_vfp_instructions=true
make[1]: Makefile-native: No such file or directory
make[1]: *** No rule to make target `Makefile-native'. Stop.
make: *** [native] Error 2
Davids-MacBook:v8 Trindaz$ sudo make
build/gyp/gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. -Dtarget_arch=ia32 \
-S-ia32 -Dv8_can_use_vfp_instructions=true
make[1]: Makefile-ia32: No such file or directory
make[1]: *** No rule to make target `Makefile-ia32'. Stop.
make: *** [ia32.release] Error 2
Davids-MacBook:v8 Trindaz$
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev