On 16.09.2011 13:19, Phillman25 Kyriacou wrote:
Thanks for your response Timo.
so you say i should try:
make mode=debug [CFLAGS=-g]?
"mode=debug" will take care of adding the -g ("debug") switch to gcc,
so
just skip the "[CFLAGS=-g]" part. Just do something like:
make mode=debug all
See also the INSTALL file for details.
Cheers,
--Timo