qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Qemu for ARM question!


From: Carla Torres
Subject: [Qemu-discuss] Qemu for ARM question!
Date: Thu, 9 Aug 2012 11:47:33 +0200

Hi,

I'm using qemu to simulate ARM procesor. We've tried to execute simple tests, but we've got errors when it tries to execute instructions: str, stmia, stmfd, etc. It appears: segmentation default.

Previosly, we've defined a ldscript like this: 

SECTIONS

{
.text 0x0C000000: {
_btext = .;
*(.data)
*(.text)
_etext = .;
}
.bss 0x0C100000: {
_bbss = .;
*(.bss)
_ebss = .;
}
}

and when we trie to access to these memory positions, a message appears saying: we can't access memory!

Could you help us please? 

Thanks in advance!!

Fdo: Carla Torres

reply via email to

[Prev in Thread] Current Thread [Next in Thread]