This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configtool not running on ubuntu


Hi Abhishek

On 06/12/12 01:43, abhishek srivastava wrote:

> while installing ecos on ubuntu 12.04, configtool is not able to run.
> it says "There is no application installed for executable files."
> i have taken new snapshots for ecos tools as provided by Mr. Dallaway
> and copied the same to original ecos tools/bin folder. 
> 
> i have set the appropriate path for ecos tools and i386 gnutools and
> also installed tcl8.5
> 
> what else have to be done to make configtool running?

Make sure that you have permission to execute the file:

   chmod a+x tools/bin/configtool

If you are running a 64-bit kernel, you should also make sure that you
have 32-bit libraries installed:

   apt-get install ia32-libs

I hope this helps...

John Dallaway
eCos maintainer
http://www.dallaway.org.uk/john

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]