1/1

|
build problem with gcc 3.4.3
by Unknown on Dec 18, 2004 |
Not available! | ||
|
Hi All,
I'm new here so please don't kick too hard if this has been discussed already or for any other reason :) I've just pulled the or1ksim from CVS and tried to build it. My gcc didn't like the empty case in the eth.c. Other than that everything went ok! here is a small patch to get rid of the building error: (this of course could be fixed in other ways including just removing the case, but i figured it must have been there for future use :) diff -u -r1.20 eth.c --- peripheral/eth.c 19 Jul 2004 23:01:17 -0000 1.20 +++ peripheral/eth.c 18 Dec 2004 02:30:13 -0000 @@ -380,7 +380,7 @@ break; case ETH_RTX_VAPI: - + break; } break; -- Regards, Vladimir |
|||
1/1

