Forum Discussion
Altera_Forum
Honored Contributor
20 years agouClinux without Flash (again)
I decided to give uClinux a try on my custom board, but I only have an SD card slot, no CFI. When reading the install guide for uClinux, and when trying it, it won't let me build a kernel project...
Altera_Forum
Honored Contributor
20 years agoYou can follow the marc's page.As I did it.
You can't use gcc4 to build the tools chain. I am using Fedora Core 4, and have to install the gcc32. And in /usr/bin, mv gcc gcc4,then ln -s gcc32 gcc. You are close, and you don't need to do it right now. You can do it later. I think removing the line of dos2unix in the top level kernel Makefile will solve the problem.