¿ªÔÆÌåÓý

Re: sBITx - Build chain


Kevin Wheatley
 

I¡¯m using today¡¯s build, started from scratch this morning knowing nothing about this environment, lots of learning today¡­ but not able to build the source¡­.

I¡¯ll start again?tomorrow and try with the previous OS version¡­.

Thanks for the pointer¡­.

Kevin - M0KHZ

On Mon, 8 Nov 2021 at 17:53, Stephen Farthing <squirrox@...> wrote:
Hi Ashar and Kevin,?

Are you both using the same version of the operating system??

Today there was a major release of the Raspberry Pi operating system and I know from previous experience that updates can cause build scripts to fail.?

Kind regards,

Steve G0XAR?

On Mon, 8 Nov 2021 at 17:40, Kevin Wheatley <kevin.m0khz@...> wrote:
Hi Ashhar
I believe I¡¯ve installed all the libraries mentioned in the install.txt file, still getting the same error, I¡¯m completely new to build scripts, is the one you provided pointing to a different directory??
Kevin - M0KHZ

On Mon, 8 Nov 2021 at 17:34, Ashhar Farhan <farhanbox@...> wrote:
You will have to install a few more libraries. I think the install.txt had the requisite library names.

On Mon, Nov 8, 2021, 10:05 PM Kevin Wheatley <kevin.m0khz@...> wrote:
Ashhar - I really enjoyed your recent RSGB presentation for your sBITx project thankyou.... and very interested...

So I come from an Arduino / Teensy IDE environment but have zero experience regarding the Raspberry Pi, so please be gentle....

I have a Raspberry Pi 3+ here working with the RPi touch screen, new SD card and latest OS installed (with updates etc.)

I have followed your github install procedure and all went well, but following your build script I get errors..
I'm completely in the dark here, see below my current terminal output, any pointers very welcome :)

pi@raspberrypi:/tmp/sbitx-main $ ls
build? ? ? ? ? ? ? ? ?i2cBitBangingBus.h? sbitx_utils.c? si570.c? ? ? ?vfo.c
fft_filter.c? ? ? ? ? install.txt? ? ? ? ?sdr.h? ? ? ? ? sound.h? ? ? ?wsjtx_notes.txt
i2cbb.c? ? ? ? ? ? ? ?sbitx.c? ? ? ? ? ? ?sdr_ui.h? ? ? ?store.c
i2cbb.h? ? ? ? ? ? ? ?sbitx_gtk.c? ? ? ? ?si5351.h? ? ? ?ubitx.c
i2cBitBangingBus.cpp? sbitx_sound.c? ? ? ?si5351v2.c? ? ?ui_notes.txt
pi@raspberrypi:/tmp/sbitx-main $ F=$@
pi@raspberrypi:/tmp/sbitx-main $ echo "compiling $F"
compiling?
pi@raspberrypi:/tmp/sbitx-main $ gcc -g -o $F \
>? vfo.c si570.c sbitx_sound.c fft_filter.c? sbitx_gtk.c sbitx_utils.c i2cbb.c si5351v2.c? $F.c \
> -lwiringPi -lasound -lm -lfftw3 -lfftw3f -pthread -lncurses \
> `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0`
gcc: error: .c: No such file or directory
pi@raspberrypi:/tmp/sbitx-main $?

Kevin - M0KHZ

Join [email protected] to automatically receive all group messages.