Installing fsfgdb on Mac OS
-
Hello everybody,
im using QTCreator 2.8.1 and i want to set up a Debugger. I followed this instruction: http://qt-project.org/doc/qtcreator-2.8/creator-debugger-engines.html#setting-up-fsf-gdb-for-mac-os . I created my Codesign-Certificate and now im stucking at this point:
"To sign the binary, enter the following command in the terminal:
codesign -f -s "fsfgdb" $INSTALL_LOCATION/fsfgdb"I haven't done anything with the gdb archive except of downloading and unzipping it. I tried to install it like described in the readme.
@cd gdb-VERSION
./configure
make
@
was ok, but
@cp gdb/gdb /usr/local/bin/gdls@
wasn't.
Error: @cp gdb/gdb /Applications/gdb
cp: gdb/gdb: No such file or directory@
I'm new to Apple and can't believe, that i can't find any good how to to install fsfgdb or am I blind?
Would be nice if someone could give me a Tip.
Thanks in advance
qtname -
installed it via macports as described in http://www.ggkf.com/osx/how-to-install-gdb-on-osx-10-9
codesign was successful as well, but if i select the gdb as debugger in QT Creator, it still says "no Debugger setup".
Is my configuration correct?
!http://abload.de/img/screenshot2013-11-20ajeski.png(setup)!