view components/nucleus_flash @ 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 1155be085fc1
children
line wrap: on
line source

# New Selenite component: compiling Nucleus from source (XIP)

CFLAGS="-mn -me -mt -o -mw"
CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb"
CPPFLAGS=

SRCDIR=$SRC/nucleus

c_file $SRCDIR/dmc.c
c_file $SRCDIR/dmce.c
c_file $SRCDIR/dmd.c
c_file $SRCDIR/dmf.c
c_file $SRCDIR/dmi.c
c_file $SRCDIR/dms.c
c_file $SRCDIR/erc.c
c_file $SRCDIR/erd.c
c_file $SRCDIR/eri.c
c_file $SRCDIR/evc.c
c_file $SRCDIR/evce.c
c_file $SRCDIR/evd.c
c_file $SRCDIR/evf.c
c_file $SRCDIR/evi.c
c_file $SRCDIR/hic.c
c_file $SRCDIR/hid.c
c_file $SRCDIR/hii.c
c_file $SRCDIR/inc.c
c_file $SRCDIR/ioc.c
c_file $SRCDIR/ioce.c
c_file $SRCDIR/iod.c
c_file $SRCDIR/iof.c
c_file $SRCDIR/ioi.c
c_file $SRCDIR/lic.c
c_file $SRCDIR/lid.c
c_file $SRCDIR/mbc.c
c_file $SRCDIR/mbce.c
c_file $SRCDIR/mbd.c
c_file $SRCDIR/mbf.c
c_file $SRCDIR/mbi.c
c_file $SRCDIR/mbs.c
c_file $SRCDIR/mbse.c
c_file $SRCDIR/pic.c
c_file $SRCDIR/pice.c
c_file $SRCDIR/pid.c
c_file $SRCDIR/pif.c
c_file $SRCDIR/pii.c
c_file $SRCDIR/pis.c
c_file $SRCDIR/pise.c
c_file $SRCDIR/pmf.c
c_file $SRCDIR/pmi.c
c_file $SRCDIR/quc.c
c_file $SRCDIR/quce.c
c_file $SRCDIR/qud.c
c_file $SRCDIR/quf.c
c_file $SRCDIR/qui.c
c_file $SRCDIR/qus.c
c_file $SRCDIR/quse.c
c_file $SRCDIR/rlc.c
c_file $SRCDIR/rld.c
c_file $SRCDIR/smf.c
c_file $SRCDIR/smi.c
c_file $SRCDIR/sms.c
c_file $SRCDIR/smse.c
c_file $SRCDIR/tcf.c
c_file $SRCDIR/tcfe.c
c_file $SRCDIR/tci.c
c_file $SRCDIR/tcs.c
c_file $SRCDIR/tcse.c
c_file $SRCDIR/tmf.c
c_file $SRCDIR/tmi.c