Forum Discussion
Altera_Forum
Honored Contributor
20 years agoBuilding a Linux Application Project
Hi fellows , I want to build a Linux Application on NIOS 1c12 evaluation kit using NIOS IDE 5.0 My project has got 2 files : main.c and add.c In main.c : int main() { int a ...
Altera_Forum
Honored Contributor
20 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