Maybe you also wanted to see this result: # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 3377 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 3377 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited
Kind regards, Jan On Mon, Apr 8, 2013 at 6:32 PM, Jan Prunk <janpr...@gmail.com> wrote: > > The Total memory of the device is 512 MB, so it can run out of memory I > guess. > > > On Mon, Apr 8, 2013 at 6:11 PM, Bastian Blank <wa...@debian.org> wrote: > >> On Mon, Apr 08, 2013 at 05:44:30PM +0200, Jan Pruk wrote: >> > I was trying to compile litecoin daemon on Raspberry Pi (ARM) using >> > "make -f makefile.unix" command, and it seems to end in some error: >> > json/json_spirit_writer_template.h:78:63: warning: comparison is always >> true due to limited range of data type [-Wtype-limits] >> >> I would start with fixing the obvious error. >> >> > g++: internal compiler error: Killed (program cc1plus) >> > Please submit a full bug report, >> > with preprocessed source if appropriate. >> > See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. >> >> This looks like an outside probel. Memory exhaustion? >> >> Bastian >> >> -- >> What kind of love is that? Not to be loved; never to have shown love. >> -- Commissioner Nancy Hedford, "Metamorphosis", >> stardate 3219.8 >> > >