Page 1 of 1

No source available for "main() "

Posted: Tue Apr 10, 2018 9:56 am
by afaf
Image

No source available for "main() "
how to do ??

I want to Step into by "Source Code"
not Disassembly

pls help~~ thanks~~

Re: No source available for "main() "

Posted: Tue Apr 10, 2018 11:16 am
by mon2
Two things,

1) for this project select the DEBUG build

2) remove any code optimization by the compiler from the makefile (ie. Use -O0)

Re: No source available for "main() "

Posted: Wed Apr 11, 2018 4:08 am
by afaf
Thanks, It's work.

at Makefile

Before:
XCC_FLAGS = -O2 -g

After:
XCC_FLAGS = -Wall -g