Noia It will not stay there forever, but for the time being it can be found at: https://github.com/LeoCorreiaDeVerdier/Typer/blob/master/Typer.zip (as can the code generating it). Thanks a lot for your effort!
giuliomoro Please show the result of running this on the board: grep detectlibraries /root/Bela/Makefile.libraries
giuliomoro Right, that indicates you are not actually running the latest dev. Can you try updating again please?
Noia I've tried updating twice with the same results, downloaded from https://github.com/BelaPlatform/Bela/tree/dev . Do you know anywhere old files could linger that I should wipe?
giuliomoro I guess something goes wrong during the update process. Can you show the content of /root/update.log ?
Noia Yes, now, trying to update the board I ran into some errors: Updating files...Updated files: 0 ...done make: Entering directory '/root/Bela/resources/tools/bela-cape-btn' clang bela-cape-btn.c -o bela-cape-btn make: Leaving directory '/root/Bela/resources/tools/bela-cape-btn' make: Entering directory '/root/Bela/resources/tools/bela-extract-dependencies' clang++ "../../../core/MiscUtilities.cpp" -c -I../../../include -std=c++11 -o "build/MiscUtilities.o" -std=c++11 ../../../core/MiscUtilities.cpp:242:14: error: use of undeclared identifier 'PATH_MAX' char result[PATH_MAX]; ^ ../../../core/MiscUtilities.cpp:243:53: error: use of undeclared identifier 'PATH_MAX' ssize_t count = readlink("/proc/self/exe", result, PATH_MAX); ^ 2 errors generated. Makefile:23: recipe for target 'build/MiscUtilities.o' failed make: *** [build/MiscUtilities.o] Error 1 make: Leaving directory '/root/Bela/resources/tools/bela-extract-dependencies' An error occurred.
Noia giuliomoro Thanks a lot! Now it works! Board updated clean and hvcc build script runs with different blocksizes. (unfortunately it didn't prevent the underruns, even with blocksize set to 1024, so I must go untangle my own code elsewhere)