aarch64-elf to produce exe for gdb simulator
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAF9ehCVTLpx+HvvxR25rPkYHG=VGs-dt=HEkE49+EOXZV3sbWQ@mail.gmail.com> |
Hi gdb has a simulator for aarch64 and libgloss has aarch64 support. Normally, you just need "CPU-elf-gcc main.c -o main" to get a simple hello world that will run on the gdb simulator. Are there extra arguments required for the aarch64-elf target? I assume this works and someone knows how to use it. :) Thanks. --joel RTEMS