Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
When I compile a project with a certain set of source files *in a folder* the mbed crashes when executing from those source files. If the source files are moved to project root, the mbed runs fine...
The following project (http://mbed.org/users/narshu/programs/radiotester/m7fvoh), if the files RF12B.cpp, RF12B.h and RF_defs.h are moved to project root, the mbed seems to run fine. If they are in *ANY* folder (of any depth, of regular or library type) the program crashes when trying to run.
Note that these 3 files are known to run fine in a different program, inside a library folder...