OVMS3/OVMS.V3/components/wolfssh/ide/MQX
2022-04-06 00:04:46 +02:00
..
include.am Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
Makefile Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README-jp.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.md Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

#How to build with MQX

Overview

This Makefile is for building wolfSSH library and echoserver sample program running with MQX. It has following tartes.

  • wolfsshlib: wolfSSH static library
  • echoserver: Simple echo-server example

Prerequisites

  • Installed MQX
  • wolfSSH enabled wolfSSL static library

Setup

  • wolfSSH configuration parameters You can add or remove configuration options in /ide/MQX/user_settings.h.

  • Setup Makefile WOLFSSL_ROOT: wolfSSL install path WOLFSSH_ROOT: change this if you move this Makefile location MQX_ROOT: MQX source code installed path MQXLIB: MQX library path to like with CC: compiler AR: archiver