Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDebugging Apps under Linux MMU
Well, I'm on to debugging apps under linux. I tried to follow (and adapt) the wiki directions for using gdb: http://www.nioswiki.com/operatingsystems/uclinux/debugapps I'm using the gdbs...
Altera_Forum
Honored Contributor
16 years agoJust one thing I already seem to know:
-elf2flat is used only for the noMMU architecture. With an MMU you don't need it as the elf executable format is natively used. -Michael