Re: get errors when I compile pistachio-0.4
"Zheng Da" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
I mean pistachio-0.4, not pistachio-cvs. I got the pistachio from CVS, and build it successfully. But with the same approach I got error to build pistachio-0.4. So I think there must be something wrong in pistachio-0.4 On 9/14/06, Uwe Dannowski <[email protected]> wrote: > > Zheng Da wrote: > > So do you think pistachio can be compiled by gcc 3.3.6? > > I do - it works for me: > > # cvs -d :pserver:[email protected]:/public-cvs checkout pistachio > # cd pistachio > # (cd user/; autoheader ; autoconf) > # gcc-3.3 -v 2>&1 | grep ^gcc > gcc version 3.3.6 (Debian 1:3.3.6-13) > # CC=gcc-3.3 tools/autobuild ia32-p1 > # ls -l build/ia32-p1/kernel/ia32-kernel > build/ia32-p1/kernel/ia32-kernel > # > > > Uwe >