-
|
Hi, The bloom debug log says: Any suggestions? Frank |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hmm, what version of CLion are you using? Can you try connecting to Bloom via the avr-gdb CLI and then run the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the quick reply! When I try to It seems I have done something stupid while building gdb. Looks expat is missing from gdb? expat-devel is installed and configure was run with |
Beta Was this translation helpful? Give feedback.
Solved it. I had to manually delete the
*/config.cachefiles in the gdb source tree. Amake cleandidn't do it.