Forum Discussion
Altera_Forum
Honored Contributor
21 years agokernel build fails
Hi, I have uClinux1.3 on a Nios2 IDE 1.1 and Quartus 4.2, and I try to run a kernel compilation, I did not modify the kernel config. I get an error : Error: expected comma after "nobreak...
Altera_Forum
Honored Contributor
21 years agoHello,
the version returned is : nios2-elf-gcc (GCC) 3.4.1 (Altera Nios II 1.1 b137) Nb : I fixed the problem by replacing "nobreak" by "nobreak,0", and the corresponding "break" by "break,0", it seems to be ok..... Regards, cetic