Finally I was able to cross compile the tutorial firststeps applications.
Setting LD to g++ did the trick.
Now I wanted to run the "hello world" application on my ARM board.
I used the vesafb config file and got the following output:
[root@/usr/bin/01]#./01 --disko:config=diskorc-vesafb.xml
set configfile: diskorc-vesafb.xml
**** * *** * * ***
* * * * * * * *
* * * *** ** * *
* * * * * * * *
**** * *** * * *** V1.6-dev
----------------------------------------------------------------------
The Linux application framework for embedded devices.
Copyright (C) 2005-2007 Stefan Schwarzer, Jens Schneider,
Matthias Hardt, Guido Madaus
Copyright (C) 2007-2008 BerLinux Solutions GbR
Stefan Schwarzer & Guido Madaus
----------------------------------------------------------------------
terminate called after throwing an instance of 'MMSError*'
Aborted
I compiled disko with messages=true so there should be a log file in the directory where the application was launched.
But there is no logfile. Without a logfile it is hard to debug

.
What else do I need to do to get a logfile?
Any hint would be greatly appreciated.
Thanks in advance
Nahsah