From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Grant Edwards" To: David.Karlberg@combitechsystems.com Cc: andrew.lunn@ascom.ch, ecos-discuss@sources.redhat.com Subject: [ECOS] Re: TCP/IP as a program. Date: Thu, 16 Aug 2001 07:47:00 -0000 Message-id: <20010816144728.1209C7A926@visi.com> References: <2253171AF143D21185A60000F8FA748B03795E15@pluto.combitech.se> X-SW-Source: 2001-08/msg00555.html David.Karlberg@combitechsystems.com writes: > I want to use PPP with TCP/IP and I figured it would be a lot easier to work > with the Net pack > if I did not have to recompile the whole eCos everytime I want to see if my > changes work. A make will only recompile files that have changed. The only time everything gets recompiled is when you change the eCos configuration file (ecos.ecc), and if you do that, you've got to re-compile everything anyway (regardless of where the files are). I regularly work by modifying files in the main eCos source tree, and I don't think you're going to save much time by splitting out parts of it. When testing, you do have to remember to do two makes: one to recompile the changed eCos source files, and a second to re-link your test app with the new eCos libraries. I've created more confusion that I'd like to admit by by forgetting that second make. > And that I would have more control of which files are used. I guess I never had any problems with that. -- Grant Edwards grante@visi.com