I am running a Qtopia 2.2.0 application inside mini2440(FriendlyARM Board). So far the application size is 128kb and will grow more. There are all together 45-50 (source+header) files. Now, the application crashes if i add some code segment to one specific file. I tried moving the code to other file & included that file, it still didn't workout. First i thought this could be a issue with the application size, but if i add few more .cpp & .h files, the app size increases but it runs fine. The main file(class) that interacts with the UI is written in Qt/C++ & all other files are C & C++(normal .h & .cpp). I am not able to debug out what the problem is. Any clues will be appreciated.
feedback
|