Problem with compiling Fiasco L4 on Suse...

Stefan Kögel stefan-wieland.koegel at stud.tu-ilmenau.de
Fri Jun 27 15:31:14 CEST 2008


On Wed Jun 25, 2008 at 12:54:13 +0200, Stefan K?gel wrote:

> > Here it is...
> > All I can see is that "GCCLIB=/usr/lib/gcc/i586-suse-linux/4.3/libgcc.a" 
> > is set to the right path.
> > But I still get the "g++: /usr/lib/gcc/i486-linux-gnu/4.2.3/crtbeginS.o: 
> > No such file or directory" errors. Strange...
>   
 
The output looks ok. The build system is using gcc (not g++) to get all
the data. Are you sure that g++ is also working (i.e. is version 4.3)?
Can you sucessfully compile a 'int main() { return 0; }' type of program
with g++?
 

Adam
-- Adam adam at os.inf.tu-dresden.de Lackorzynski 
http://os.inf.tu-dresden.de/~adam/ G++ is totally fine. 
stefan at linux-2gsj:~> g++ -v Es werden eingebaute Spezifikationen 
verwendet. Ziel: i586-suse-linux Konfiguriert mit: ../configure 
--prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib 
--with-system-zlib --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch 
--program-suffix=-4.3 --enable-version-specific-runtime-libs 
--enable-linux-futex --without-system-libunwind --with-cpu=generic 
--build=i586-suse-linux Thread-Modell: posix gcc-Version 4.3.1 20080507 
(prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux) Compiling 
also works without any Problems. Any ideas? I am lost. Is there a way to 
manually set the paths right? Kind Regards, Stefan





More information about the l4-hackers mailing list