G'Day, > I want to compile a kernel for x86_64 platform. Is it possible to do > it from a 32-bit environment? If you want to compile something from one environment so that it will run on another, you need a crosscompiler: you can find more about this at the Crosstool page (http://www.kegel.com/crosstool/). Crosstool, by the way, is a nice little script for automating the process of making crosscompilers (it saves a LOT of effort and tears). -- Matthew -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/