Hi,

I have recently compiled the trunk version of the v8 javascript engine
for the ARM processor under Linux and have run into an issue when
executing the sample "shell" application from the command line.

I get the following output:
"native runtime.js:612: <error>

Fatal error in v8::Context::New()
Could not initialize environment

"
./shell --help works fine.

The target platform is an ARM11 with the armv6 instruction set.  Linux
kernel is 2.6.14.  gcc toolchain is 3.4.0.

To compile I did the following:
$ scons toolchain=gcc arch=arm library=static os=linux importenv=PATH
sample=shell
where:
CC="arm-linux-gcc"
CXX="arm-linux-g++"
RANLIB="arm-linux-ranlib"
AR="arm-linux-ar"

Thanks for your time and I look forward to hearing any ideas on how to
resolve this issue.

Regards,
John

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

Reply via email to