Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.
/ toolchain-xtensa32 Public archive

Vagrantfile that builds ESP32 GCC Cross-compiler Toolchain for platform.io on FreeBSD. Deprecated. See https://github.com/trombik/xtensa-esp32-elf

Notifications You must be signed in to change notification settings

trombik/toolchain-xtensa32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

toolchain-xtensa32 for FreeBSD

This project builds toolchain-xtensa32 for FreeBSD in a VirtualBox instance.

Notes

The FreeBSD port is not the official port of the devel/xtensa-esp32-elf, but my experimental port, which can be found at:

https://github.com/trombik/xtensa-esp32-elf

Requirements

  • VirtualBox
  • Vagrant

Installation

Clone the repository.

> git clone https://github.com/trombik/toolchain-xtensa32

Building

Spin the instance.

> vagrant up

Installing the package to your .platformio directory

Copy the package archive to the host from the guest by;

> vagrant ssh -- cat toolchain-xtensa32-freebsd_amd64-2.50200.80.tar.gz > toolchain-xtensa32-freebsd_amd64-2.50200.80.tar.gz

Extract the archive:

tar -C ~/.platformio/packages -xf toolchain-xtensa32-freebsd_amd64-2.50200.80.tar.gz

About

Vagrantfile that builds ESP32 GCC Cross-compiler Toolchain for platform.io on FreeBSD. Deprecated. See https://github.com/trombik/xtensa-esp32-elf

Resources

Stars

Watchers

Forks

Packages

No packages published