| To: | Tom Vrána <tom@voda.cz> |
|---|---|
| Subject: | Re: crosscompiling and ... |
| From: | Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> |
| Date: | Sat, 15 Jan 2005 20:47:48 +0100 |
| Cc: | linux-mips@ftp.linux-mips.org |
| In-reply-to: | <41E96D32.4020400@voda.cz> |
| Original-recipient: | rfc822;linux-mips@ftp.linux-mips.org |
| References: | <41E96411.90305@voda.cz> <20050115185509.GO31149@rembrandt.csv.ica.uni-stuttgart.de> <41E96D32.4020400@voda.cz> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.6+20040907i |
Tom Vrána wrote: [snip] > Thanks, your guess is right ;-) I got that one one fixed. What I got now > is a complaint: > > mipsIRQ.S: Assembler messages: > mipsIRQ.S:116: Error: absolute expression required `li' > mipsIRQ.S:120: Error: absolute expression required `and' > mipsIRQ.S:127: Error: absolute expression required `and' > > the trouble causing code is this (STATUS_IE) : > > LEAF(mips_int_lock) > .set noreorder > mfc0 v0, CP0_STATUS > li v1, ~STATUS_IE STATUS_IE isn't visible for the preprocessor, which means the assembler sees a symbol named "status_ie" instead of an immediate constant. Thiemo |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: compressed kernel image for mips, Ralf Baechle |
|---|---|
| Next by Date: | Re: compressed kernel image for mips, Pete Popov |
| Previous by Thread: | Re: crosscompiling and ..., Tom Vrána |
| Next by Thread: | QUESTION YAMON's uart3 of au1100, Nyauyama |
| Indexes: | [Date] [Thread] [Top] [All Lists] |