discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] building GNU Radio from tarball on Mac Os X with gcc-


From: Arturo Rinaldi
Subject: [Discuss-gnuradio] building GNU Radio from tarball on Mac Os X with gcc-4.7
Date: Wed, 19 Jun 2013 23:52:19 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Hi folks, i was wondering if i might be able to build the gnuradio tarball (specifically the 3.6.4.2 version) on Mac Os X by using the gcc-4.7 compiler installed with macports. I usually launch these commands from shell :

$ CC=gcc-mp-4.7 CXX=g++-mp-4.7 cmake -DPYTHON_EXECUTABLE=/opt/local/bin/python -DPYTHON_INCLUDE_DIR=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPYTHON_LIBRARY=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib -DENABLE_BAD_BOOST=ON ../

$ make

but the building process breaks at 12% warning me about a tag error in the swig directory.....maybe it concerns a doxygen issue. However since i need a fully functional gnuradio installation I am now turning back to the llvm-gcc-42 compiler so to take advantage of the volk cpu capabilities.

Has anyone ever succedeed in building the tarball with gcc-47 or gcc-46 ? Please let me know.....

Regards, Arturo

reply via email to

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