# HG changeset patch # User Mychaela Falconia # Date 1532292287 0 # Node ID 1155be085fc16c132143e228c59a4ab1da900ecc # Parent b65e1c503a14e799d47404f2cf6a447e69f6a2d6 components/*: added -g to CFLAGS_gcc diff -r b65e1c503a14 -r 1155be085fc1 components/abb --- a/components/abb Sun Jul 22 20:06:18 2018 +0000 +++ b/components/abb Sun Jul 22 20:44:47 2018 +0000 @@ -8,7 +8,7 @@ fi CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DIDS=$IDS -DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/aci --- a/components/aci Sun Jul 22 20:06:18 2018 +0000 +++ b/components/aci Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building the TCS3.2 version of aci.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version aci diff -r b65e1c503a14 -r 1155be085fc1 components/aci_dti_mng --- a/components/aci_dti_mng Sun Jul 22 20:06:18 2018 +0000 +++ b/components/aci_dti_mng Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building the TCS3.2 version of aci_dti_mng.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/aciext --- a/components/aciext Sun Jul 22 20:06:18 2018 +0000 +++ b/components/aciext Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building the TCS3.2 version of aciext.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version aci_ext diff -r b65e1c503a14 -r 1155be085fc1 components/alr --- a/components/alr Sun Jul 22 20:06:18 2018 +0000 +++ b/components/alr Sun Jul 22 20:44:47 2018 +0000 @@ -2,7 +2,7 @@ # with our copy of TCS211 from Sotovik CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version alr diff -r b65e1c503a14 -r 1155be085fc1 components/atiext --- a/components/atiext Sun Jul 22 20:06:18 2018 +0000 +++ b/components/atiext Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building the TCS3.2 version of atiext.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version ati_ext diff -r b65e1c503a14 -r 1155be085fc1 components/audio --- a/components/audio Sun Jul 22 20:06:18 2018 +0000 +++ b/components/audio Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building audio.lib CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/audio_bgd --- a/components/audio_bgd Sun Jul 22 20:06:18 2018 +0000 +++ b/components/audio_bgd Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building audio_bgd.lib CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/buzzer --- a/components/buzzer Sun Jul 22 20:06:18 2018 +0000 +++ b/components/buzzer Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building buzzer.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/cc --- a/components/cc Sun Jul 22 20:06:18 2018 +0000 +++ b/components/cc Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building cc.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version cc diff -r b65e1c503a14 -r 1155be085fc1 components/ccd_na7_db --- a/components/ccd_na7_db Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ccd_na7_db Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ccd_na7_db.lib using TCS3.2 CCD source CFLAGS="-mw -x -pw2 -me -mt -o -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/ccddata --- a/components/ccddata Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ccddata Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ccddata.lib using TCS3.2 CCD source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/cci --- a/components/cci Sun Jul 22 20:06:18 2018 +0000 +++ b/components/cci Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building cci.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/cci_ir --- a/components/cci_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/cci_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building cci_ir.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/cl --- a/components/cl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/cl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building cl.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/comlib --- a/components/comlib Sun Jul 22 20:06:18 2018 +0000 +++ b/components/comlib Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building comlib.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/config_gprs_fl --- a/components/config_gprs_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/config_gprs_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building config_gprs_fl.lib for the TCS2/TCS3 hybrid configuration CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/config_gprs_ir --- a/components/config_gprs_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/config_gprs_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building config_gprs_ir.lib for the TCS2/TCS3 hybrid configuration CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/config_gsm_fl --- a/components/config_gsm_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/config_gsm_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building config_gsm_fl.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/config_gsm_ir --- a/components/config_gsm_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/config_gsm_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building config_gsm_ir.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/cst --- a/components/cst Sun Jul 22 20:06:18 2018 +0000 +++ b/components/cst Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building cst.lib CFLAGS="-mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/dar --- a/components/dar Sun Jul 22 20:06:18 2018 +0000 +++ b/components/dar Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building dar.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/dar_gbl_var --- a/components/dar_gbl_var Sun Jul 22 20:06:18 2018 +0000 +++ b/components/dar_gbl_var Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building dar_gbl_var.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/dl --- a/components/dl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/dl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building dl.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version dl diff -r b65e1c503a14 -r 1155be085fc1 components/drivers_flash --- a/components/drivers_flash Sun Jul 22 20:06:18 2018 +0000 +++ b/components/drivers_flash Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building drivers_flash.lib CFLAGS="-me -pw2 -mn -x -mt -o2 -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes @@ -68,6 +68,6 @@ # niq32 CFLAGS="-me -pw2 -x -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" c_file $SRCDIR/inth/niq32.c diff -r b65e1c503a14 -r 1155be085fc1 components/dti --- a/components/dti Sun Jul 22 20:06:18 2018 +0000 +++ b/components/dti Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building dti.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version dti diff -r b65e1c503a14 -r 1155be085fc1 components/etm --- a/components/etm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/etm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building etm.lib CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/fad --- a/components/fad Sun Jul 22 20:06:18 2018 +0000 +++ b/components/fad Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building fad.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version fad diff -r b65e1c503a14 -r 1155be085fc1 components/fchg --- a/components/fchg Sun Jul 22 20:06:18 2018 +0000 +++ b/components/fchg Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building FCHG SWE - an original FreeCalypso addition CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/ffs --- a/components/ffs Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ffs Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ffs.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/ffs_drv --- a/components/ffs_drv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ffs_drv Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ffs_drv.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/ffs_pcm --- a/components/ffs_pcm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ffs_pcm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ffs_pcm.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/frame_na7_db_fl --- a/components/frame_na7_db_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/frame_na7_db_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building frame_na7_db_fl.lib using the GPF source bits we got with TCS3.2 CFLAGS="-mw -x -pw2 -o3 -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/frame_na7_db_ir --- a/components/frame_na7_db_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/frame_na7_db_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building frame_na7_db_ir.lib using the GPF source bits we got with TCS3.2 CFLAGS="-mw -x -pw2 -o3 -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/gdi --- a/components/gdi Sun Jul 22 20:06:18 2018 +0000 +++ b/components/gdi Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building gdi.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/gmm --- a/components/gmm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/gmm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building gmm.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/grlc --- a/components/grlc Sun Jul 22 20:06:18 2018 +0000 +++ b/components/grlc Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building grlc.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/grlc_ir --- a/components/grlc_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/grlc_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building grlc_ir.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/grr --- a/components/grr Sun Jul 22 20:06:18 2018 +0000 +++ b/components/grr Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building grr.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/kpd --- a/components/kpd Sun Jul 22 20:06:18 2018 +0000 +++ b/components/kpd Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building kpd.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/l1_custom_ext --- a/components/l1_custom_ext Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l1_custom_ext Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building l1_custom_ext.lib CFLAGS="-g -me -pw2 -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/l1_custom_int --- a/components/l1_custom_int Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l1_custom_int Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building l1_custom_int.lib CFLAGS="-g -me -pw2 -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/l1_ext --- a/components/l1_ext Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l1_ext Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building l1_ext.lib CFLAGS="-g -me -pw2 -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/l1_int --- a/components/l1_int Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l1_int Sun Jul 22 20:44:47 2018 +0000 @@ -34,7 +34,7 @@ # Compilation CFLAGS="-g -me -pw2 -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" CPPFLAGS="-DRV_TRACE_LEVEL_WARNING=2 -DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/l1_pei --- a/components/l1_pei Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l1_pei Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building l1_pei.lib CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version l1 l1_pei diff -r b65e1c503a14 -r 1155be085fc1 components/l2r --- a/components/l2r Sun Jul 22 20:06:18 2018 +0000 +++ b/components/l2r Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building l2r.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version l2r diff -r b65e1c503a14 -r 1155be085fc1 components/libsys_fl --- a/components/libsys_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/libsys_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # gcc-only component: libsys (selective libc replacement) for flash ASMFLAGS=-mthumb-interwork -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= SRCDIR=$SRC/libsys diff -r b65e1c503a14 -r 1155be085fc1 components/llc --- a/components/llc Sun Jul 22 20:06:18 2018 +0000 +++ b/components/llc Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building llc.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/lls --- a/components/lls Sun Jul 22 20:06:18 2018 +0000 +++ b/components/lls Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building lls.lib CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/main --- a/components/main Sun Jul 22 20:06:18 2018 +0000 +++ b/components/main Sun Jul 22 20:44:47 2018 +0000 @@ -3,7 +3,7 @@ # C modules CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" if [ "$TARGET" = c139 -o "$TARGET" = c11x ] diff -r b65e1c503a14 -r 1155be085fc1 components/misc_na7_db_fl --- a/components/misc_na7_db_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/misc_na7_db_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building misc_na7_db_fl.lib using the GPF source bits we got with TCS211 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/misc_na7_db_ir --- a/components/misc_na7_db_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/misc_na7_db_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building misc_na7_db_ir.lib using the GPF source bits we got with TCS211 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/mm --- a/components/mm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/mm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building mm.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version mm diff -r b65e1c503a14 -r 1155be085fc1 components/nucleus_flash --- a/components/nucleus_flash Sun Jul 22 20:06:18 2018 +0000 +++ b/components/nucleus_flash Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # New Selenite component: compiling Nucleus from source (XIP) CFLAGS="-mn -me -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= SRCDIR=$SRC/nucleus diff -r b65e1c503a14 -r 1155be085fc1 components/nucleus_intram --- a/components/nucleus_intram Sun Jul 22 20:06:18 2018 +0000 +++ b/components/nucleus_intram Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # New Selenite component: compiling Nucleus from source (internal RAM) CFLAGS="-mn -me -mt -o -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" CPPFLAGS= SRCDIR=$SRC/nucleus diff -r b65e1c503a14 -r 1155be085fc1 components/osx_na7_db --- a/components/osx_na7_db Sun Jul 22 20:06:18 2018 +0000 +++ b/components/osx_na7_db Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building osx_na7_db.lib from our reconstructed osx.c source CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/power --- a/components/power Sun Jul 22 20:06:18 2018 +0000 +++ b/components/power Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building power.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470 -DMMI=$MMI" if [ "$MMI" = 0 ] diff -r b65e1c503a14 -r 1155be085fc1 components/ppp --- a/components/ppp Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ppp Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ppp.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/ppp_ir --- a/components/ppp_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ppp_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ppp_ir.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/ra --- a/components/ra Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ra Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ra.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version ra diff -r b65e1c503a14 -r 1155be085fc1 components/riviera_core_flash --- a/components/riviera_core_flash Sun Jul 22 20:06:18 2018 +0000 +++ b/components/riviera_core_flash Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building riviera_core_flash.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/riviera_cust_flash --- a/components/riviera_cust_flash Sun Jul 22 20:06:18 2018 +0000 +++ b/components/riviera_cust_flash Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building riviera_cust_flash.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" if [ "$MMI" = 0 ] diff -r b65e1c503a14 -r 1155be085fc1 components/rlp --- a/components/rlp Sun Jul 22 20:06:18 2018 +0000 +++ b/components/rlp Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building rlp.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version rlp diff -r b65e1c503a14 -r 1155be085fc1 components/rr --- a/components/rr Sun Jul 22 20:06:18 2018 +0000 +++ b/components/rr Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building rr.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version rr diff -r b65e1c503a14 -r 1155be085fc1 components/rtc_drv --- a/components/rtc_drv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/rtc_drv Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building rtc_drv.lib CFLAGS="-mn -mt -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/sim_b_lib --- a/components/sim_b_lib Sun Jul 22 20:06:18 2018 +0000 +++ b/components/sim_b_lib Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building sim_b_lib.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version sim diff -r b65e1c503a14 -r 1155be085fc1 components/sim_drv --- a/components/sim_drv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/sim_drv Sun Jul 22 20:44:47 2018 +0000 @@ -5,7 +5,7 @@ # CFLAGS and CPPFLAGS for sim.c CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes @@ -50,7 +50,7 @@ # CFLAGS and CPPFLAGS for sim32.c CFLAGS="-o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/sm --- a/components/sm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/sm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building sm.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/sms --- a/components/sms Sun Jul 22 20:06:18 2018 +0000 +++ b/components/sms Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building sms.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version sms diff -r b65e1c503a14 -r 1155be085fc1 components/sndcp --- a/components/sndcp Sun Jul 22 20:06:18 2018 +0000 +++ b/components/sndcp Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building sndcp.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/spi_drv --- a/components/spi_drv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/spi_drv Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building spi_drv.lib CFLAGS="-mn -mt -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/ss --- a/components/ss Sun Jul 22 20:06:18 2018 +0000 +++ b/components/ss Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building ss.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version ss diff -r b65e1c503a14 -r 1155be085fc1 components/t30 --- a/components/t30 Sun Jul 22 20:06:18 2018 +0000 +++ b/components/t30 Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building t30.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS= make_version t30 diff -r b65e1c503a14 -r 1155be085fc1 components/tif_na7_db_fl --- a/components/tif_na7_db_fl Sun Jul 22 20:06:18 2018 +0000 +++ b/components/tif_na7_db_fl Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building tif_na7_db_fl.lib using the GPF source bits we got with TCS211 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/tif_na7_db_ir --- a/components/tif_na7_db_ir Sun Jul 22 20:06:18 2018 +0000 +++ b/components/tif_na7_db_ir Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building tif_na7_db_ir.lib using the GPF source bits we got with TCS211 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/tpudrv --- a/components/tpudrv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/tpudrv Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building tpudrv.lib CFLAGS="-g -me -pw2 -mt -o2 -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" # Includes diff -r b65e1c503a14 -r 1155be085fc1 components/uart_b_lib --- a/components/uart_b_lib Sun Jul 22 20:06:18 2018 +0000 +++ b/components/uart_b_lib Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building uart_b_lib.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 components/uart_drv --- a/components/uart_drv Sun Jul 22 20:06:18 2018 +0000 +++ b/components/uart_drv Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building uart_drv.lib CFLAGS="-mn -mt -o -x -mw -me -pw2" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-DTOOL_CHOICE=0 -D_TMS470" if [ "$SERIAL_DYNAMIC_SWITCH" = 1 ] diff -r b65e1c503a14 -r 1155be085fc1 components/upm --- a/components/upm Sun Jul 22 20:06:18 2018 +0000 +++ b/components/upm Sun Jul 22 20:44:47 2018 +0000 @@ -1,7 +1,7 @@ # Building upm.lib from the TCS3.2 source CFLAGS="-me -mt -o -pw2 -x -mw" -CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb" +CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" # Defines diff -r b65e1c503a14 -r 1155be085fc1 scripts/add-g.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/add-g.ex Sun Jul 22 20:44:47 2018 +0000 @@ -0,0 +1,2 @@ +1,$s/CFLAGS_gcc="-O2/CFLAGS_gcc="-g -O2/ +w