public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS]  Linux built ecos apps in windows platform
@ 2004-08-13 18:37 Giri Raja
  2004-08-13 22:29 ` [ECOS] " Grant Edwards
  2004-08-14 10:28 ` [ECOS] " Bart Veer
  0 siblings, 2 replies; 3+ messages in thread
From: Giri Raja @ 2004-08-13 18:37 UTC (permalink / raw)
  To: ecos-discuss

Hi guys,
     I have ecos and cygwin installed in my windows
laptop. Is it possible to connect to the target from
this machine, through redboot, but use a linux built
application instead. 

Thanks.

Giri.


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Re: Linux built ecos apps in windows platform
  2004-08-13 18:37 [ECOS] Linux built ecos apps in windows platform Giri Raja
@ 2004-08-13 22:29 ` Grant Edwards
  2004-08-14 10:28 ` [ECOS] " Bart Veer
  1 sibling, 0 replies; 3+ messages in thread
From: Grant Edwards @ 2004-08-13 22:29 UTC (permalink / raw)
  To: Giri Raja; +Cc: ecos-discuss

On Fri, Aug 13, 2004 at 11:37:50AM -0700, Giri Raja wrote:

>      I have ecos and cygwin installed in my windows
> laptop. Is it possible to connect to the target from
> this machine, through redboot, but use a linux built
> application instead.

Sure.  You can compile some of the source files under Cygwin,
some of them under Linux, and then link them all together under
either. Then you can debug under either OS as well.

eCos and gcc/binutils/gdb aren't brain-dead MS products, ya
know. ;)

-- 
Grant Edwards
grante@visi.com


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS]  Linux built ecos apps in windows platform
  2004-08-13 18:37 [ECOS] Linux built ecos apps in windows platform Giri Raja
  2004-08-13 22:29 ` [ECOS] " Grant Edwards
@ 2004-08-14 10:28 ` Bart Veer
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Veer @ 2004-08-14 10:28 UTC (permalink / raw)
  To: giri_amf; +Cc: ecos-discuss

>>>>> "Giri" == Giri Raja <giri_amf@yahoo.com> writes:

    Giri>      I have ecos and cygwin installed in my windows laptop.
    Giri> Is it possible to connect to the target from this machine,
    Giri> through redboot, but use a linux built application instead.

Mostly yes, the executable does not depend on the type of machine on
which it is built. However there is one caveat: the debug info in the
executable will reference the source files on the build machine, i.e.
your Linux box; unless you make clever use of mount points and/or
symbolic links, the file paths won't work on your cygwin box; hence
gdb will find it difficult to locate the various source files. The gdb
'directory' command may help a bit with this problem.

Bart

-- 
Bart Veer                       eCos Configuration Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-08-14 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-13 18:37 [ECOS] Linux built ecos apps in windows platform Giri Raja
2004-08-13 22:29 ` [ECOS] " Grant Edwards
2004-08-14 10:28 ` [ECOS] " Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).