something available for ARM
srikanth007m opened this issue · 2 comments
srikanth007m commented
Hello,
Does this tool works for ARM? Though i didn't see ARM as supported platform. But just wanted to know if it works or not.
srikanth007m commented
Tried myself to cross compile for ARM and able to do it.
aoh commented
Glad to hear it worked. Onboard compilation on smaller devices (e.g. first gen raspberries) needed -O1 or no -O to OFLAGS, to avoid the C compiler from taking tons of memory, but otherwise there should be no issues.