comparison doc/Notes.txt @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 Installing the software:
2 ------------------------
3
4 - The software installation has been tested under Windows XP.
5 It should work under Windows 2000 and Windows Vista too.
6
7 - Create the directory "C:\Dvpt_tools"
8
9 - Unpack the file "TI_toolchain.zip" to "C:\Dvpt_tools"
10
11 - Install cygwin-B20.exe to "C:\Dvpt_tools\cygnus", you don't have to
12 include the Cygwin Installation in the PATH environment variable.
13
14 - Install ActivePerl-5.6.1.629-MSWin32-x86-multi-thread.msi
15 to "C:\Dvpt_tools\Perl"
16
17 - Install j2sdk-1_4_2_02-windows-i586-p.exe if you don't already have
18 a newer version of Java installed.
19
20
21 Building the GSM firmware:
22 --------------------------
23
24 - Change to the "g23m" directory of the source code and open a
25 command prompt window (CMD.EXE).
26
27 - Run the batch file "build.bat".
28
29 - If something goes wrong, please have a look at the file "report.txt",
30 it contains the output of the build process.
31
32 - Please be aware that recreating the "pdt_2091.mak" makefile should not
33 be done because "pdt_2091.mak" contains some manual adjustments. Usually
34 recreating the makefile isn't necessary at all.
35
36
37 Misc:
38 -----
39
40 - The TI Linker (Visual Linker V 1.9902) produces different result image
41 files depending on various circumstances. The result depends on:
42
43 * Linker is called directly or from a sub-process (e.g. from MAKE).
44
45 * Map file already exists or not.
46
47 * How many file are in the output directory.
48
49 There might be even more factors which influence the behaviour. Till now
50 it seems that all the different image files produced from the same input
51 files are valid and working. The problem from this behaviour of the linker
52 is that image files can't be compared, even if they were produced from the
53 same input files.