It looks like your compiler defaulted to armv4 (are you building on
Debian?). Try to add -march=armv5t to the CCFLAGS

On 20 August 2010 15:33, <[email protected]> wrote:

> Status: New
> Owner: ----
>
> New issue 836 by vincent.rabah: armv5tel compilation error in
> macro-assembler-arm.cc "For thumb inter-working we require an architecture
> which supports blx"
> http://code.google.com/p/v8/issues/detail?id=836
>
> I'm trying to make node.js, on a Seagate DocStar. When the make arrived in
> the V8 area I gor this error :
>
>
> g++ -o obj/release/arm/macro-assembler-arm.o -c -Wall -W
> -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -O3 -fomit-frame-pointer
> -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W
> -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -O3 -fomit-frame-pointer
> -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_ARM
> -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING
> -DENABLE_DEBUGGER_SUPPORT -I/root/node/deps/v8/src
> /root/node/deps/v8/src/arm/macro-assembler-arm.cc
> /root/node/deps/v8/src/arm/macro-assembler-arm.cc:59:3: error: #error "For
> thumb inter-working we require an architecture which supports blx"
> scons: *** [obj/release/arm/macro-assembler-arm.o] Error 1
> scons: building terminated because of errors.
>
> Thank's
>
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to