On 06/26/2015 12:13 AM, Chris Johns wrote:
Pushed.
Thanks.
Chris
Thanks. Sorry about the long subject/summary line.
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
modified: wscript
Re-generated from "./freebsd-to-rtems -m" based on
waf_generator.py
---
waf_generator.py | 6 +++---
wscript | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/waf_generator.py b/waf_generator.py
index 0be3367..ff55031 100755
--- a/waf_generator
The main fix is for setting the value of NET_CFG_GATEWAY_IP which was
getting set to the net mask value.
Others are _IP_IP instead of just _IP and look like typos. Otherwise, I
don't think they cause a problem.
-gene
diff --git a/waf_generator.py b/waf_generator.py
index 0be3367..ff55031 1007
On 06/23/2015 02:18 PM, Joel Sherrill wrote:
On 6/23/2015 1:09 PM, Gene Smith wrote:
Here's the things I did to fix the Makefile. I think you added the
quotes (item 1) and maybe item 2. I think the error you are seeing is
due to item 3 since it can't find pcap.h.
1) Everywhere
On 06/23/2015 11:28 AM, Joel Sherrill wrote:
Hi
I decided to take a look at this and spotted what I think are at least
two mistakes but when I fixed them, I got a build error.
Help appreciated:
Makefile.diff attached. But it then fails like this:
$ make
i386-rtems4.11-gcc --pipe
-B/home/joel/
On 05/31/2015 07:57 PM, Saurabh Gadia wrote:
The problem is on master branch
Just a suggestion that you might need to run ./bootstrap from rtems root
after a "git pull" that adds or removes files. I had a similar problem
but with a different file.
-gene
___