6/07/2012

How to generate the source level debugging build in latest MSM8660/8960 SW release.

In previous SW releases (i.e M8660AAABQNLYM1090 or M8660AAABQNLYM2150), If we need to generate the debug build for source level debugging, we just need to change the "USES_NO_DEBUG=yes" to "USES_NO_DEBUG=no" in build\ms\<build ID>.cmd build command file.



Since latest 8660/8960 software releases (i.e M8660AAABQNLYM3130 or M8960AAAAANAZB1004 etc) are using the python file to control the flag, thus for enabling the source level debugging build in latest SW release, we need to remove the following code in \build\ms\tcfg_<build ID>.py file (i.e: tcfg_aaabqnbya.py tcfg_aaabqnlym.py)



#env.AddUsesFlags('USES_NO_DEBUG', from_builds_file = True)

No comments:

Post a Comment