[En-Nut-Discussion] debuging with eclipse and turtelizer

Stefan Profanter enut at s.profanter.me
Fri Jun 24 12:01:30 CEST 2011


Hi all,
found the problem:
In the ethernut/nutapp directory are some Makefile definitions in "Makedefs"
and "Makerules".
If you change in the Nut Configurator the compiler, you have to use
"Create/Update Sample Directory" so that the compiler is also changed for
the Sample-Makefile in the nutapp dir.
Because in both files was a line:
include $(top_srcdir)/app/Makedefs.arm-gcc
which was changed with "Create/Update Sample Directory" to
include $(top_srcdir)/app/Makedefs.arm-gccdbg

Eclipse said this error because in the generated binary wasn't any debug
information.
Now it's working fine!

Greetings
Stefan




More information about the En-Nut-Discussion mailing list