Compiler crash with mongoose.c on Raspberry Pi #3412
-
|
For the 100st time I am trying to compile on a Raspberry Pi and it always fails after some time with this: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
|
That's a compiler crash not a rtl_433 bug. Maybe OOM or something like that. |
Beta Was this translation helpful? Give feedback.
-
|
Lots of options:
The first two are likely the easiest. But you are baiscally arriving at "the computer I am using is too small to deal with the software I aant to use". |
Beta Was this translation helpful? Give feedback.
-
|
I lean to not giving speciai instructions about 512M computers. As much as I grew up on tiny RAM, and like retrocomputing, I don't feel that rtl_433 is particularly piggy, and that while you are having trouble, I suspect you'd have trouble with almost anything else you built. FWIW, I build rtl_433 routinely on a 1GB RPI3 (running earmv7hf-el, as 32-bit ARM), and I didn't run into problems. But that's headless, with no desktop running. |
Beta Was this translation helpful? Give feedback.
-
|
I am running into the same error on my Pi Zero W, it keeps running out of memory when building mongoose.c |
Beta Was this translation helpful? Give feedback.
Lots of options:
The first two are likely the easiest. But you are baiscally arriving at "the computer I am using is too small to deal with the software I aant to use".