Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.45 KB

IDE_Setup.md

File metadata and controls

29 lines (23 loc) · 1.45 KB

Build Instructions

TXT Tool Chain

Download and extract the TXT Tool Chain for Linux or Windows

Using make and Makefile

export TOOLCHAIN_BIN_PATH=/path_to_txt_toolchain_bin
make clean
make

Using Eclipse CDT

The following diagram shows the structure of the eclipse workspace. SW Layer

Import txt_traning_factory

Download txt_traning_factory, extract and import the workspace in eclipse CDT as General -> Existing Projects into Workspace IDE_Setup_Import IDE_Setup_Import2 IDE_Setup_Import3

Config txt_traning_factory

Change the paths in the properties for all projects in Properties -> C/C++ Build -> Settings -> Cross Settings -> Path to the TXT Tool Chain path. Select [All configurations] and repeat for all subprojects. IDE_Setup_Config IDE_Setup_Config2

Build

Build all projects