Sign in

username:

password:



Not a member?

Search AT91SAM



Search tips

Subscribe to AT91SAM



Ads

Discussion Groups

Discussion Groups | AT91SAM ARM | will qt is possible to execute in at91sam9261ek

For users of the Atmel AT91SAM7 and AT91SAM9 ARM CPU chips. Atmel has taken a new direction by combining on chip flash and ram with the ARM CPU on a single die. This provides low cost devices for small systems using the ARM CPU. This group is to exchange information to help users get started and learn how to use the devices.

will qt is possible to execute in at91sam9261ek - rohith S - Jun 12 6:58:44 2008

hi

i have done the porting linux(embedded linux )to arm9 successfully but i am unable to execute simple qt application please tell me wt might be the problem i am using qt/embedded-2.3.10 i have done small app but when execute in at91sam9261-ek board it is giving error that -sh: hello : not found
where hello is binar qt application can any one reply wt might be the issue
i heard that frame buff is enough to execute qt app on this board

regards rohith



(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )


Re: will qt is possible to execute in at91sam9261ek - Caglar Akyuz - Jun 12 7:18:01 2008

rohith S wrote:

> hi
>
> i have done the porting linux(embedded linux )to arm9 successfully but i
> am unable to execute simple qt application please tell me wt might be
> the problem i am using qt/embedded-2.3.10 i have done small app but when
> execute in at91sam9261-ek board it is giving error that -sh: hello :
> not found
try "$./hello -qws" rather than "$hello".

Caglar

------------------------------------



(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )

Re: will qt is possible to execute in at91sam9261ek - rohith S - Jun 13 6:34:52 2008

thank u for your reply i have done that option also but not working actually which compiler i need to use
now i am using usr/local/arm/3.4/bin/arm-linux-g++ there are some more compilers also available arm-linux-uclibc-g++ and /usr/local/arm/3.4/arm-linux/bin/g++ so which i need to use

and one more doubt which compiler qt support any higher version i need to use
also for executing qt app any supporting files require pl reply

thanks and regards
rohith

----- Original Message ----
From: Caglar Akyuz
To: A...@yahoogroups.com
Sent: Thursday, June 12, 2008 4:18:09 AM
Subject: Re: [AT91SAM] will qt is possible to execute in at91sam9261ek
rohith S wrote:

> hi
>
> i have done the porting linux(embedded linux )to arm9 successfully but i
> am unable to execute simple qt application please tell me wt might be
> the problem i am using qt/embedded- 2.3.10 i have done small app but when
> execute in at91sam9261- ek board it is giving error that -sh: hello :
> not found

try "$./hello -qws" rather than "$hello".

Caglar



(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )

Re: will qt is possible to execute in at91sam9261ek - Caglar Akyuz - Jun 13 10:01:08 2008

rohith S wrote:

> thank u for your reply i have done that option also but not working
> actually which compiler i need to use
> now i am using usr/local/arm/3.4/bin/arm-linux-g++ there are some more
> compilers also available arm-linux-uclibc-g++ and
> /usr/local/arm/3.4/arm-linux/bin/g++ so which i need to use
>
You should use the same compiler for building linux, filesystem, qt and qt applications.

> and one more doubt which compiler qt support any higher version i need
> to use
Any thing later than 3.4.3 should be fine.

> also for executing qt app any supporting files require pl reply
>
You can try building your application statically. However, your qt installation
must be built with static option also.

BTW, this is off-topic here. Your problem is linux-arm related, not specific to
AT91SAM.

regards,
Caglar

------------------------------------



(You need to be a member of AT91SAM -- send a blank email to AT91SAM-subscribe@yahoogroups.com )