Can it be installed on a raspberry pi ?
meeeo opened this issue · 4 comments
meeeo commented
aoh commented
Your C-compiler is indeed running out of memory. You can get around that by temporarily adding more swap space, or by removing radamsa.c and and recompiling it with make OFLAGS=-O1
to make a smaller radamsa.c. You can also make the smaller radamsa.c on another machine, copy it to raspberry and get it running with cc -O2 -o radamsa radamsa.c
.
meeeo commented
Thank you, I'll try it later and let you know.
meeeo commented
aoh commented
Great! Closing as the issue seems to have been resolved.