Re: Microblaze libgloss and gdb simulator
"R. Diez via Newlib" <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
> [...] > Does anyone know how to build and run a hello world on the microblaze > simulator in gdb using the microblaze-elf target and the code in libgloss? Does it have to be the GDB simulator? QEMU seems to support the MicroBlaze too. I am using QEMU to simulate a Cortex-M3 board, and writing to a particular memory address where a UART is supposed to be outputs the byte on the host console. -- rdiez