Sdcc and usrp in latest master copy

in attempting to force usrp to compile I did --enable-usrp.

USRP requires sdcc. sdcc not found. See http://sdcc.sf.net
Unable to find firmware compiler SDCC.
configure: error: Component usrp has errors; stopping.
n4hy@home gnuradio (master) $ which sdcc
/usr/libexec/sdcc/sdcc

n4hy@home gnuradio (master) $ sdcc -v
SDCC : mcs51/gbz80/z80/ds390/pic16/pic14/TININative/ds400/hc08 3.0.0
#6037
(Mar 20 2011) (Linux)
r

Houston, we have a problem

GNU Radio does not work with SDCC 3.0 (which is what “sdcc -v” you
provided says it is); latest it works with is 2.9. See also <
http://lists.gnu.org/archive/html/discuss-gnuradio/2010-11/msg00460.html

. - MLD

FC14, x86-64

Bob