Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCompilling Linux with MMU on NIOS
I am compiling Linux on DE0 dev board and at the end of compilation errors appears: CC lib/rwsem-spinlock.o CC lib/sha1.o CC lib/show_mem.o CC lib/string.o ...
Altera_Forum
Honored Contributor
14 years agoOh, I remember now where I've seen that error before. Did you modify nios.h or the generated custom_fpga.h ? (I don't know if these actually exist anymore in 20100621 with device tree and all)
If you have a# define commented out C++ style // in any of those headers, it'll get into the linker script and you'll get that error.