| ARRIS Enterprises, Inc. Confidential Information |
Using the KreaTV ToolchainThe following assumes that you are using make to handle the compilation of your code. General setupVariablesDK_DIR should be changed to point to the dir in which the development kit is installed. The TOOLCHAIN variable is used to control which toolchain (e.g. bcm15 or bcm45) to build for. Use it this way: TOOLCHAIN=bcm15 make
CompilationCompilersCC is used for C compilation and CXX for C++ compilation.
Include pathsThe following paths are needed for C++ compilation.
LinkingLibrary paths
LibrariesThe following is an example of libraries that may be needed when building:
|