Re: get errors when I compile pistachio-0.4
Uwe Dannowski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Organization | System Architecture Group, Karlsruhe University (TH), Germany |
| Message-ID | <[email protected]> |
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