Hi
I need to do kernel and filesystem compilation manually without using ./prj. So I have tried the following
I have downloaded the compiler c6x-uclinux and installed manually.
I have downloaded the linux source, extracted, modified .config for 6678, and gave make ARCH=c6x CROSS_COMPILE=c6x-uclinux-
It generated vmlinux and using objcopy command i converted into vmlinux.bin
Similarly I need to compile filesystem manually..
Please suggest the ways