Hi,
I'm trying to run a Pd project on boot but I get the following error message in the console:

Building math_runfast.c...
Segmentation fault
make: *** [build/core/math_runfast.o] Error 139
Makefile:430: recipe for target 'build/core/math_runfast.o' failed

This seems to be the case for any Pd project. C++ projects load on boot just fine. The Pd project works just fine when the Bela is connected to the computer and not running on boot. I updated the latest Bela-master from your repo! Any ideas?

Thanks!

Ricky

Update: reimaged the SD card and all is well.

    cwru Update: reimaged the SD card and all is well.

    that's good! I didn't have an immediate solution in mind ... surely it was weird that it was building anything at all at startup and also that the compiler would give a segmentation fault ...