Configuring EMAC OE 4.0 SDK

From wiki.emacinc.com
Revision as of 15:21, 7 May 2013 by Mcoleman (talk | contribs) (Created page with "When Eclipse generates a Makefile to use for building a project, the generated Makefile includes a file named global.properties before it performs any other steps. This file i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

When Eclipse generates a Makefile to use for building a project, the generated Makefile includes a file named global.properties before it performs any other steps. This file is located in the projects directory, which is the root directory for Eclipse projects. The projects directory is located within the EMAC SDK directory provided by the EMAC SDK package (or installed on the LDC).

The global.properties>/code> file provides information needed to build projects and upload them to the target machine (the board supplied by EMAC). The following information is provided by this file:

Configuration variable Description
SDKBASE The base directory for the SDK
CC, CXX Exectuable binaries to use for compiling