roboterclubaachen / xpcc.io

Website and documentation for the xpcc microcontroller framework
http://xpcc.io
Other
4 stars 3 forks source link

Add guide to use Qt Creator as IDE #1

Closed salkinium closed 8 years ago

salkinium commented 8 years ago

@rleh has created this really cool guide on how to use Qt Creator as an IDE.

I got this working on OS X, but ran into the following issues:

Furthermore, I would like to use our getting-started-with-xpcc repo as an example.

cc @ekiwi @rleh

PS: xpcc vs. XPCC: the first one is the framework, the second one is the protocol. Yes, I know, confusing.

rleh commented 8 years ago

The precompiled, official arm-none-eabi-gdb does not support Python scripting, instead arm-none-eabi-gdb-py has to be chosen as the debugger and it is only available since the 4.9 2015q4 release.

Ok, on my Fedora 22 and 23 the arm-none-eabi-gdb packages have python support enabled. What about python support in arm-none-eabi-gdb on Ubuntu or Arch?

I have a custom PATH, which needs to be manually added to the Kit settings.

Hmmm, where is PATH used?

Furthermore, I would like to use our getting-started-with-xpcc repo as an example.

I did not know a getting-started-with-xpcc repo exists, but I can adapt the guide. (And fix xpcc/XPCC :grinning: )

ekiwi commented 8 years ago

ping?

salkinium commented 8 years ago

Here is a docs link with my edits and comments.

daniel-k commented 8 years ago

@rleh @salkinium ping

salkinium commented 8 years ago

Sorry, I dropped the ball on this. I'll work on it this week.

salkinium commented 8 years ago

I reworked this to use the getting-started-with-xpcc repository, since that is a "neutral" project that people can actually access.