view components/ccd_na7_db @ 574:41b6a18ffa0b

GPF rebuild from source: symlink magic to fix __FILE__ With this fix all of the core GPF libraries (frame_*, misc_* and tif_*) compile into objects that perfectly match the original TCS211 binary versions bit for bit. Prior to this fix there was an issue with TI's use of __FILE__ expanding into longer pathnames that were an artifact of our FC Magnetite build system, and it appears that these longer __FILE__ strings in GPF may have been causing some breakage in some error handling paths.
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 24 Jan 2019 23:26:51 +0000
parents 9ffd8fd40afa
children
line wrap: on
line source

# Building ccd_na7_db.lib using TCS3.2 CCD source

CFLAGS="-mw -x -pw2 -me -mt -o -g -mn"

# Defines

CPPFLAGS="-DM_INTEL -DSHARED_VSI -DSHARED_CCD"
CPPFLAGS="$CPPFLAGS -DCCDDATA_STATIC_DATA"
CPPFLAGS="$CPPFLAGS -D_TMS470 -DNEW_ENTITY -DERR_TRACE_CCD"

# Includes

CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/ccd"
CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc"
CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc"

# Source modules

SRCDIR=$SRC/gpf3/ccd

cfile_plain $SRCDIR/ccd.c
cfile_plain $SRCDIR/bitfun.c
cfile_plain $SRCDIR/cdc_std.c
cfile_plain $SRCDIR/cdc_com.c
cfile_plain $SRCDIR/ccd_err.c
cfile_plain $SRCDIR/ccd_store.c
cfile_plain $SRCDIR/gsm1_tv.c
cfile_plain $SRCDIR/gsm1_v.c
cfile_plain $SRCDIR/gsm2_t.c
cfile_plain $SRCDIR/gsm3_tv.c
cfile_plain $SRCDIR/gsm3_v.c
cfile_plain $SRCDIR/gsm4_lv.c
cfile_plain $SRCDIR/gsm4_tlv.c
cfile_plain $SRCDIR/gsm5_tlv.c
cfile_plain $SRCDIR/gsm5_tv.c
cfile_plain $SRCDIR/gsm5_v.c
cfile_plain $SRCDIR/gsm6_tlv.c
cfile_plain $SRCDIR/gsm7_lv.c
cfile_plain $SRCDIR/bcd_mnc.c
cfile_plain $SRCDIR/bcd_nofill.c
cfile_plain $SRCDIR/bcdeven.c
cfile_plain $SRCDIR/bcdodd.c
cfile_plain $SRCDIR/gsm1_asn.c
cfile_plain $SRCDIR/csn1_s1.c
cfile_plain $SRCDIR/csn1_sh.c
cfile_plain $SRCDIR/s_padding.c
cfile_plain $SRCDIR/t30_ident.c
cfile_plain $SRCDIR/asn1_bitstr.c
cfile_plain $SRCDIR/asn1_octet.c
cfile_plain $SRCDIR/asn1_integ.c
cfile_plain $SRCDIR/asn1_seq.c
cfile_plain $SRCDIR/asn1_choice.c
cfile_plain $SRCDIR/no_code.c
cfile_plain $SRCDIR/asn1_choice_ext.c
cfile_plain $SRCDIR/asn1_seq_ext.c
cfile_plain $SRCDIR/asn1_integ_ext.c
cfile_plain $SRCDIR/asn1_opentype.c
cfile_plain $SRCDIR/asn1_objid.c
cfile_plain $SRCDIR/noncritical_ext.c
cfile_plain $SRCDIR/critical_ext.c
cfile_plain $SRCDIR/ccd_elem.c
cfile_plain $SRCDIR/s_padding_0.c
cfile_plain $SRCDIR/csn1_s0.c
cfile_plain $SRCDIR/hl_flag.c
cfile_plain $SRCDIR/freq_list.c
cfile_plain $SRCDIR/fdd_ci.c
cfile_plain $SRCDIR/tdd_ci.c
cfile_plain $SRCDIR/freq_list_com.c
cfile_plain $SRCDIR/csn1_concat.c
cfile_plain $SRCDIR/break_cond.c
cfile_plain $SRCDIR/csn1_sx.c
cfile_plain $SRCDIR/csn1_choice_1.c
cfile_plain $SRCDIR/csn1_choice_2.c
cfile_plain $SRCDIR/csn1_choice_x.c
cfile_plain $SRCDIR/csn1_sh_opt.c
cfile_plain $SRCDIR/csn1_s1_opt.c
cfile_plain $SRCDIR/csn1_s0_opt.c