And can you confirm how you are running it?

./build_pd_hvcc.sh ~/Dropbox/Typer/patchar/Typer -c "-p 64"

Please show the result of running this on the board:

grep detectlibraries /root/Bela/Makefile.libraries

it says

$(AT) resources/tools/detectlibraries.sh --library $(LIBRARY)

Right, that indicates you are not actually running the latest dev. Can you try updating again please?

I guess something goes wrong during the update process. Can you show the content of /root/update.log ?

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.

Here is the update.log

update.txt
46kB

Try the latest dev branch, that should work?

  • Noia replied to this.

    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)