From: "Roman Mashak" <mrv@tusur.ru>
To: <linux-mips@linux-mips.org>
Subject: YAMON compiling
Date: Wed, 21 Jul 2004 13:37:52 +0900 [thread overview]
Message-ID: <002601c46edc$809fe700$cc20bdd3@roman> (raw)
Hello!
After installing SDE toolkit onto Linux box I tried to compile the
YAMON bootloader source code (version of YAMON is 2.00). Few errors arised:
../arch/include/mips.h: Assembler messages:
../arch/include/mips.h:397: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/mips.h:398: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/mips.h:399: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:1: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:3: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:406: Warning: rest of line ignored; first ignored
character is `/'
./../init/reset/reset.S:98: Warning: rest of line ignored; first ignored
character is `/'
./../init/reset/reset.S:99: Warning: rest of line ignored; first ignored
character is `/'
../arch/init/reset_db1550.S:641: Warning: rest of line ignored; first
ignored character is `/'
../arch/init/reset_db1550.S:739: Error: absolute expression required `li'
../arch/init/reset_db1550.S:783: Error: absolute expression required `li'
../arch/init/reset_db1550.S:821: Error: absolute expression required `li'
make: *** [reset.o] Error1
The lines in mips.h that arise these warnings are the following:
// #define AU1000 0x00030100
//#define AU1000 0x01030200
//#define AU1000_2_1 0x00030200
It seems it doesn't understand the comment syntax.
I have installed the version 5.03.06-LITE of SDE. Following is the code
extract around which error occures:
#define t1 $9
#define mem_sdconfiga 0x0840
#define MEM_SDCONFIGA_DDR 0x9030060A
#define MEM_SDREFCFG_D_DDR MEM_SDCONFIGA_DDR
li t1, MEM_SDREFCFG_D_DDR
sw t1, mem_sdconfiga(t0)
sync
Compiler thinks 'li t1, MEM_SDREFCFG_D_DDR' is 'bad expression', may be
it guesses MEM_SDREFCFG_D_DDR is not defined correctly?
Thank you for every help in advance!
With best regards, Roman Mashak. E-mail: mrv@tusur.ru
WARNING: multiple messages have this Message-ID (diff)
From: "Roman Mashak" <mrv@tusur.ru>
To: linux-mips@linux-mips.org
Subject: YAMON compiling
Date: Wed, 21 Jul 2004 13:37:52 +0900 [thread overview]
Message-ID: <002601c46edc$809fe700$cc20bdd3@roman> (raw)
Message-ID: <20040721043752.iUjYCeNTbWK13XoXFGvBO0PFFrbpx-RJRzC1zfWEQe8@z> (raw)
Hello!
After installing SDE toolkit onto Linux box I tried to compile the
YAMON bootloader source code (version of YAMON is 2.00). Few errors arised:
../arch/include/mips.h: Assembler messages:
../arch/include/mips.h:397: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/mips.h:398: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/mips.h:399: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:1: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:3: Warning: rest of line ignored; first ignored
character is `/'
../arch/include/pb1000.h:406: Warning: rest of line ignored; first ignored
character is `/'
./../init/reset/reset.S:98: Warning: rest of line ignored; first ignored
character is `/'
./../init/reset/reset.S:99: Warning: rest of line ignored; first ignored
character is `/'
../arch/init/reset_db1550.S:641: Warning: rest of line ignored; first
ignored character is `/'
../arch/init/reset_db1550.S:739: Error: absolute expression required `li'
../arch/init/reset_db1550.S:783: Error: absolute expression required `li'
../arch/init/reset_db1550.S:821: Error: absolute expression required `li'
make: *** [reset.o] Error1
The lines in mips.h that arise these warnings are the following:
// #define AU1000 0x00030100
//#define AU1000 0x01030200
//#define AU1000_2_1 0x00030200
It seems it doesn't understand the comment syntax.
I have installed the version 5.03.06-LITE of SDE. Following is the code
extract around which error occures:
#define t1 $9
#define mem_sdconfiga 0x0840
#define MEM_SDCONFIGA_DDR 0x9030060A
#define MEM_SDREFCFG_D_DDR MEM_SDCONFIGA_DDR
li t1, MEM_SDREFCFG_D_DDR
sw t1, mem_sdconfiga(t0)
sync
Compiler thinks 'li t1, MEM_SDREFCFG_D_DDR' is 'bad expression', may be
it guesses MEM_SDREFCFG_D_DDR is not defined correctly?
Thank you for every help in advance!
With best regards, Roman Mashak. E-mail: mrv@tusur.ru
next reply other threads:[~2004-07-21 4:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-21 4:37 Roman Mashak [this message]
2004-07-21 4:37 ` YAMON compiling Roman Mashak
2004-07-21 10:52 ` Chris Dearman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='002601c46edc$809fe700$cc20bdd3@roman' \
--to=mrv@tusur.ru \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.