Re: Wanted: A decent assembler

From: Richard B. Johnson (root@chaos.analogic.com)
Date: Wed Apr 23 2003 - 06:11:30 EST


On Wed, 23 Apr 2003, Chuck Ebbert wrote:

>
> Output from 'make bzImage' after making some changes:
>
> Error: non-constant expression in ".if" statement.
>
>
> Why is the kernel using a 1-pass assembler?
>

Well it isn't. The AT&T clone assembler will resolve forward
references and it does it by using as many passes as necessary.
It even has a 'reasonable' MACRO capability. I use it quite a
bit to minimize the code-size or to maximize performance in
embedded systems.

Your error shown above is a real error. If you expose the code
that it barfed on, maybe somebody could help you fix the code.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Apr 23 2003 - 22:00:36 EST