Hi Nicolas,
I was in breaking point but i have solved my problem somehow.
What was happening was, i was trying to run commands from cmd windows but the import was not working correctly. so instead of using following,
-import "path_of_my_project"
From cmd windows, i went to the the project directory with (cd) and ran command there without import command.
It seems to work fine for now, the building task.
Taking advantage of this moment, i would like to ask you something else.
Now my idea is to flash the debug board with the artifacts (.a and .bin) generated by the previous build, and its not too direct because of the sophisticated process. Main objective is to automatize the whole process, from build to deploy.
Please share your experience if you had happened to tried this .
Thank you very much for your kind response.