Skip to content

GCC toolchain for the "Beyond Architecture 2" CPU which is used in the NXP JN516x chip series

Notifications You must be signed in to change notification settings

alephsecurity/BA2-toolchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build instructions

Requirements

  • clang (sudo apt install clang)
  • autoconf (sudo apt install autoconf)
  • libpython3 (sudo apt install libpython3-dev)
  • libftdi (sudo apt install libftdi-dev)

Build

mkdir -p /opt/toolchains/ba-elf
CC=clang ./Build.sh /opt/toolchains/ba-elf
export PATH=/opt/toolchains/ba-elf/bin:$PATH

Add the last line to your .bashrc or wherever you set your PATH, to enable the use of the toolchain in the future.

About

GCC toolchain for the "Beyond Architecture 2" CPU which is used in the NXP JN516x chip series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%