Nathan,

How much RAM does Technologic TS-7260 have onboard? 64 MB? This is not
enough for g++ compiler. You should try cross-compiling V8 instead.

There is also a slight possibility that V8 source is just triggering a bug
in g++. In this case you should report it directly to GCC folks.

--
Vyacheslav Egorov


On Thu, Jun 17, 2010 at 9:08 PM, TooTallNate <[email protected]> wrote:

> Hello, I am trying to compile V8 standalone on a Technologic TS-7260
> single board computer. I've opened up this same message in V8's
> Issue's section from Google Code (http://code.google.com/p/v8/issues/
> detail?id=740), but I think a lot more eyes see the mailing list, so I
> thought I'd try and post it here as well, since I hope to get this
> working ASAP since it's for work and my boss is breathing down my neck
> on this now...
>
> So the TS-7260 is running a pretty old version of Debian ("Sarge",
> 3.1) with the 2.4 kernel.
>
> When I check out V8's source, and run 'scons' without any arguments,
> it compiles a few source files without any errors/warnings, but fails
> after a few with an error message like this:
>
>    g++: Internal error: Killed (program cc1plus)
>    Please submit a full bug report.
>    See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>    scons: *** [obj/release/arm/codegen-arm.o] Error 1
>    scons: building terminated because of errors.
>
>
> Needless to say I can't get any further than this. Here's the output
> of some hopefully helpful info regarding my linux setup:
>
>    cat /etc/debian_version
>    3.1 Sarge
>
>    uname -a
>    Linux ts7260 2.4.26-ts11 #3 Fri Apr 23 18:53:38 PDT 2010 armv4l
> GNU/Linux
>
>    scons --version
>    SCons by Steven Knight et al.:
>        script: v2.0.0.final.0.r5023, 2010/06/14 22:05:46, by scons on
> scons-dev
>        engine: v2.0.0.final.0.r5023, 2010/06/14 22:05:46, by scons on
> scons-dev
>
>    gcc -v
>    Using built-in specs.
>    Target: arm-linux
>    Configured with: ../src/configure -v --enable-languages=c,c++ --
> prefix=/usr --enable-shared --enable-__cxa_atexit --with-system-zlib --
> enable-nls --without-included-gettext --enable-clocale=gnu --enable-
> debug --program-suffix=-4.0.4 arm-linux
>    Thread model: posix
>    gcc version 4.0.4
>
>    g++ -v
>    Using built-in specs.
>    Target: arm-linux
>    Configured with: ../src/configure -v --enable-languages=c,c++ --
> prefix=/usr --enable-shared --enable-__cxa_atexit --with-system-zlib --
> enable-nls --without-included-gettext --enable-clocale=gnu --enable-
> debug --program-suffix=-4.0.4 arm-linux
>    Thread model: posix
>    gcc version 4.0.4
>
> Thanks for anything in advance!
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

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

Reply via email to