discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] undefined symbols, causes?


From: Charles Swiger
Subject: [Discuss-gnuradio] undefined symbols, causes?
Date: Fri, 28 Apr 2006 15:04:17 -0400

Any tips what could cause this, Python does not like the
'U'ndefined symbol.


.../gnuradio/_atsc.so: undefined symbol: _Z14atsc_make_fpllv


$ nm _atsc.so | grep atsc_make_fpll
0004e9c0 T _Z14atsc_make_fplld
         U _Z14atsc_make_fpllv



Checking the .libs objects:

$ nm atsc_fpll.o | grep atsc_make_fpll
00000cf0 T _Z14atsc_make_fplld


but:

$ nm atsc.o | grep atsc_make_fpll
         U _Z14atsc_make_fpllv             <--- oh no!!!



SWIG missing something.
Files attached.

tia
--Chuck

Attachment: atsc_fpll.cc
Description: Text Data

Attachment: atsc_fpll.h
Description: Text Data


reply via email to

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