Skip to content

Commit 862f4d7

Browse files
kolerovyaroslavsadin
authored andcommitted
README.md: Add information about big endian tools
1 parent 69a7676 commit 862f4d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@ For example:
308308
* With `snps-arc-multilib-elf32` sample built toolchain will be installed in `~/x-tools/arc-snps-elf`
309309
* With `snps-arc64-unknown-elf` sample built toolchain will be installed in `~/x-tools/arc64-snps-elf`
310310

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+
311315
### Using nSIM simulator to run bare metal ARC applications
312316

313317
nSIM simulator supports GNU IO hostlink used by the libc library of bare metal

0 commit comments

Comments
 (0)