Adrian Kueng wrote: > Hi, > > I have some problems with the installation of the USRP on Ubuntu 7.04 > „Feisty“. > For this installation I use the BuildingGuid from GNU Radio: > http://www.gnuradio.org/trac/wiki/UbuntuInstall > > The first Problem I get by compiling GNU Radio. When I enter the command > make, the follow Errors occurre: > make: > collect2: ld returned 1 exit status > make[5]: *** [test_mblock] Fehler 1 > make[5]: Verlasse Verzeichnis > '/home/eakueng/qwt-5.0.1/gnuradio/mblock/src/lib' > make[4]: *** [all] Fehler 2 > make[4]: Verlasse Verzeichnis > '/home/eakueng/qwt-5.0.1/gnuradio/mblock/src/lib' > make[3]: *** [all-recursive] Fehler 1 > make[3]: Verlasse Verzeichnis '/home/eakueng/qwt-5.0.1/gnuradio/mblock/src' > make[2]: *** [all-recursive] Fehler 1 > make[2]: Verlasse Verzeichnis '/home/eakueng/qwt-5.0.1/gnuradio/mblock' > make[1]: *** [all-recursive] Fehler 1 > make[1]: Verlasse Verzeichnis '/home/eakueng/qwt-5.0.1/gnuradio' > make: *** [all] Fehler 2 > [EMAIL PROTECTED]:~/qwt-5.0.1/gnuradio$ > > Dose any body now, what I have to do in order to fix this Errors?
Do you have any more of the output before this point? It seems as if you're failing on the mblock code, which is relatively new. Eric will probably provide you better feedback on this error, but try to get us move of your output around the error. In the meantime you can try disabling the m-block code, which will still give you a functional USRP with GNU Radio: ./configure --disable-mblock Then make it again. - George _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio