I don't have experience building V8 using SCONS, but you might want to look at: http://code.google.com/p/v8/wiki/CrossCompilingForARM
You might also want to look at the "android.gypi" file which is used to build V8 for android targetting ARM [1]. V8 needs at least the standard C/C++ libarries, libm and libpthread. [1]: http://code.google.com/p/v8/source/search?q=android.gypi&origq=android.gypi&btnG=Search+Trunk On Jun 13, 9:21 pm, slide <[email protected]> wrote: > I am looking at embedding a JavaScript engine into an embedded application, > one that does not have an OS, but runs baremetal on an ARM chip. What I > would like to do is not worry about creating a static library to link > against or anything like that, but to just build the V8 files right along > with my baremetal code. Has anyone done something like this? What might be > the best way to go about it? I really just need to get the source code > configured for the ARM target, and then get a file list of what I need to > compile into my application. Is there an easy way to do something like this? > > Thanks in advance, > > slide -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
