From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Breckner.Robert.E" To: "'Mills, John'" , "'sourcenav@sources.redhat.com'" Subject: RE: Newbie questions Date: Fri, 01 Jun 2001 13:34:00 -0000 Message-id: <39A3BA4D6A9AD411A4390008C733C2469389C1@rnoengapp2.engr.intgame.com> X-SW-Source: 2001-q2/msg00189.html Actually I found that all I needed to do was modify the mkfilegen.tcl. It was set up to automatically add .exe and .a to executables and libraries. I removed this and everything works the way I wanted without having to make an external make file. Robert -----Original Message----- From: Mills, John [ mailto:john.mills@atl.viasat.com ] Sent: Friday, June 01, 2001 12:29 PM To: 'Breckner.Robert.E'; 'sourcenav@sources.redhat.com' Subject: RE: Newbie questions Hello - I used SN-4.2 in Linux for cross development; since I had a Makefile, the build took its instructions from that file and created whatever targets were specified there, as well as running the specified cross-toolset. I did a limited amount of work also with SN-4.2 in WinNT. The GNU tools themselves were hosted under 'cygwin', and I started SN from a cygwin console for them to inherit that environment. (There may be a _much_ more direct approach I didn't find, but that worked.) Could you take that approach? DISCLAIMERS - I haven't put much use on 5.0, I never used the SN building tools, nor am I doing cross-platform development at the moment. Regards - John Mills -----Original Message----- From: Breckner.Robert.E [ mailto:Robert.Breckner@IGT.com ] Sent: Wednesday, May 30, 2001 7:54 PM To: 'sourcenav@sources.redhat.com' Subject: Newbie questions I would really like to use Source Navigator as a cross development environment for a platform that has the 2.95.2 gnu toolset already available for Windows 2000. In general I found that everything worked great except for a few items.