-
Notifications
You must be signed in to change notification settings - Fork 344
ArmPkg Toolchain
Jordan Justen edited this page Nov 10, 2014
·
2 revisions
Toolchain Name | Host OS | Description |
---|---|---|
RVCT | Windows | Support RVCT3/4/5 versions |
RVCTCYGWIN | Cygwin | Support RVCT3/4/5 versions |
RVCTLINUX | Linux | Support RVCT3/4/5 versions |
ARMGCC | Linux | Support Sourcery G++ Lite toolchain ARM EABI (tested: 2010q3) (arm-none-eabi- prefix) |
ARMLINUXGCC | Linux | Support Linaro and ARM GNU/Linux toolchain (arm-linux-gnueabi- prefix) |
XCODE32 | MacOS | Support XCode 3.2 |
Note: BaseTools does not need to by build when EDK2 is built from a MS Windows. Pre-built BaseTools binaries are provided by EDK2 repository.
1. Get the arm-none-eabi Toolchain from Code Sourcery:
wget http://www.codesourcery.com/sgpp/lite/arm/portal/package7813/public/arm-none-eabi/arm-2010.09-51-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 tar xjf arm-2010.09-51-arm-none-eabi-i686-pc-linux-gnu.tar.bz22. Add the arm-none-eabi toolchain to your path
1. On a Ubuntu based-distribution, add the Linaro toolchain:
sudo add-apt-repository ppa:linaro-maintainers/toolchain sudo apt-get update sudo apt-get install gcc-arm-linux-gnueabi
Home
Getting Started with EDK II
Build Instructions
EDK II Platforms
EDK II Documents
EDK II Release Planning
Reporting Issues
Reporting Security Issues
Community Information
Inclusive Language
Additional Projects & Tasks
Training
Community Support
Community Virtual Meetings
GHSA GitHub Security Advisories Proceess (Draft)