# HG changeset patch # User Space Falcon # Date 1428257880 0 # Node ID 2d3f29ef866d92151ba8492016fc757d4074aa81 # Parent 5c4381b80bd259a1375de6dde5b6b72c5a78ac0f gsm-fw: first attempt to link with g23m-aci and g23m-gsm included diff -r 5c4381b80bd2 -r 2d3f29ef866d gsm-fw/cfgmagic/processconf.sh --- a/gsm-fw/cfgmagic/processconf.sh Sun Apr 05 18:00:32 2015 +0000 +++ b/gsm-fw/cfgmagic/processconf.sh Sun Apr 05 18:18:00 2015 +0000 @@ -116,7 +116,7 @@ if [ "$CONFIG_INCLUDE_PS" = 1 ] then BUILD_COMPONENTS="$BUILD_COMPONENTS ccd comlib" - BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-gsm" + BUILD_COMPONENTS="$BUILD_COMPONENTS g23m-aci g23m-gsm" fi export_to_mk BUILD_COMPONENTS diff -r 5c4381b80bd2 -r 2d3f29ef866d gsm-fw/finlink/Makefile --- a/gsm-fw/finlink/Makefile Sun Apr 05 18:00:32 2015 +0000 +++ b/gsm-fw/finlink/Makefile Sun Apr 05 18:18:00 2015 +0000 @@ -17,7 +17,7 @@ LIB_DEPEND= ${BASE_LIBS} ifeq (${CONFIG_INCLUDE_PS},1) -PS_LIBS= ../comlib/comlib.a ../ccd/libccd.a +PS_LIBS= ../g23m-aci/dti/libdti.a ../comlib/comlib.a ../ccd/libccd.a LIB_LINK_ORDER+=${PS_LIBS} LIB_DEPEND+= ${PS_LIBS} endif @@ -41,6 +41,9 @@ INT_PIECES+= ../L1/iramcode.o EXT_PIECES+= ../L1/xipcode.o endif +ifeq (${CONFIG_INCLUDE_PS},1) +EXT_PIECES+= ../g23m-aci/xipcode.o ../g23m-gsm/xipcode.o +endif ifeq (${CONFIG_INCLUDE_PCM},1) EXT_PIECES+= ../services/pcm/xipcode.o endif diff -r 5c4381b80bd2 -r 2d3f29ef866d gsm-fw/finlink/ld-script.src --- a/gsm-fw/finlink/ld-script.src Sun Apr 05 18:00:32 2015 +0000 +++ b/gsm-fw/finlink/ld-script.src Sun Apr 05 18:18:00 2015 +0000 @@ -59,6 +59,7 @@ *(xip.text*) xipcode.o(.text*) *comlib.a:(.text*) + *libdti.a:(.text*) *libplus.xip.a:(.text*) *libgpf.xip.a:(.text*) *libccd.a:(.text*)