view components/frame_na7_db_fl @ 107:b882091ebb68

gprscomp.c: DMEM_PARTITION_1_SIZE bumped from 1600 to 1700 for gcc These large DMEM partitions are used for T_CCD_Globs structure allocations by the GRLC and GRR entities, and this structure contains a jmp_buf for setjmp/longjmp. Our gcc/newlib version of jmp_buf is bigger than TI's TMS470, and the whole structure is now 1636 bytes instead of 1584.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Jul 2018 19:45:50 +0000
parents 5c4db73d289a
children 23768d96edce
line wrap: on
line source

# 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="-g -O2 -fno-builtin -mthumb-interwork -mthumb"

# Defines

CPPFLAGS="-DNU_DEBUG -D_FF_RV_EXIST_ -DRUN_FLASH"
CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_"

if [ "$MEMSUPER" != 0 ]
then
	CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION"
fi
if [ "$MEMSUPER" = 2 ]
then
	CPPFLAGS="$CPPFLAGS -DOPTIMIZE_POOL"
fi

# Includes

CPPFLAGS="$CPPFLAGS -I$SRC/gpf/frame"
CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc/nuc"
CPPFLAGS="$CPPFLAGS -I$SRC/nucleus"
CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc"
CPPFLAGS="$CPPFLAGS -I$SRC/gpf/tst"

# Source modules

SRCDIR=$SRC/gpf/frame

c_file $SRCDIR/frame.c
c_file $SRCDIR/vsi_sem.c
c_file $SRCDIR/vsi_com.c
c_file $SRCDIR/vsi_mem.c
c_file $SRCDIR/vsi_tim.c
c_file $SRCDIR/vsi_mis.c
c_file $SRCDIR/vsi_drv.c
c_file $SRCDIR/vsi_trc.c
c_file $SRCDIR/vsi_pro.c
if [ "$MEMSUPER" != 0 ]
then
	c_file $SRCDIR/vsi_ppm.c
fi
c_file $SRCDIR/xalert.c
c_file $SRCDIR/route.c
c_file $SRCDIR/prf_func.c
c_file $SRCDIR/frm_ext.c
c_file $SRCDIR/frame_version.c

# OSL

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

SRCDIR=$SRC/gpf/osl

c_file $SRCDIR/os_com_fl.c
c_file $SRCDIR/os_drv.c
c_file $SRCDIR/os_isr.c
c_file $SRCDIR/os_mem_fl.c
c_file $SRCDIR/os_mis_fl.c
c_file $SRCDIR/os_pro_fl.c
c_file $SRCDIR/os_sem_fl.c
c_file $SRCDIR/os_tim_fl.c