eclipse c/c++ not compiling source code in sub folders -
using eclipse ide c/c++ developers (see details below) try reorganize code in sub folders. however, if move source code file existing sub folder new sub folder, not being compiled. added new sub folder paths , symbols->source locations (and include) , , didn't help. project based on hello_world example https://github.com/cherts/esp8266-devkit.git , compiles it's own sub folder (user) not mine :-(
release 1 (4.4.1) build id: 20140925-1800 eclipse c/c++ development tools version: 8.5.0.201409172108
if open makefile
you'll finde lines:
# modules (subdirectories) of project include in compiling modules = driver user
it looks can add sub-folders there.
Comments
Post a Comment