Forum Discussion
Altera_Forum
Honored Contributor
19 years agoThanks HelmChen for your reply.
After uploading my application to NIOS uClinux , I want to debug my application but *.gdb hasn't been created in NIOS IDE. I added this code to Makefile as the document suggests but nothing happened : CFLAGS += -O0 –g all: app.exe app.gdb … What should I do to create that *.gdb ? Regards, Quan