Hey Muttalib, sorry maybe too late. > I got a page titled 'Building a GNU/Linux ARM Toolchain (from scratch)' > from Net and I successfully built the tool chain. It was a script to create > the tool chain. The newly created tool chain supports C and C++ languages. Did you already try this /1/ > > ./a: error while loading shared libraries: libstdc++.so.6: cannot open > shared object file: No such file or directory There is a library (libstdc++-4.1.0) you should also crosscompile. - Patrick /1/ http://www.codesourcery.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2006q1-6-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2 http://www.codesourcery.com/public/gnu_toolchain/arm-none-linux-gnueabi/arm-2006q1-6-arm-none-linux-gnueabi.src.tar.bz2 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/