Thanks. I am able to download and install the system builder on development host.
I have done till "bitbake devel-image" to get the cross-compilation tools. Now, I can see that gcc compiler present in directory "freescale-2011.03/powerpc-linux-gnu/bin/gcc".
But while compiling a simple test program this error is seen -
gcc: error trying to exec 'cc1': execvp: No such file or directory
How do I use the powerpc compiler? Is there anything to be done as environment setting.
Thanks.