Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add binutils targets for Zephyr RTOS #2

Open
45 of 60 tasks
stephanosio opened this issue Jul 11, 2021 · 0 comments
Open
45 of 60 tasks

Add binutils targets for Zephyr RTOS #2

stephanosio opened this issue Jul 11, 2021 · 0 comments

Comments

@stephanosio
Copy link
Member

stephanosio commented Jul 11, 2021

General Workflow

  1. Add bfd targets
  2. Add gas targets
  3. Add ld targets
  4. Update ChangeLog(s)

Target Addition Checklist

  • bfd
    • aarch64-*-zephyr* -> Same case as aarch64-*-elf*
    • arc-*-zephyr* -> Same case as arc-*-elf*
    • arc64-*-zephyr*
    • arm-*-zephyr* -> Same case as arm-*-eabi*
    • mips-*-zephyr* -> Same case as mips-*-elf*
    • nios2-*-zephyr* -> Handled by nios2-*-*
    • riscv64-*-zephyr* -> Handled by riscv64*-*-*
    • sparc-*-zephyr* -> Handled by sparc*-*-*
    • x86_64-*-zephyr* -> Separate case w/ x86_64_elf64_vec, x86_64_elf32_vec, i386_elf32_vec, iamcu_elf32_vec
    • xtensa-*-zephyr* -> Handled by xtensa*-*-*
  • gas -> All cases are handled by *-*-zephyr*
    • aarch64-*-zephyr*
    • arc-*-zephyr*
    • arc64-*-zephyr*
    • arm-*-zephyr*
    • mips-*-zephyr*
    • nios2-*-zephyr*
    • riscv64-*-zephyr*
    • sparc-*-zephyr*
    • x86_64-*-zephyr*
    • xtensa-*-zephyr*
  • ld
    • aarch64-*-zephyr*
    • arc-*-zephyr*
    • arc64-*-zephyr*
    • arm-*-zephyr*
    • mips-*-zephyr*
    • nios2-*-zephyr* -> Handled by nios2*-*-*
    • riscv64-*-zephyr* -> Handled by riscv64*-*-*
    • sparc-*-zephyr* -> Handled by sparc*-*-*
    • x86_64-*-zephyr*
    • xtensa-*-zephyr* -> Handled by xtensa*-*-*

NOTE: Zephyr-specific emulations are not implemented for now because we do not currently have finalised Zephyr ABI.

Validation Checklist

  • Toolchain Build Test
    • aarch64-*-zephyr*
    • arc-*-zephyr*
    • arc64-*-zephyr*
    • arm-*-zephyr*
    • mips-*-zephyr*
    • nios2-*-zephyr*
    • riscv64-*-zephyr*
    • sparc-*-zephyr*
    • x86_64-*-zephyr*
    • xtensa-*-zephyr*
  • Target Compilation Test
    • aarch64-*-zephyr*
    • arc-*-zephyr*
    • arc64-*-zephyr*
    • arm-*-zephyr*
    • mips-*-zephyr*
    • nios2-*-zephyr*
    • riscv64-*-zephyr*
    • sparc-*-zephyr*
    • x86_64-*-zephyr*
    • xtensa-*-zephyr*
  • Integration Test
    • aarch64-*-zephyr*
    • arc-*-zephyr*
    • arc64-*-zephyr*
    • arm-*-zephyr*
    • mips-*-zephyr*
    • nios2-*-zephyr*
    • riscv64-*-zephyr*
    • sparc-*-zephyr*
    • x86_64-*-zephyr*
    • xtensa-*-zephyr*

NOTE: The ARC64 support has not been upstreamed yet, so we are omitting arc64-*-zephyr* for now.

@stephanosio stephanosio changed the title Add Zephyr targets Add binutils targets for Zephyr RTOS Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant