Hi just trying to update my Bela and running into an error.
Image:
v0.3.7c, 27 February 2020
Core code:
Last attempted update on '2 Oct 2024 15:29:07 '
from file '/root/Bela/updates/Bela-master.zip'
via 'make update'
Update failed
Git desc: '2312ac65-dirty
Any ideas appreciated.
Many thanks
r/scripts/update_board ; exit;
DATE=2024-10-01T14:36:44Z
FILENAME=Bela-master
METHOD=update_board
Checking the board is up and running at root@192.168.7.2...Warning: Permanently added '192.168.7.2' (ED25519) to the list of known hosts.
done
Board found at root@192.168.7.2
Updating the Bela core code in root@192.168.7.2:/root/Bela
All the changes to the CORE files in the remote folder /root/Bela will be LOST. The content of these files/folders will be lost:
core include Makefile Makefile.libraries Makefile.linkbela examples Doxyfile scripts resources pru libraries
Your projects stored in /root/Bela/projects should be safe (and surely you have already backed them up somewhere safe, haven't you?).
Are you sure you want to continue? (y/N) y
Updating Bela core files to remote folder /root/Bela
Stopping Bela...done
Updating files...Updated files: 22 ...done
Scope
Using library Scope
Using library WSServer
Using library ne10
Midi
Using library Midi
Gui
Using library Gui
Using library WSServer
Trill
Using library Trill
Pipe
Using library Pipe
make: Entering directory '/root/Bela/resources/tools/bela-cape-btn'
gcc bela-cape-btn.c -o bela-cape-btn
bela-cape-btn.c: In function ‘run’:
bela-cape-btn.c:420:22: error: ‘pfd’ undeclared (first use in this function)
int result = poll(pfd, 1, pollTime);
^~~
bela-cape-btn.c:420:22: note: each undeclared identifier is reported only once for each function it appears in
Makefile:26: recipe for target 'bela-cape-btn' failed
make: *** [bela-cape-btn] Error 1
make: Leaving directory '/root/Bela/resources/tools/bela-cape-btn'
An error occurred.
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions... 9 completed.
Simon