discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Split-function implementation of 802.11g OFDM PHY and MAC on USRP2
Date: Mon, 22 Aug 2011 09:27:19 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11

> 
> @Josh: Yes, this was indeed the problem. I tried to change the line,
> but then I got a new error 'missing separator. Stop.’ which means
> that there were some irregular spaces between the commands in the
> file. After many rounds with trying to find out what is wrong and
> reading in the make-manual (which you get with the installation on
> C:\Program Files\GnuWin32\doc\make\3.81\make-3.81\make.pdf), I found
> out that the main problem is that you need to divide the lines ONLY
> WITH ENTER from the last character in the previous line, not with
> tabs or spaces. I used WordPad to edit my Makefiles.srcs, where the
> break between the lines looks the same in case of line break with
> enter or some extra spaces and enter.
> 
> So the line was changed to:
> 
> FIFO_SRCS = $(abspath/../../fifo/, \
> 
> However, what is really interesting is that I didn't have to change
> the all paths in all of the 'Makefiles.srcs', only in some, which is
> quite illogical.
> 
> 


I made a simple rule to print the sources and they appear to be correct.
I suspect the secondary expansion is messed up, try this diff:
http://pastebin.com/hcrfCVse

-josh



reply via email to

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