satit wrote: > I want to make r2052 in 64 bit environment, after issued make, (linux32 make > not work), there are error in gcc complied as below:
In a 64-bit environment (i.e., 64-bit kernel, 64-bit glibc, and 64-bit gcc - NOT the result of booting into a 64-bit kernel on x86 CD), you can (if we ignore bugs for now) do the following things: 1) Build a pure 64-bit CD with "make". This is what you attempted to do. However, the last known good revision for this type of build is r2014, and it requires a 64-bit toolchain, which is not present on x86 CD. 2) Build a 32-bit CD with "linux32 make" if the host has 32-bit libraries (the x86_64 CD has only 64-bit libraries, but the x86 CD should work). This does work here, if it does not work for you - please provide the information about your host and paste the error. -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
