When i setup debug point, XMOS ide always return error "no line in file".
For example:

Or

I rechecked it in my Makefile, but -g (debug) option settedRedeye wrote:My first guess would be that you haven't got -g turned on in your build configuration?
You have optimizations with -o3 switched on, this may eliminate such a 'for' loop because the required effect is already achieved by other means.feniksa wrote:I rechecked it in my Makefile, but -g (debug) option settedRedeye wrote:My first guess would be that you haven't got -g turned on in your build configuration?
Here it is my Makefile: http://pastebin.com/dRkdWbtQ