« Return to Thread: orpmon

orpmon

by Ben Ayed Hatem :: Rate this Message:

Reply to Author | View in Thread

Hello,
I try to run orpmon , I compiled and I have orpmon-flash.or32 file
when I run simulation by : or32-uclinux-sim orpmon-flash.or32 > log
I have some probleme :


WARNING: config.memory: Invalid parameter: nmemories; ignoring.

WARNING: config.memory: Invalid parameter: device; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.memory: Invalid parameter: enddevice; ignoring.

WARNING: config.sim: Invalid parameter: spr_log; ignoring.

WARNING: config.sim: Invalid parameter: spr_log_fn; ignoring.

WARNING: config.ata: Invalid parameter: dev_type0; ignoring.

WARNING: config.ata: Invalid parameter: dev_file0; ignoring.

WARNING: config.ata: Invalid parameter: dev_size0; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet0; ignoring.

WARNING: config.ata: Invalid parameter: dev_type1; ignoring.

WARNING: config.ata: Invalid parameter: dev_file1; ignoring.

WARNING: config.ata: Invalid parameter: dev_size1; ignoring.

WARNING: config.ata: Invalid parameter: dev_packet1; ignoring.

WARNING: dependstats stats must be enabled to do history analisis.
WARNING: Unable to open RX file stream.
Cannot open Ethernet RX file "eth0.rx"

and log file :
Reading script file from 'sim.cfg'...
Insn MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Data MMU 0KB: 1 ways, 64 sets, entry size 0 bytes
Verbose on, simdebug off, interactive prompt off
Machine initialization...
Clock cycle: 100ns
Data cache present.
Insn cache tag present.
BPB simulation off.
BTIC simulation off.
Building automata... done, num uncovered: 0/213.
Parsing operands data... done.
loadcode: filename orpmon-flash.or32  startaddr=00000000  virtphy_transl=00000000
Not COFF file format
ELF type: 0x0002
ELF machine: 0x005c
ELF version: 0x00000001
ELF sec = 23
Section: .reset, vaddr: 0xf0000000, paddr: 0xf0000000 offset: 0x00002000, size: 0x00000128
ERR: 8-bit program load out of memory area: f0000000
ERR: 8-bit program load out of memory area: f0000001
ERR: 8-bit program load out of memory area: f0000002
ERR: 8-bit program load out of memory area: f0000003
ERR: 8-bit program load out of memory area: f0000004
ERR: 8-bit program load out of memory area: f0000005
ERR: 8-bit program load out of memory area: f0000006
ERR: 8-bit program load out of memory area: f0000007
ERR: 8-bit program load out of memory area: f0000008
......


How can'I resolve this probleme

 « Return to Thread: orpmon