Altera_Forum
Honored Contributor
15 years agoMMU Custom Cyclone II make error
Hi,
I've got a custom board with a Cyclone II I used to use an older version of nios2-linux/uClinux but decided it was time to try the MMU version. So, I downloaded the nios2-linux20100621.tar and set to work. I could not use ./update and get the message below for all --- ************************ [janet@localhost nios2-linux]$ ./update update binutils.. sopc.et.ntust.edu.tw[0: 140.118.20.145]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) ************************ I also tried to ping 140.118.20.145, it doesn't work. Is this server down? What could cause that I've tried lately and get that I used to get updates and I haven't done anything to my home network. But I set to work anyway. I followed the Creating a Nios II Design with an MMUI added my board etc. But when I do the "make" I get this "vmlinux.lds:380: syntax error Isn't that a generated file ?? Any help will be greatly appreciated. Thanks - ************* END OF make messages CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 /home/janet/nios2-linux/toolchain-mmu/x86-linux2/bin/nios2-linux-gnu-ld:arch/nios2/kernel/vmlinux.lds:380: ignoring invalid character `#' in expression /home/janet/nios2-linux/toolchain-mmu/x86-linux2/bin/nios2-linux-gnu-ld:arch/nios2/kernel/vmlinux.lds:380: syntax error make[2]: *** [.tmp_vmlinux1] Error 1 make[1]: *** [sub-make] Error 2 make[1]: Leaving directory `/home/janet/NEWEST-nios2-linux/nios2-linux/linux-2.6' make: *** [linux] Error 1 *********************************************