On Thu, Jun 17, 2010 at 9:08 PM, TooTallNate <[email protected]> wrote:
> 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. > Just out of curiosity: were you building in debug mode? There were several versions of gcc 4.0.x which could throw an internal error when certain code was compiled in debug mode. i remember having the problem when comping the SpiderMonkey JS engine some years back (2005, i think), and had to explicitly disable debug mode for 4.0.x compilers to get around it. Something to try, anyway. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
