Compiling Radioberry Software and getting stuck here...
80 views
Skip to first unread message
Marty Wittrock
unread,
Mar 3, 2025, 3:36:04 PM3/3/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Radioberry
Hello All,
I think I'm pretty close to compiling the Radioberry software for use but running info a final snag as shown:
alsa_midi.o midi2.o midi3.o midi_menu.o -lm -lwdsp -lpthread -lpulse-simple -lpulse -lpulse-mainloop-glib `pkg-config --libs gtk+-3.0` -lasound -lrt /usr/bin/ld: cannot find -lwdsp: No such file or directory collect2: error: ld returned 1 exit status make[1]: *** [Makefile:459: pihpsdr] Error 1 make: *** [Makefile:84: install-software] Error 2
I cannot find the lwdsp lib that is called out in the make file and wondering how this gets fixed. Any help here will be GREATLY appreciated - Thanks much in advance.
73 de Marty KN0CK
Ravi Miranda
unread,
Mar 3, 2025, 4:19:44 PM3/3/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Marty Wittrock, Radioberry
Possible that wdsp isn't installed.
Looking on the net I found
sudo apt update
sudo apt install libwdsp-dev