星期四, 5月 26, 2011

port v8 for mips. (error becuse I run it on PC, I guess you can make it on a mips toolchain

~/svn/v8$ scons arch=mips
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o obj/release/accessors.o -c -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -EL -mips32r2 -Wa,-mips32r2 -fno-inline -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -fvisibility=hidden -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -EL -mips32r2 -Wa,-mips32r2 -fno-inline -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_MIPS -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -DV8_INTERPRETED_REGEXP -Isrc src/accessors.cc
g++: unrecognized option '-EL'
g++: unrecognized option '-EL'
cc1plus: error: unrecognized command line option "-mips32r2"
cc1plus: error: unrecognized command line option "-mips32r2"
scons: *** [obj/release/accessors.o] Error 1
scons: building terminated because of errors.

沒有留言: