lm32 simulator configuration file question

Mike Frysinger vapier@gentoo.org
Fri Apr 3 01:41:00 GMT 2015


On 02 Apr 2015 17:19, Joel Sherrill wrote:
> RTEMS has a BSP for the lm32 which runs on the simulator in gdb.
> Based on our wrapper scripts and READMEs, this is how the simulator
> is invoked in gdb:
> 
> tar sim --hw-device lm32cpu \
>   --hw-device "lm32uart/reg 0x80006000 0x100" \
>   --hw-device "/lm32uart > int int0 /lm32cpu" \
>   --hw-device "lm32timer/reg 0x80002000 0x80" \
>   --hw-device "/lm32timer > int int1 /lm32cpu" \
>   --memory-region 0x08000000,0x4000000

you can pass --hw-file to target sim too

> That works great. When we use lm32-rtems4.11-run, you are supposed
> to provide a hw description file matching those arguments.  This is
> the file we are using:
> 
> ======================
> lm32cpu
> lm32uart/reg 0x80006000 0x100
> /lm32uart > int int0 /lm32cpu
> lm32timer/reg 0x80002000 0x80
> /lm32timer > int int1 /lm32cpu

put a leading / for each one missing it
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/gdb/attachments/20150403/d7e80dd7/attachment.sig>


More information about the Gdb mailing list