Bug 56617 - c++ compiler error when trying to build SuperCollider with nova-simd extension on arm ubuntu
Summary: c++ compiler error when trying to build SuperCollider with nova-simd extensio...
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.7.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 12:29 UTC by videoolds
Modified: 2013-07-01 09:27 UTC (History)
1 user (show)

See Also:
Host:
Target: arm-linux-gnueabihf
Build:
Known to work:
Known to fail:
Last reconfirmed: 2013-03-26 00:00:00


Attachments
files relevant to the bug report (78.60 KB, application/zip)
2013-03-14 12:29 UTC, videoolds
Details

Note You need to log in before you can comment on or make changes to this bug.
Description videoolds 2013-03-14 12:29:00 UTC
Created attachment 29666 [details]
files relevant to the bug report

When I try to build SuperCollider with nova-simd extension on my UG802 Arm Cortex A9 box running Ubuntu, the g++ compiler quits with an internal compiler error.
When I disable nova-simd support in cmake SuperCollider builds successfully.

I've attached a zip containing the preprocessed file where the error occurs, the output of gcc -v and the command line call with the compiler error.
Comment 1 Richard Earnshaw 2013-03-26 14:29:37 UTC
I've not been able to reproduce this, and looking at your log, I see:

c++: internal compiler error: Killed (program cc1plus)

Which sounds like its been killed by the system, rather than hit a real internal fault.  That makes me wonder if you've got enough memory for the compilation -- it certainly uses quite a lot on my board.
Comment 2 Paolo Carlini 2013-07-01 09:27:23 UTC
Closing.