|
Message
From: Matjaz Breskvar<phoenix@o...>
Date: Wed Jun 23 15:51:16 CEST 2004
Subject: [openrisc] Architecture simulation of basic.S
* gurumurt@c... (gurumurt@c...) wrote: > When I run the basic.or32 thru the or32-uclinux-sim, I get into the > following problem. > > One of the last instructions in the file is; > l.jal _report > > I dont find the pointer "_report" anywhere in the file. When I simulate it > (architecture simulation) it translates the above statement to > 1.jal 0x8a > And it jumps to that space and somewhere in that space it encounters > a jump to 0 and goes into an infinite loop of staying at 0th location. > This causes a problem when I run "run_sw" since it keeps on writing on > to the log file till it reaches the disk quota. > What should I do to avert this problem? Specifically, where does it jump > when it encounters l.jal _report? > Thanks, > Guru
hm, symbol _report has to be somewhere else linker would complain. (any library you're linking with ?)
regards, p.
|
 |