OpenCores
no use no use 1/1 no use no use
or1k: Configuring ORPmon with board.h
by Unknown on Sep 1, 2004
Not available!
I am trying to build the ORPmon tool for or1k, but I am running into the memory overlap errors shown below. Do I need the to find the base addresses for memory of the PC I am using? If so, where do I find this?

Steve
or1k: Configuring ORPmon with board.h
by Unknown on Sep 1, 2004
Not available!
I posted previously but forgot to include resluting shell text ... I am trying to build the ORPmon tool for or1k, but I am running into the memory overlap errors shown below. Do I need the to find the base addresses for memory of the PC I am using? If so, where do I find this? make[1]: Leaving directory `/home/steve/or1k/orpmon/doc' or32-uclinux-ld -Tram.ld -o orpmon.or32 reset.o common/common_o.o cmds/cmds.o se rvices/services.o drivers/drivers.o -L./ -lgcc or32-uclinux-ld: warning: no memory region specified for section `.rodata.str1.1 ' or32-uclinux-ld: warning: no memory region specified for section `.rodata.cst4' or32-uclinux-ld: section .rodata.str1.1 [00000000 -> 0000211a] overlaps section .vectors [00000000 -> 00000817] or32-uclinux-ld: section .rodata.cst4 [0000211c -> 0000211f] overlaps section .t ext [00002000 -> 00010623] make: *** [orpmon.or32] Error 1 [root@sonntagswxpl orpmon]# Steve -------------- Original message --------------
I am trying to build the ORPmon tool for or1k, but I am running into the memory overlap errors shown below. Do I need the to find the base addresses for memory of the PC I am using? If so, where do I find this? Steve _______________________________________________ http://www.opencores.org/mailman/listinfo/openrisc
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.opencores.org/forums/openrisc/attachments/20040901/d0d412b2/attachment.htm
or1k: Configuring ORPmon with board.h
by Unknown on Sep 1, 2004
Not available!
* stephensonntag@comcast.net (stephensonntag@comcast.net) wrote:
I posted previously but forgot to include resluting shell text ... I am trying to build the ORPmon tool for or1k, but I am running into the memory overlap errors shown below. Do I need the to find the base addresses for memory of the PC I am using? If so, where do I find this? make[1]: Leaving directory `/home/steve/or1k/orpmon/doc' or32-uclinux-ld -Tram.ld -o orpmon.or32 reset.o common/common_o.o cmds/cmds.o se rvices/services.o drivers/drivers.o -L./ -lgcc or32-uclinux-ld: warning: no memory region specified for section `.rodata.str1.1 ' or32-uclinux-ld: warning: no memory region specified for section `.rodata.cst4' or32-uclinux-ld: section .rodata.str1.1 [00000000 -> 0000211a] overlaps section .vectors [00000000 -> 00000817] or32-uclinux-ld: section .rodata.cst4 [0000211c -> 0000211f] overlaps section .t ext [00002000 -> 00010623] make: *** [orpmon.or32] Error 1 [root@sonntagswxpl orpmon]#


you'll need to change ram.ld:

.rodata :
{
*(.rodata)
*(.rodata.*)
} > ram

best regards,
p.

no use no use 1/1 no use no use
© copyright 1999-2026 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.