Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.47 KB

DuetWiFiSocketServer

This is a brief description howto setup the build environment for DuetWifiSocketServer

Setup

Workspace

Configuration

  • launch Eclipse
  • open created workspace
  • import projects
  • setup build environment variabels
    • Windows -> Preferences -> C/C++ -> Build -> Build Variables
    • add XtensaGccPath, i.e. /opt/xtensa-lx106-elf-gcc/bin or C:\toolchains\xtensa-lx106-elf-gcc\bin
    • add EspToolPath, i.e. /usr/bin/esptool or C:\toolchains\esptool\esptool.exe
    • add EspBootFile, i.e. /path/to/eboot.elf or C:\path\to\esptool.elf
  • set all projects to Release build configuration

Build

  • run build

Downloads

Xtensa Toolchain

Esptool

Sources

Links

Bug reports

Please use the forum for support requests or the RepRapFirmware GitHub repository for feature requests and bug reports.