Someone know how to fix this error? Couldn't find any single of info about the error, I've followed the steps below:
cd ~/build svn checkout http://v8.googlecode.com/svn/trunk/ v8 cd v8 export GYPFLAGS="-D OS=freebsd" make dependencies make native.check -j 4 library=shared strictaliasing=off console=readline and everything works fine until the last command "make native.check -j 4 library=shared strictaliasing=off console=readline" shows me this error: PYTHONPATH="/Users/fernando/v8/tools/generate_shim_headers:/Users/fernando/v8/build::/Users/fernando/v8/build/gyp/pylib:" \ GYP_GENERATORS=make \ build/gyp/gyp --generator-output="out" build/all.gyp \ -Ibuild/standalone.gypi --depth=. -S.native -D OS=freebsd -Dcomponent=shared_library -Dconsole=readline -Dv8_enable_backtrace=1 -Dv8_no_strict_aliasing=1 -Darm_fpu=default -Darm_float_abi=default CC(target) /Users/fernando/v8/out/native/obj.target/icudata/third_party/icu/linux/icudtl_dat.o ACTION tools_gyp_v8_gyp_js2c_target_js2c /Users/fernando/v8/out/native/obj/gen/libraries.cc ACTION tools_gyp_v8_gyp_js2c_target_js2c_experimental /Users/fernando/v8/out/native/obj/gen/experimental-libraries.cc CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libplatform/src/libplatform/default-platform.o CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libplatform/src/libplatform/task-queue.o ../third_party/icu/linux/icudtl_dat.S:2:20: error: unexpected token in '.section' directive .section .note.GNU-stack,"",%progbits ^ ../third_party/icu/linux/icudtl_dat.S:3:18: error: unexpected token in '.section' directive .section .rodata ^ ../third_party/icu/linux/icudtl_dat.S:6:2: error: unknown directive .hidden icudt52_dat ^ ../third_party/icu/linux/icudtl_dat.S:8:2: error: unknown directive .type icudt52_dat,%object ^ CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libplatform/src/libplatform/worker-thread.o CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/atomicops_internals_x86_gcc.o CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/cpu.o CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/logging.o CXX(target) /Users/fernando/v8/out/native/obj.target/v8_libbase/src/base/once.o make[1]: *** [/Users/fernando/v8/out/native/obj.target/icudata/third_party/icu/linux/icudtl_dat.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [native] Error 2 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
