Just a quick note for the one running Ubuntu on target:
     - Install libqt4-core, libqt4-dev, libqt4-gui and qt4-dev-tools by 
using synaptic package manager on BB-xM
     - qmake -> generates Makefile automatically
     - Qt Designer -> GUI layout and design
     - Qt Creator -> a cross-platform IDE

As an example if you have a main.cpp the following command lines build the 
executable on BB-xM
     - qmake -project
       // creates project file
     - qmake
       // creates Makefile
     - make
       // compile and build main.cpp
     - run the executable generated in the folder.

Regards,
Ozkan.
    

On Friday, September 9, 2011 3:31:53 PM UTC+1, Melahat Tunalı Karakaş wrote:
>
>
> hm, on the target now ubuntu is running, i could build and run my first 
> application on target by following steps on http://
> treyweaver.blogspot.com/2010/10/setting-up-qt-development-env<http://treyweaver.blogspot.com/2010/10/setting-up-qt-development-envi.>
>  and 
> copying all folder on target machine. also copying my first application. 
>  but where i run the app with "./myFirst -qws" it is opening, but after 
> then, the app does not work. when i scroll the mouse on the app,  it 
> freezes and begins to shows the screen that is under the app on the screen. 
> what can be the problem???
>
>
> 2011/9/9 beagleguy <[email protected] <javascript:>>
>
>> Just on target
>>
>> On Sep 9, 2:26 am, Melahat Tunalı Karakaş <[email protected]> wrote:
>> > For make this, must I use Angstrom on host and target?
>> >
>> > 2011/9/9 ZubairLK <[email protected]>
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > I'd recommend using narcissus to create your Angstrom image.
>> > > Use it's toolchain. And make narcissus install QT on angstrom.
>> >
>> > > On Sep 8, 4:25 pm, Melahat Tunalı Karakaş <[email protected]> 
>> wrote:
>> > > > thanx, it works
>> >
>> > > > 2011/9/8 Jyothi <[email protected]>
>> >
>> > > > > On Sep 8, 12:41 pm, Melahat Tunalı Karakaş <[email protected]>
>> > > > > wrote:
>> > > > > > Hi, i have Ubuntu Natty host PC and BB xM running Ubuntu Natty 
>> also.
>> > > I
>> > > > > have
>> > > > > > tried to install QT on my host machine to develop applications 
>> for my
>> > > BB.
>> > > > > I
>> > > > > > have followed steps explained inhttp://
>> > > > > treyweaver.blogspot.com/2010/10/setting-up-qt-development-envi...
>> > > > > >  andhttp://processors.wiki.ti.com/index.php/Building_Qt. But it
>> > > > > continues
>> > > > > > to give me errors such as no tool chain can produce code..., or
>> > > libc.so
>> > > > > not
>> > > > > > found and so on.
>> >
>> > > > > > 1- Which toolchain i must use?
>> > > > > > 2- Which file i must copy to BB?
>> > > > > > 3- Is it so hard to develop application for BB running Ubuntu?
>> >
>> > > > > Hi,
>> >
>> > > > > 1.Follow the Treyweaver blog and use the required toolchain 
>> mentioned
>> > > > > in the below link
>> >
>> > > > >    http://www.angstrom-distribution.org/toolchains/
>> >
>> > > > > 2.After configuring qt in your host system the output files wil be
>> > > > > present in /opt/qt-arm directory. So copy all the files in 
>> /opt/qt-arm
>> > > > > directory  to the beagleboard
>> >
>> > > > > Regards,
>> > > > > Jyothi
>> > > > > TenetTechnetronics
>> >
>> > > > >http://tenettech.com/
>> > > > >http://tenettech.com/blogspot/
>> >
>> > > > > --
>> > > > > You received this message because you are subscribed to the Google
>> > > Groups
>> > > > > "Beagle Board" group.
>> > > > > To post to this group, send email to 
>> > > > > [email protected]<javascript:>
>> .
>> > > > > To unsubscribe from this group, send email to
>> > > > > [email protected] <javascript:>.
>> > > > > For more options, visit this group at
>> > > > >http://groups.google.com/group/beagleboard?hl=en.
>> >
>> > > --
>> > > You received this message because you are subscribed to the Google 
>> Groups
>> > > "Beagle Board" group.
>> > > To post to this group, send email to 
>> > > [email protected]<javascript:>
>> .
>> > > To unsubscribe from this group, send email to
>> > > [email protected] <javascript:>.
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/beagleboard?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Beagle Board" group.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> [email protected] <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/beagleboard?hl=en.
>>
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to