Altera_Forum
Honored Contributor
13 years agoundefined symbol 'Infinity' in operation setting 'nasys_icache_line_size_log2
In Nios II SDK Shell 5.1, I compile the hello_world.c with the command 'nios-build hello_world.c' issued with 'nios-build error: last system call returned256', then the fault of the nios2_crt0.s was not compiled successfully,so I
make the whole folder'/cpu_0_sdk/lib',the error occuerd like this:
nios2_crt0.s:184:Error: undefined symbol 'Infinity' in operation setting 'nasys_icache_line_size_log2'
nios2_crt0.s:184:Error: undefined symbol 'Infinity' in operation setting 'nasys_dcache_line_size_log2'
make:*** Error 1
Could anyone give some clue? THANKS!