Mailinglist Archive: opensuse (3605 mails)
| < Previous | Next > |
Re: [opensuse] What about arm-gcc?
- From: Robert Schiele <rschiele@xxxxxxxxxxxxxxx>
- Date: Fri, 23 Jun 2006 15:27:42 +0200
- Message-id: <20060623132742.GE704@xxxxxxxxxxxxxxxxxx>
On Fri, Jun 23, 2006 at 01:29:31PM +0200, Peter Münster wrote:
> Hello,
>
> I would like to use arm-gcc, but I don't know what to do with the
> cross-arm-gcc-icecream-backend package.
> This package installs the file
> /usr/share/icecream-envs/cross-arm-gcc-icecream-backend_i386.tar.gz
> and there is a gcc in it, that seems to be the arm-gcc.
This is not a complete cross development tool chain because it is missing the
header files, the libraries and the linker. Thus from a normal translation
process source file --> preprocessed file --> assembler file --> object file
--> executable you can only do the steps from preprocessed file to the object
file.
To build applications without any native support this package is not
sufficient.
Robert
--
Robert Schiele Tel.: +49-621-181-2214
Dipl.-Wirtsch.informatiker mailto:rschiele@xxxxxxxxxxxxxxx
"Quidquid latine dictum sit, altum sonatur."
> Hello,
>
> I would like to use arm-gcc, but I don't know what to do with the
> cross-arm-gcc-icecream-backend package.
> This package installs the file
> /usr/share/icecream-envs/cross-arm-gcc-icecream-backend_i386.tar.gz
> and there is a gcc in it, that seems to be the arm-gcc.
This is not a complete cross development tool chain because it is missing the
header files, the libraries and the linker. Thus from a normal translation
process source file --> preprocessed file --> assembler file --> object file
--> executable you can only do the steps from preprocessed file to the object
file.
To build applications without any native support this package is not
sufficient.
Robert
--
Robert Schiele Tel.: +49-621-181-2214
Dipl.-Wirtsch.informatiker mailto:rschiele@xxxxxxxxxxxxxxx
"Quidquid latine dictum sit, altum sonatur."
| < Previous | Next > |