At 10:00 AM 12/14/2003, roland you wrote:
>hi !
>i have a strange problem and perhaps anbody can give me a hint, how to analyze this
>further:
>
>i run cygwin on my windows XP machine and built gcc&binutils from sources to make a
>hitachi sh1 crosscompile environment. after
>setup, it works flawl
Tim Renner wrote:
$ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep
PSEUDO_RELOC_LIST && echo $f;
done
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
./libcygwin.a
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
Tim Renner wrote:
$ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep
PSEUDO_RELOC_LIST && echo $f;
done
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
./libcygwin.a
U ___RUNTIME_PSEUDO_RELOC_LIST_END__
U ___RUNTIME_PSEUDO_RELOC_LIST__
The latter. See the cygwin/developer's list email archives if
you need a source to help you figure out how to do this.
Larry
Original Message:
-
From: [EMAIL PROTECTED]
Date: Tue, 10 Dec 2002 09:05:25 -0500
To: [EMAIL PROTECTED]
Subject: cross-compiler
Pardon me if maybe this
--- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> Get cygwin-1.3.6-6.tar.bz2 and
> w32api-20010520-1.tar.bz2, or newer.
> You don't have to ask everything, you can look at
> the scripts; plus
> they're more accurate than I am :-)
Does anybody have an URL for these???
_
On Thu, Jan 10, 2002 at 10:07:54AM +1100, Robert Collins wrote:
>- Original Message -
>From: "Kei OHSHIRO" <[EMAIL PROTECTED]>
>
>
>> Hello, Roland
>>
>> > I want to compile some of my programs on UNIX with the
>> > target set to cygwin.
>> > Can anybody tell me if I need any special packa
- Original Message -
From: "Kei OHSHIRO" <[EMAIL PROTECTED]>
> Hello, Roland
>
> > I want to compile some of my programs on UNIX with the
> > target set to cygwin.
> > Can anybody tell me if I need any special packages for
> > this?
>
> We are now developing yet another cygwin distributi
ROLAND <[EMAIL PROTECTED]> writes:
> That should be no problem, I made a cross compiler out
> of GCC before.
Famous last words ...
;-)
> I just wanted to know if I need to download any
> package other then BINUTILS and GCC to make a cross
> compiler from UNIX to CYGWIN.
You'll need cygwin incl
ROLAND <[EMAIL PROTECTED]> writes:
> Well, this does not completely answer my question, but
> the first part is there.
I'm sorry, but your questions are a bit vague to me.
> If I do not use these scripts, doe I need some extra
> stuff then or is it just as simple as typing
> 'configure --target
--- Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> Of course you can build the cross compiler yourself.
> I've made some
> scripts that automate this:
>
> Jan.
Well, this does not completely answer my question, but
the first part is there.
If I do not use these scripts, doe I need some extra
s
ROLAND writes:
> Isn't it just possible to build a cross compiler on
> UNIX by telling GCC the target='something-cygwin'??
Of course you can build the cross compiler yourself. I've made some
scripts that automate this:
http://lilypond.org/gnu-windows/testing/cygwin-cross-1.3.6.1.tar.gz
J
Hello Kei,
> We are now developing yet another cygwin
> distribution, Peach Cygwin
> and have cross-compile environment on Linux.
>
> You can download cross-compiler from SourceForge.
> Package name is cross-cygwin.
Isn't it just possible to build a cross compiler on
UNIX by telling GCC the tar
Hello, Roland
> I want to compile some of my programs on UNIX with the
> target set to cygwin.
> Can anybody tell me if I need any special packages for
> this?
We are now developing yet another cygwin distribution, Peach Cygwin
and have cross-compile environment on Linux.
You can download cross
13 matches
Mail list logo