[En-Nut-Discussion] Compiling Ethernut
Harald Kipp
harald.kipp at egnite.de
Tue Nov 2 10:52:53 CET 2004
Chuck,
there's no support yet in the Configurator. You need to
change
CPFLAGS = $(MCFLAGS) -Os ...
to
CPFLAGS = -g $(MCFLAGS) -O0 ...
in the source tree's Makedefs.avr-gcc.
As far as I know you can't debug the Nut/OS system code, only
your application. For this change Makedefs.avr-gcc in the
app subdirectory.
Harald
At 15:35 31.10.2004 -0600, you wrote:
>Can anyone tell me what files and/or parameters to change to generate symbol
>info files for AVR Studio 4 when compiling Ethernut so that I can step through
>OS/Net code?
>
>What I need to know is what file/parameter to alter in the Ethernut build
>configuration (root template makefile, etc.) or the Ethernut Configurator. I
>don't want to alter the make files created by the Configurator because the
>changes would go away the next time the configurator is run.
>
>Cheers,
>
>Chuck Hackett
>"Good judgment comes from experience, experience comes from bad judgment"
>7.5" gauge Union Pacific Northern (4-8-4) 844 http://www.whitetrout.net/Chuck
>
>
>_______________________________________________
>En-Nut-Discussion mailing list
>En-Nut-Discussion at egnite.de
>http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion
More information about the En-Nut-Discussion
mailing list