Forum Discussion
Altera_Forum
Honored Contributor
22 years agoCompile errors on RTOS demo
I have this problem reported as a service call at Accelerated Technology/ Mentor Graphics (people who make Nucleus Plus RTOS), but thought I'd check here and see if others may be having the ...
Altera_Forum
Honored Contributor
21 years agoThanks for the help, Jonah. I changed my linking .bat file to reference the libgcc.a as shown:
NIOS2-ELF-LD -g o\demo.o -o o\Plus_Demo.out -N -Map o\Plus_demo.map -( \altera\kits\nios2\bin\nios2-gnutools\H-i686-pc-cygwin\lib\gcc-lib\nios2-elf.3.3\libgcc.a ..\..\lib\Plus.lib -T..\..\plus\demo\link_ram.ld -) and now it seems to link. Next stop is to get the debugger working (we have the FS2 JTAG debugger) and prove that it works. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif John