User Manual
Table Of Contents
!"#$"$%
5
3. Compile environment
3.1. Install M25 platform compiler
TMS4701x_2.54 : Compile tool package which includes compiler, archiver,
linker and some standard libraries.
Copy the whole TMS4701x_2.54 folder to C:\ (root directory).
3.2. Code base directory description
Build folder : This folder includes one makefile (MMI.mak) and one batch file
(MMIbuild.bat) for building MMI source code.
MMI.mak : The makefile contains rules for compiling console daemon
(MMI prototype) source code, and user can directly modify it for com-
piling self-own source files.
MMIbuild.bat : When execute this batch file at command line mode of
Windows XP (or Windows 2000) operating system, it will start compiling
and linking MMI source code.
gnumake.exe : Standard compile tool (make).
MMI folder : This folder contains console daemon source codes and three
sub-folders.
cons_cmd.c, cons_cmd.h : console daemon command line function set.
cons_cmd_hdlr.c, cons_cmd_hdlr.h : console daemon command line
parser.
cons_cmd_tbl.c, cons_cmd_tbl.h : console daemon command line
fuction table.
cons_ker.c : console daemon MMI task body.
cons_ret_cb.c, cons_ret_cb.h : event callback functions.
Obj folder : After building MMI source code, the generated object code
will store in this output folder.
If_obj folder : Service interface object code which contains driver API
and AT command API must be linked with MMI object code.
atcmd_if.obj : AT command API object code.
drv_if.obj : driver API object code.
cons_tramp.obj : dual image policy object code.
Include folder : Contains service interface header files and MMI task in-
cludes these header file for using service APIs.
atcmd_if.h : AT command API header file.
drv_if.h : driver API header file.
Os_if.h : OS service API header file.










