From: NIIBE Y. <gn...@ch...> - 2000-08-22 00:22:36
|
Bryan Rittmeyer wrote: > gcc: I am using latest gcc-core cvs, checked out around 12:00 PST today. > Built exactly according to instructions above. I have also worked with > older cvs versions from last week. I think you mean CVS of our linuxsh of sourceforge.net. Please note that Kaz' comment is for GNU's development version, which is not relevant to sorceforge version, I believe. > http://foobar.caltech.edu/linuxsh/sh-ipl-strange.tar.bz2 I got it, and read. Most importantly, your spec. of bare.mem may be wring, I guess. You wrote: -------------------- MEMORY { ROM (rx): ORIGIN = 0xA0000000, LENGTH = 16k RAM (rw): ORIGIN = 0xA0004000, LENGTH = 32k STACK (rw): ORIGIN = 0xA000C000, LENGTH = 16k } -------------------- As far as I know, SuperH cannot have RAM at Area 0 simultaneously with ROM. Please double check spec of your board and configuration of memory specification of other boards. -- |