Hi,
 
I try cross compiling for armv5t (exactly speaking armv5te).
 
But, it occur link error for "-rpath" option.
 
error log are :
arm-arago-linux-gnueabi-g++ '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' 
'-DENABLE_DEBUGGER_SUPPORT' '-DV8_TARGET_ARCH_ARM' '-DUSE_EABI_HARDFLOAT=0' 
-I../deps/v8/src  -Wall -pthread -fno-strict-aliasing -O2 
-fno-strict-aliasing -fno-tree-vrp -fno-tree-sink -fno-rtti -fno-exceptions 
-MMD -MF 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/.deps//home/bgchoi/work/third-party/node-v0.8.20/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o.d.raw
 
-march=armv5t -c -o 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o
 
../deps/v8/src/mksnapshot.cc
  arm-arago-linux-gnueabi-ld -pthread -rdynamic   -o 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/mksnapshot 
-Wl,--start-group 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o
 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a
 
/home/bgchoi/work/third-party/node-v0.8.20/out/Release/obj.target/deps/v8/tools/gyp/libv8_nosnapshot.a
 
-Wl,--end-group
arm-arago-linux-gnueabi-ld: bad -rpath option
 
 
My configure is :
CC=arm-arago-linux-gnueabi-gcc \
 LD=arm-arago-linux-gnueabi-ld \
 NM=arm-arago-linux-gnueabi-nm \
 AR=arm-arago-linux-gnueabi-ar \
 AS=arm-arago-linux-gnueabi-as \
 CXX=arm-arago-linux-gnueabi-g++ \
 RANLIB=arm-arago-linux-gnueabi-ranlib \
 ./configure --prefix=$PREFIX \
      --dest-cpu=arm \
      --dest-os=linux
 
How can I resolve this problem?
 
BR,
Choi 
Show trimmed content 
          Previous Previous  
Page *1*
  NextNext

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to