discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] [discuss-gnuradio] Git checkout error in build_gnurad


From: Alex Zhang
Subject: [Discuss-gnuradio] [discuss-gnuradio] Git checkout error in build_gnuradio script
Date: Thu, 19 Sep 2013 18:44:54 -0500

Hello, 

I think the script build_gnuradio has an error when GNURadio 3.7 is in the repository.
As the GNURadio 3.7 has no directory gnuradio-core. The below code will always report error and exit the building. 

git clone --progress http://gnuradio.org/git/gnuradio.git >>$LOGDEV 2>&1
		if [ ! -d gnuradio/gnuradio-core -a ! -d gnuradio/gnuradio-runtime ]
		then
			my_echo "Could not find gnuradio/gnuradio-{core,runtime} after GIT checkout"
			my_echo GIT checkout of Gnu Radio failed!
			doexit FETCH-GR-FAIL
		fi
It should be corrected, if I am not wrong.

--

Alex,
Dreams can come true – just believe.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]