Hi,
I think there’s still an issue with the PD compiler. Whatever I try to compile, the linker gives me the following error:
/tmp/ccWHC19B.ltrans1.ltrans.o: In function'cBinop_k_onMessage.constprop.13':
<artificial>:(.text+0x40): undefined reference to 'alloca'
/tmp/ccWHC19B.ltrans1.ltrans.o: In function 'hv_vscheduleMessageForReceiver.constprop.11':
<artificial>:(.text+0xb4): undefined reference to 'alloca'
collect2: error: ld returned 1 exit status
make: *** [/tmp/owl-build-WAxB2n/patch.elf] Error 1
ERROR: Patch build failed.
I downloaded the OwlProgram and it gives me the same error. I can compile and run C++ code but not PD.
I tried some patches in the gallery, the template, even an [adc~] and [dac~] with nothing else in the patch.
The arm-none-eabi-gcc -v
command gives me:
gcc version 4.9.3 20150529 (prerelease) (15:4.9.3+svn227297-1)
I also tried the 5.2.1 gcc but the error output was so big that I didn’t bother to search for the errors.
It seems like a Makefile problem but I can’t figure it out. Tomorrow is another day.