Yes, this can be done with "Generic" projects. You need a Makefile that does the compiler calls to build your project. QtCreator executes "make" or "mingw32-make" with the parameter "all" to build and with "clean" for the clean step.
We use this here with the Cosmic CX12 and the Keil C51 compiler. For the Cosmic compiler I wrote a small wrapper program to use Creator's GCC error output parser. Works like a charm. By the way: is there a chance for a "generic output parser" (e.g. with regular expressions) in Creator, as each compiler uses it's own standard of error output? Best regards, André Am 17.01.2012 01:06, schrieb André Pönitz: > On Mon, Jan 16, 2012 at 03:28:20PM -0600, Ed Sutton wrote: >> Has anyone used Qt Creator project to compile using a non-Gnu embedded >> software C cross compiler for a microcontroller? >> >> I added a Qt Creator CLang ToolChain that contains the compiler's path to >> the executable, C:\DCRABBIT_10.66\Dccl_cmp.exe. Is there a way to connect >> the Qt Project to use this compiler? I am using Qt Creator 4.7 under >> Windows 32-bit. >> >> Thanks, > > Maybe a case for a "Generic" project: > > http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-generic.html > > Andre' > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator -- Best regards / Mit freundlichen Grüßen André Hartmann, Dipl.-Ing. (FH) Software Project Manager iseg Spezialelektronik GmbH | phone: ++49 (0)351 26996-43 Bautzner Landstr. 23 | fax: ++49 (0)351 26996-21 D-01454 Radeberg / Rossendorf | web: www.iseg-hv.com Geschäftsführer / Managing director: Dr. F. Gleisberg, Dr. J. Pöthig Amtsgericht / Lower district court: Dresden HRB 16250 Ust.-Id.-Nr. / VAT-ID: DE812508942 Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
