Compiler crashes when compiling

05 Mar 2012

Whenever I try compiling, the entire compiler would freeze and crash. When I reload, it takes about 10 minutes to reload. Happens with both Firefox 10 and Chrome. http://mbed.org/users/kagelump/programs/DisplayTest/m6e9nv

08 Mar 2012

Bump, this is still happening.

08 Mar 2012

Hi Ryan,

I responded in the thread you posted to the mbed forum

http://mbed.org/forum/mbed/topic/3303/

I think that following the notes will solve the problem, or at least get you a lot closer to a working program.

On closer inspection, it also seems that CourierNew_B70.h contains binary data, which will cause the compiler some problems, and it is only expecting to find ascii character. Is there any reason for this? Is it what you were intending to do?

Thanks, Chris