Re: [arm-gnu] Problem installing 2009q1 ARM Toolchain
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Problem installing 2009q1 ARM Toolchain



On Sun, Jun 7, 2009 at 12:27 AM, Daniel Jacobowitz <dan@xxxxxxxxxxxxxxxx>wrote:

> On Sat, Jun 06, 2009 at 03:31:03PM -0400, Corrin Meyer wrote:
> > 4. Since #3 failed above, I then downloaded the tar archive (non-source)
> and
> > simply extracted it to a folder.  I then try to run the installed cross
> gcc
> > "arm-none-eabi-gcc" just passing in "--version" to make sure that it
> works.
> >  Bash keeps returning an error "Unable to find file or directory".  Doing
> > 'ls' shows that the file is indeed there and that it is flagged as an
> > executable.  My PATH is set correctly so I am not sure why Bash is not
> > finding it.
>
> All of these indicate that you do not have 32-bit runtime libraries
> installed.  Try the ia32-libs package.
>

Thank you, that was exactly my problem.  Everything is working fine now.

-cjmeyer