[Discuss-gnuradio] mc4020.source causing lockup on exit

2005-03-06 Thread Ben Gelb
Hi All - I just dusted off my mc4020 board and compiled and installed the new GNU Radio codebase this past weekend. I've gotten some of the examples running and can receive some local AM and FM stations. Oftentimes when I exit a GNU Radio program that uses the mc4020.source my computer will loc

Re: [Discuss-gnuradio] gr_frequency_modulator_fc.cc: unknown function trunc()

2005-03-06 Thread kilian
Hi, not having NetBSD available I can only show you what man trunc tells me under Linux: --- NAME trunc, truncf, truncl - round to integer, towards zero SYNOPSIS #include double trunc(double x); float truncf(flo

[Discuss-gnuradio] gr_frequency_modulator_fc.cc: unknown function trunc()

2005-03-06 Thread Berndt Josef Wulf
G'day, gr_frequency_modulator_fc.cc: In member function `virtual int gr_frequency_modulator_fc::work(int, gr_vector_const_void_star&, gr_vector_void_star&)': gr_frequency_modulator_fc.cc:65: error: `trunc' undeclared (first use this function) where does trunc() come from? It's not part o