FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/ccd/README @ 661:c36fe9d1da7e
gsm-fw/ccd/README: added paragraph explaining how ccddata depends on cdginc
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 26 Sep 2014 00:49:59 +0000 |
parents | 042735181793 |
children |
comparison
equal
deleted
inserted
replaced
660:a0014ba30d71 | 661:c36fe9d1da7e |
---|---|
23 | 23 |
24 It appears, however, that the C source for both above-listed parts of CCD has | 24 It appears, however, that the C source for both above-listed parts of CCD has |
25 always been maintained in a single directory, and that is how it appears in the | 25 always been maintained in a single directory, and that is how it appears in the |
26 LoCosto find. | 26 LoCosto find. |
27 | 27 |
28 The true reason for the subdivision became apparent when we went through the | |
29 process of integrating CCD into FreeCalypso. The C modules that comprise | |
30 ccddata include cdginc headers (see ../cdg/README to learn what a nightmare | |
31 that is), require these headers to be present in order to pass compilation, and | |
32 depend on any changes in these headers, whereas the "base" part of CCD (the one | |
33 that was maintained as a GPF stable lib inside TI) has no dependency on cdginc. | |
34 | |
28 For our use in FreeCalypso we shall compile all of CCD (both subdivisions) into | 35 For our use in FreeCalypso we shall compile all of CCD (both subdivisions) into |
29 a single library in this directory - in this project we always compile | 36 a single library in this directory - in this project we always compile |
30 everything from source anyway, so we may as well simplify the build process in | 37 everything from source anyway, so we may as well simplify the build process in |
31 this regard. | 38 this regard. |