[Qt-creator] Setting Creator up for X-compiling to freescale

Mohammad Mirzadeh mirzadeh at gmail.com
Wed May 9 10:34:24 CEST 2012


> Is it compiled with debugging symbols (-g)?
Yes. Its compiled using the Makefile generated by qmake in debug mode

> Do you compile it locally or on another machine?
Its compiled locally.


On Wed, May 9, 2012 at 1:16 AM, Orgad and Raizel Shaneh <orgads at gmail.com>wrote:

> On Wed, May 9, 2012 at 11:12 AM, Mohammad Mirzadeh <mirzadeh at gmail.com>
> wrote:
> > Ok I'm not sure what I'm doing wrong but when I attach the debugger to
> the
> > process it only brings up the disassembler and does not go into the
> source.
> > I have the .pro file based on which the make file was generated, but I'm
> not
> > sure how I should be using it when I'm attaching the debugger to a
> process?
> >
> > On Tue, May 8, 2012 at 10:52 PM, Diego Iastrubni <diegoiast at gmail.com>
> > wrote:
> >>
> >> When I did that, (for a arm linux,but still...) I used a generic process
> >> and called the original Makefile. You might want to make a Makefile
> wrapper
> >> if you need a different build system. I even wrapped the run command
> >> configuration to ssh to the remote arm device and execute the new
> >> application (using a small shell script wrapper).
> >>
> >> I did not find the time to have remote GDB working, but I understand
> this
> >> is possible.
> >>
> >> I started using a dummy pro file, but found it not adequate as
> compilation
> >> problems where harder to find. Using a generic Makefile project you can
> >> press control+b and find the problems the compiler spits. You will also
> need
> >> to adjust the include directories and defines. This is trivial and you
> will
> >> find how to do it.
> >>
> >> On Mon, May 7, 2012 at 10:40 PM, Jason H <scorp1us at yahoo.com> wrote:
> >>>
> >>> I have a legacy project that I hope to get running and use QtCreator
> for.
> >>>
> >>> This is all C code at the moment but I hope to still be able to use
> qmake
> >>> and creator. I also have a USB tap for debugging, that I was hoping I
> could
> >>> get using with Creator.
> >>>
> >>> Is there some kind of step-by-step manual to walk me through how to get
> >>> it going?
> >>>
> >>> Thanks.
> >>>
> >>>
> >>> _______________________________________________
> >>> Qt-creator mailing list
> >>> Qt-creator at qt-project.org
> >>> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >>>
> >>
> >>
> >> _______________________________________________
> >> Qt-creator mailing list
> >> Qt-creator at qt-project.org
> >> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >>
> >
> >
> > _______________________________________________
> > Qt-creator mailing list
> > Qt-creator at qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> >
>
> Is it compiled with debugging symbols (-g)?
>
> Do you compile it locally or on another machine?
>
> - Orgad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120509/d12f907c/attachment.html>


More information about the Qt-creator mailing list