[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Using emdebian cross toolchain on ARMCC assembler



In message <[🔎] 44934.193.129.0.129.1090416261.squirrel@server.lucas.homelinux.org>
          "Jonathan Lucas" <jpl@lucas.homelinux.org> wrote:

> We're not concerned about the C part (we can already run the user space
> software in a PTH-based environment using the GNU toolchain), but we're a
> bit concerned about the assembler for the RTOS (Nucleus), which was
> written for the ARM commercial assembler.
> Does anyone have any experience of doing something like this, and as such,
> any advice about whether this is a viable approach?
> Unfortunately, dropping Nucleus for something a bit more GCC friendly is
> not an option.  We need to show that our software works on Nucleus on

The ARM format assembler is a little different to what GAS expects.
It's possible to convert with a bit of sed magic, however.  It's also
possible to have assembler that works with both, by use of a bit of
pre-processed assembler and macros.

-- 
Peter Naulls - peter@chocky.org        | http://www.chocky.org/
----------------------------------------------------------------------------
Drobe - http://www.drobe.co.uk/        | The Premier RISC OS News Site



Reply to: