Hi, I´m having some problems when attempet to rebuild my project.
I´m using C++ to develop the project and I don´t know, where I have to inform de builder about it. I already seen something here at the forun about include lines into make file (project_name.mak)
[b]#------------------------------------------------------------------------------
List of source files of the library or executable to generate
make[1]: *** No rule to make target SimCard.cpp', needed bydepend_c’. Stop.
make: *** […/out/gcc_TEST_B.dep] Error 2
I belive, this errors when attempt to rebuild a project it´s something about the .cpp
What I have to do? THX ---------------------------------------------------------------------------
Henrique Zenoni
My msn: henrygralha@hotmail.com (portugues/english)
Clean up the out directory and try again.
Thanks to Wavecom’s “wonderful” build system, it can’t create a new build tree by itself when you add new files to the project.