I can build/download the sensor tile kit demo SW, but the debugger says it cant find the source Posted by bafbaf on 2019-01-28 01:01 I had the same issue. Fixed it by setting the following compiler debugging flags: -g3 -ggdb ... This can be found in properties|C/C++ Build|Settings