Hello i am using gnuradio version 3.6.5.1. i download it using wget command line.
$ wget http://www.sbrac.org/files/build-gnuradio $ chmod a+x ./build-gnuradio $ ./build-gnuradio -o (i used -o option to get 3.6.5.1 version) i find the old UCLA Zigbee PHY from https://github.com/UpYou/gr-ieee802-15-4 so i download it and try to build using following method $ ./bootstrap $ ./configure $ make $ make check But in make step, i have an error as below, so i couldn't complete build. ========================================================================================= checking for gnuradio-core >= 2... Package gnuradio-core was not found in the pkg-config search path. Perhaps you should add the directory containing `gnuradio-core.pc' to the PKG_CONFIG_PATH environment variable No package 'gnuradio-core' found configure: error: Library requirements (gnuradio-core >= 2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ========================================================================================= how can i fix it? why gnuradio-core is missing in gnuradio 3.6.5.1? i checked gnuradio 3.6.5.1.tar.gz include gnuradio-core folder but there's no gnuradio-core in mine. why? what's wrong with me? Additionally, the reason why i used wget command is i have an error also build from source cause of gnuradio-core. it also is occured because of gnuradio-core missing. how can i fix this problem about gnuradio-core? -- View this message in context: http://gnuradio.4.n7.nabble.com/gnuradio-core-missing-UCLA-Zigbee-PHY-in-gnuradio-version-3-6-5-1-tp55093.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio