Hello, I think this is no problem related to Genode or L4Re, but your environment isn't prepared to cross-compile for 32bit. You've to install a multi-arch prepared gcc/g++ and necessary libaries for 32bit.
If you use Ubuntu just install: sudo apt-get install gcc-multilib g++-multilib ia32-libs To successfully compile L4Re, please re-create its build-directory before trying it again. Regards Stefan On 04/12/2011 08:49 PM, Guess Who? wrote: > I followed the instructions on "Genode on Fiasco.OC" > (http://genode.org/community/wiki/GenodeOnFiascoOC) and ran into a > problem. When I got to the step to building L4Re I got the following: > > *** No rule to make target '.../lib32/crtendS.o', needed by 'libl4sys.so'. > > I am building this on an x86_64 system, and I am sure it is looking for > a 32-bit obj on a 64 bit system. Does anyone know how to fix this problem? > > Peace, > Chance > > ------------------------------------------------------------------------------ > Forrester Wave Report - Recovery time is now measured in hours and minutes > not days. Key insights are discussed in the 2010 Forrester Wave Report as > part of an in-depth evaluation of disaster recovery service providers. > Forrester found the best-in-class provider in terms of services and vision. > Read this report now! http://p.sf.net/sfu/ibm-webcastpromo > _______________________________________________ > Genode-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/genode-main > -- Stefan Kalkowski Genode Labs http://www.genode-labs.com/ · http://genode.org/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
