[linux-sh:03209] Re: jornada 680 linux (fwd)

"H.Brunsting" <[email protected]> Wed, 21 Apr 2004 19:19:58 +0200
Newsgroups gmane.linux.ports.sh.general
Message-ID <[email protected]>
After adjusting my paths, I just run ./demo-sh3.sh. It's been a while since 
I've built it, but I believe I built it without the "-without-fp", but that 
doesn't seem to be the problem: it seems to handle floating point operations 
anyway (possibly because gcc and binutils take it into account based on 
architecture specifications). 


On Wednesday 21 April 2004 18:35, Dan Kegel wrote:
> Kristoffer Ericson wrote:
> > ... The problem we
> > are facing with building a userland, now that we've gotten the kernel
> > working (2.6.x). The current GCC is somewhat faulty when it comes to
> > building dynamic programs, it so far only builds static. Don't know if
> > there's a mistake in crosstools (which we use to build the cross
> > compiler) or if there's something within the new gcc. So far we've been
> > more or less waiting for a fix to come out.
>
> I seem to remember hitting problems like that when I was testing
> crosstool-generated toolchains on sh4, but I believe I incorporated fixes,
> at least for some versions of gcc.   How are you invoking crosstool?
> - Dan