Hi Tim, I now watch your video, and I noticed that in the Qbs project you use inclusion of linker scripts (*.ld) through cpp.linkerFlags property. But recently I presented a patch to Qbs which allows to set files of a linker through cpp.linkerScripts: ["file1.ld", "fileN.ld"] property:
https://bugreports.qt-project.org/browse/QBS-472 Seems, it should be available from Qbs v1.2, that is in QtCreator v3.1. Can you please check this feature on your side? BR, Denis 2014-06-06 16:44 GMT+04:00 Orgad Shaneh <[email protected]>: > > בתאריך 6 ביונ 2014 15:21, "Tim Hutt" <[email protected]> כתב: > > > > > Oooooh, ok that makes sense now. Except I'm still not sure what to put > in the "Run Settings" screen. What do you have set as your executable? > > An elf file with debugging symbols. What do you use with Eclipse? > > > > > I will actually have to give up for now anyway, as rebuilding ARM gdb > for Windows with python support apparently can only be done from Ubuntu (or > OSX) neither of which I have easy access to currently. > > All you need is MSys environment with MinGW. Edit dist/gdb/Makefile.mingw > and modify TARGETS to your needs. Then in MSys: > > cd dist/gdb > make -f Makefile.mingw > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
