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
