discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Cygwin, open cfile using c, complex.h


From: Howard Wong
Subject: [Discuss-gnuradio] Cygwin, open cfile using c, complex.h
Date: Fri, 21 Jan 2011 20:02:30 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Sorry this question might be a little bit far from gnuradio.

In the case I record raw data from the air by USRP and write to a cfile by filesink.
I am using a C program to open the cfile to process.
However, when I compile in Cygwin, the complex.h headers were not found.

#include <complex.h>

Any package to be installed or where I can include the file?

$ gcc opencfile.c
opencfile.c:3:21: error: complex.h: No such file or directory
opencfile.c: In function ‘main’:
opencfile.c:9: error: ‘complex’ undeclared (first use in this function)


$ gcc --version
gcc (GCC) 4.3.4 20090804 (release) 1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



reply via email to

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