We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a7676 commit 862f4d7Copy full SHA for 862f4d7
README.md
@@ -308,6 +308,10 @@ For example:
308
* With `snps-arc-multilib-elf32` sample built toolchain will be installed in `~/x-tools/arc-snps-elf`
309
* With `snps-arc64-unknown-elf` sample built toolchain will be installed in `~/x-tools/arc64-snps-elf`
310
311
+Prefixes which start with `arc-` correspond to little endian toolchains. Prefixes which start with
312
+`arceb-` correspond to big endian toolchains. E.g., GDB for big endian ARCv2 baremetal toolchain is
313
+`arceb-elf32-gdb`. However, big endian tools are not available for ARCv3 yet.
314
+
315
### Using nSIM simulator to run bare metal ARC applications
316
317
nSIM simulator supports GNU IO hostlink used by the libc library of bare metal
0 commit comments