On 2 February 2011 11:54, Peter Maydell peter.maydell@linaro.org wrote:
ie gcc wants (at least) 100M of RAM trying to compile a 190K sourcefile. (and probably more overall since the board has 500MB RAM total and it hit the out-of-memory condition).
On a rerun which hit the kernel OOM-killer the kernel said: Killed process 5362 (cc1) vsz:480472kB, anon-rss:469676kB, file-rss:88kB
so gcc's claim that it only wanted 100MB is underreading rather.
-- PMM