This is the mail archive of the
sourcenav@sources.redhat.com
mailing list for the Source Navigator.
RE: Newbie questions
- To: "'Mills, John'" <john dot mills at atl dot viasat dot com>, "'sourcenav at sources dot redhat dot com'" <sourcenav at sources dot redhat dot com>
- Subject: RE: Newbie questions
- From: "Breckner.Robert.E" <Robert dot Breckner at IGT dot com>
- Date: Fri, 1 Jun 2001 13:33:15 -0700
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.