[Pkg-electronics-devel] Bug#959651: sdcc: FTBFS: mbstoc16s.c:36:2: error: #error Encoding for char16_t strings must be UTF-16

Lucas Nussbaum lucas at debian.org
Sun May 3 13:39:08 BST 2020


Source: sdcc
Version: 3.8.0+dfsg-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f Makefile.dep
> for i in _atof.c _schar2fs.c _sint2fs.c _slong2fs.c _uchar2fs.c _uint2fs.c _ulong2fs.c _fs2schar.c _fs2sint.c _fs2slong.c _fs2uchar.c _fs2uint.c _fs2ulong.c _fsadd.c _fsdiv.c _fsmul.c _fssub.c _fseq.c _fslt.c _fsneq.c fabsf.c frexpf.c ldexpf.c expf.c powf.c sincosf.c sinf.c cosf.c logf.c log10f.c sqrtf.c tancotf.c tanf.c cotf.c asincosf.c asinf.c acosf.c atanf.c atan2f.c sincoshf.c sinhf.c coshf.c tanhf.c floorf.c ceilf.c modff.c errno.c isinf.c isnan.c _fscmp.c _fsget1arg.c _fsget2args.c _fsnormalize.c _fsreturnval.c _fsrshift.c _fsswapargs.c _logexpf.c _divsint.c _divuint.c _modsint.c _moduint.c _mulint.c _divslong.c _modslong.c _modulong.c _divulong.c _mullong.c _rrulonglong.c _rrslonglong.c _rlulonglong.c _rlslonglong.c _mullonglong.c _divslonglong.c _divulonglong.c _modslonglong.c _modulonglong.c isalnum.c isalpha.c isblank.c iscntrl.c isdigit.c isgraph.c islower.c isprint.c ispunct.c isspace.c isupper.c isxdigit.c tolower.c toupper.c atoi.c atol.c atoll.c strtol.c strtoul.c bsearch.c qsort.c abs.c labs.c rand.c _strcat.c _strchr.c _strcspn.c _strncat.c _strncmp.c strxfrm.c _strncpy.c _strpbrk.c _strrchr.c _strspn.c _strstr.c _strtok.c _memchr.c _memcmp.c _memset.c aligned_alloc.c calloc.c malloc.c realloc.c free.c mblen.c mbtowc.c wctomb.c mbstowcs.c wcstombs.c mbrtoc16.c c16rtomb.c mbrtoc32.c c32rtomb.c mbstoc16s.c c16stombs.c wcscmp.c wcslen.c btowc.c wctob.c mbsinit.c mbrlen.c mbrtowc.c wcrtomb.c printf_large.c puts.c gets.c __assert.c time.c _autobaud.c _bp.c _decdptr.c _gptrget.c _gptrgetc.c _gptrput.c _ser.c _setjmp.c serial.c _itoa.c _ltoa.c _spx.c _startup.c _strcmp.c _strlen.c _memcpy.c _memmove.c _strcpy.c _heap.c sprintf.c vprintf.c printf_fast.c printf_fast_f.c printf_tiny.c printfl.c bpx.c; do \
>   ../../bin/sdcpp -std=c99 -M -I../../device/include -I../../device/include/mcs51 $i >${i}.dep; \
>   cat ${i}.dep >>Makefile.dep; \
>   rm ${i}.dep; \
> done
> mbstoc16s.c:36:2: error: #error Encoding for char16_t strings must be UTF-16
> mbstoc16s.c:39:2: error: #error Encoding for wchar_t strings must be UCS-4
> c16stombs.c:37:2: error: #error Encoding for char16_t strings must be UTF-16
> c16stombs.c:40:2: error: #error Encoding for wchar_t strings must be UCS-4
> /usr/bin/make checkconf
> make[3]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make model-ds390 model-ds400 model-hc08 model-s08 models small-mcs51-stack-auto large-mcs51-stack-auto model-z80 model-z180 model-r2k model-r3ka model-tlcs90 model-gbz80 model-stm8 model-stm8-large
> make[3]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^ds390$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mds390" PORT=ds390 PORTINCDIR=../../device/include/mcs51 objects; \
> fi
> if grep '^ds390$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mds400" PORT=ds400 PORTINCDIR=../../device/include/mcs51 objects; \
> fi
> if grep '^hc08$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mhc08" PORT=hc08 objects-hc08; \
> fi
> if grep '^hc08$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-ms08" PORT=s08 objects-hc08; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> /usr/bin/make build-dir
> /usr/bin/make build-dir
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/ds400
> /usr/bin/make build/hc08
> /usr/bin/make build/s08
> /usr/bin/make build/ds390
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/ds400
> mkdir -p build/s08
> mkdir -p build/hc08
> mkdir -p build/ds390
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make ds400
> /usr/bin/make hc08
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make s08
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make ds390
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'ds400' is up to date.
> make[6]: 'hc08' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'ds390' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make ds400/_atof.rel ds400/_schar2fs.rel ds400/_sint2fs.rel ds400/_slong2fs.rel ds400/_uchar2fs.rel ds400/_uint2fs.rel ds400/_ulong2fs.rel ds400/_fs2schar.rel ds400/_fs2sint.rel ds400/_fs2slong.rel ds400/_fs2uchar.rel ds400/_fs2uint.rel ds400/_fs2ulong.rel ds400/_fsadd.rel ds400/_fsdiv.rel ds400/_fsmul.rel ds400/_fssub.rel ds400/_fseq.rel ds400/_fslt.rel ds400/_fsneq.rel ds400/fabsf.rel ds400/frexpf.rel ds400/ldexpf.rel ds400/expf.rel ds400/powf.rel ds400/sincosf.rel ds400/sinf.rel ds400/cosf.rel ds400/logf.rel ds400/log10f.rel ds400/sqrtf.rel ds400/tancotf.rel ds400/tanf.rel ds400/cotf.rel ds400/asincosf.rel ds400/asinf.rel ds400/acosf.rel ds400/atanf.rel ds400/atan2f.rel ds400/sincoshf.rel ds400/sinhf.rel ds400/coshf.rel ds400/tanhf.rel ds400/floorf.rel ds400/ceilf.rel ds400/modff.rel ds400/errno.rel ds400/isinf.rel ds400/isnan.rel ds400/_fscmp.rel ds400/_fsget1arg.rel ds400/_fsget2args.rel ds400/_fsnormalize.rel ds400/_fsreturnval.rel ds400/_fsrshift.rel ds400/_fsswapargs.rel ds400/_logexpf.rel ds400/_divsint.rel ds400/_divuint.rel ds400/_modsint.rel ds400/_moduint.rel ds400/_mulint.rel ds400/_divslong.rel ds400/_modslong.rel ds400/_modulong.rel ds400/_divulong.rel ds400/_mullong.rel ds400/_rrulonglong.rel ds400/_rrslonglong.rel ds400/_rlulonglong.rel ds400/_rlslonglong.rel ds400/_mullonglong.rel ds400/_divslonglong.rel ds400/_divulonglong.rel ds400/_modslonglong.rel ds400/_modulonglong.rel ds400/isalnum.rel ds400/isalpha.rel ds400/isblank.rel ds400/iscntrl.rel ds400/isdigit.rel ds400/isgraph.rel ds400/islower.rel ds400/isprint.rel ds400/ispunct.rel ds400/isspace.rel ds400/isupper.rel ds400/isxdigit.rel ds400/tolower.rel ds400/toupper.rel ds400/atoi.rel ds400/atol.rel ds400/atoll.rel ds400/strtol.rel ds400/strtoul.rel ds400/bsearch.rel ds400/qsort.rel ds400/abs.rel ds400/labs.rel ds400/rand.rel ds400/_strcat.rel ds400/_strchr.rel ds400/_strcspn.rel ds400/_strncat.rel ds400/_strncmp.rel ds400/strxfrm.rel ds400/_strncpy.rel ds400/_strpbrk.rel ds400/_strrchr.rel ds400/_strspn.rel ds400/_strstr.rel ds400/_strtok.rel ds400/_memchr.rel ds400/_memcmp.rel ds400/_memset.rel ds400/aligned_alloc.rel ds400/calloc.rel ds400/malloc.rel ds400/realloc.rel ds400/free.rel ds400/mblen.rel ds400/mbtowc.rel ds400/wctomb.rel ds400/mbstowcs.rel ds400/wcstombs.rel ds400/mbrtoc16.rel ds400/c16rtomb.rel ds400/mbrtoc32.rel ds400/c32rtomb.rel ds400/mbstoc16s.rel ds400/c16stombs.rel ds400/wcscmp.rel ds400/wcslen.rel ds400/btowc.rel ds400/wctob.rel ds400/mbsinit.rel ds400/mbrlen.rel ds400/mbrtowc.rel ds400/wcrtomb.rel ds400/printf_large.rel ds400/puts.rel ds400/gets.rel ds400/__assert.rel ds400/time.rel ds400/_autobaud.rel ds400/_bp.rel ds400/_decdptr.rel ds400/_gptrget.rel ds400/_gptrgetc.rel ds400/_gptrput.rel ds400/_ser.rel ds400/_setjmp.rel ds400/serial.rel ds400/_itoa.rel ds400/_ltoa.rel ds400/_spx.rel ds400/_startup.rel ds400/_strcmp.rel ds400/_strlen.rel ds400/_memcpy.rel ds400/_memmove.rel ds400/_strcpy.rel ds400/_heap.rel ds400/sprintf.rel ds400/vprintf.rel ds400/printf_fast.rel ds400/printf_fast_f.rel ds400/printf_tiny.rel ds400/printfl.rel ds400/bpx.rel
> /usr/bin/make ds390/_atof.rel ds390/_schar2fs.rel ds390/_sint2fs.rel ds390/_slong2fs.rel ds390/_uchar2fs.rel ds390/_uint2fs.rel ds390/_ulong2fs.rel ds390/_fs2schar.rel ds390/_fs2sint.rel ds390/_fs2slong.rel ds390/_fs2uchar.rel ds390/_fs2uint.rel ds390/_fs2ulong.rel ds390/_fsadd.rel ds390/_fsdiv.rel ds390/_fsmul.rel ds390/_fssub.rel ds390/_fseq.rel ds390/_fslt.rel ds390/_fsneq.rel ds390/fabsf.rel ds390/frexpf.rel ds390/ldexpf.rel ds390/expf.rel ds390/powf.rel ds390/sincosf.rel ds390/sinf.rel ds390/cosf.rel ds390/logf.rel ds390/log10f.rel ds390/sqrtf.rel ds390/tancotf.rel ds390/tanf.rel ds390/cotf.rel ds390/asincosf.rel ds390/asinf.rel ds390/acosf.rel ds390/atanf.rel ds390/atan2f.rel ds390/sincoshf.rel ds390/sinhf.rel ds390/coshf.rel ds390/tanhf.rel ds390/floorf.rel ds390/ceilf.rel ds390/modff.rel ds390/errno.rel ds390/isinf.rel ds390/isnan.rel ds390/_fscmp.rel ds390/_fsget1arg.rel ds390/_fsget2args.rel ds390/_fsnormalize.rel ds390/_fsreturnval.rel ds390/_fsrshift.rel ds390/_fsswapargs.rel ds390/_logexpf.rel ds390/_divsint.rel ds390/_divuint.rel ds390/_modsint.rel ds390/_moduint.rel ds390/_mulint.rel ds390/_divslong.rel ds390/_modslong.rel ds390/_modulong.rel ds390/_divulong.rel ds390/_mullong.rel ds390/_rrulonglong.rel ds390/_rrslonglong.rel ds390/_rlulonglong.rel ds390/_rlslonglong.rel ds390/_mullonglong.rel ds390/_divslonglong.rel ds390/_divulonglong.rel ds390/_modslonglong.rel ds390/_modulonglong.rel ds390/isalnum.rel ds390/isalpha.rel ds390/isblank.rel ds390/iscntrl.rel ds390/isdigit.rel ds390/isgraph.rel ds390/islower.rel ds390/isprint.rel ds390/ispunct.rel ds390/isspace.rel ds390/isupper.rel ds390/isxdigit.rel ds390/tolower.rel ds390/toupper.rel ds390/atoi.rel ds390/atol.rel ds390/atoll.rel ds390/strtol.rel ds390/strtoul.rel ds390/bsearch.rel ds390/qsort.rel ds390/abs.rel ds390/labs.rel ds390/rand.rel ds390/_strcat.rel ds390/_strchr.rel ds390/_strcspn.rel ds390/_strncat.rel ds390/_strncmp.rel ds390/strxfrm.rel ds390/_strncpy.rel ds390/_strpbrk.rel ds390/_strrchr.rel ds390/_strspn.rel ds390/_strstr.rel ds390/_strtok.rel ds390/_memchr.rel ds390/_memcmp.rel ds390/_memset.rel ds390/aligned_alloc.rel ds390/calloc.rel ds390/malloc.rel ds390/realloc.rel ds390/free.rel ds390/mblen.rel ds390/mbtowc.rel ds390/wctomb.rel ds390/mbstowcs.rel ds390/wcstombs.rel ds390/mbrtoc16.rel ds390/c16rtomb.rel ds390/mbrtoc32.rel ds390/c32rtomb.rel ds390/mbstoc16s.rel ds390/c16stombs.rel ds390/wcscmp.rel ds390/wcslen.rel ds390/btowc.rel ds390/wctob.rel ds390/mbsinit.rel ds390/mbrlen.rel ds390/mbrtowc.rel ds390/wcrtomb.rel ds390/printf_large.rel ds390/puts.rel ds390/gets.rel ds390/__assert.rel ds390/time.rel ds390/_autobaud.rel ds390/_bp.rel ds390/_decdptr.rel ds390/_gptrget.rel ds390/_gptrgetc.rel ds390/_gptrput.rel ds390/_ser.rel ds390/_setjmp.rel ds390/serial.rel ds390/_itoa.rel ds390/_ltoa.rel ds390/_spx.rel ds390/_startup.rel ds390/_strcmp.rel ds390/_strlen.rel ds390/_memcpy.rel ds390/_memmove.rel ds390/_strcpy.rel ds390/_heap.rel ds390/sprintf.rel ds390/vprintf.rel ds390/printf_fast.rel ds390/printf_fast_f.rel ds390/printf_tiny.rel ds390/printfl.rel ds390/bpx.rel
> make[6]: 's08' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _atof.c -o ds400/_atof.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _atof.c -o ds390/_atof.rel
> if [ -f hc08/Makefile ]; then \
>   /usr/bin/make -C hc08 PORT=hc08; \
> fi
> if [ -f s08/Makefile ]; then \
>   /usr/bin/make -C s08 PORT=s08; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/s08'
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c _ret.c
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/hc08'
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c _ret.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c _mulint.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c _mulint.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c _setjmp.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c _setjmp.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _schar2fs.c -o ds390/_schar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _schar2fs.c -o ds400/_schar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _sint2fs.c -o ds390/_sint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _sint2fs.c -o ds400/_sint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _slong2fs.c -o ds390/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _slong2fs.c -o ds400/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _uchar2fs.c -o ds390/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _uchar2fs.c -o ds400/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _uint2fs.c -o ds390/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _uint2fs.c -o ds400/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _ulong2fs.c -o ds390/_ulong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _ulong2fs.c -o ds400/_ulong2fs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2schar.c -o ds390/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2schar.c -o ds400/_fs2schar.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2sint.c -o ds390/_fs2sint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2sint.c -o ds400/_fs2sint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2slong.c -o ds390/_fs2slong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2slong.c -o ds400/_fs2slong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2uchar.c -o ds390/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2uchar.c -o ds400/_fs2uchar.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2uint.c -o ds390/_fs2uint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2uint.c -o ds400/_fs2uint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fs2ulong.c -o ds390/_fs2ulong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fs2ulong.c -o ds400/_fs2ulong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsadd.c -o ds390/_fsadd.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsadd.c -o ds400/_fsadd.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsdiv.c -o ds390/_fsdiv.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsdiv.c -o ds400/_fsdiv.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsmul.c -o ds390/_fsmul.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsmul.c -o ds400/_fsmul.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fssub.c -o ds390/_fssub.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fseq.c -o ds390/_fseq.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fssub.c -o ds400/_fssub.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fslt.c -o ds390/_fslt.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fseq.c -o ds400/_fseq.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsneq.c -o ds390/_fsneq.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fslt.c -o ds400/_fslt.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c fabsf.c -o ds390/fabsf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../expf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c frexpf.c -o ds390/frexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsneq.c -o ds400/_fsneq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c fabsf.c -o ds400/fabsf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c ldexpf.c -o ds390/ldexpf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../powf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c frexpf.c -o ds400/frexpf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c expf.c -o ds390/expf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c ldexpf.c -o ds400/ldexpf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c expf.c -o ds400/expf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c powf.c -o ds390/powf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../logf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sincosf.c -o ds390/sincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c powf.c -o ds400/powf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sincosf.c -o ds400/sincosf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sinf.c -o ds390/sinf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c cosf.c -o ds390/cosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c logf.c -o ds390/logf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sinf.c -o ds400/sinf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c cosf.c -o ds400/cosf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c logf.c -o ds400/logf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c log10f.c -o ds390/log10f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sqrtf.c -o ds390/sqrtf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c log10f.c -o ds400/log10f.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sqrtf.c -o ds400/sqrtf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c tancotf.c -o ds390/tancotf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c tancotf.c -o ds400/tancotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c tanf.c -o ds390/tanf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c cotf.c -o ds390/cotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c asincosf.c -o ds390/asincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c tanf.c -o ds400/tanf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c cotf.c -o ds400/cotf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c asincosf.c -o ds400/asincosf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c asinf.c -o ds390/asinf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c acosf.c -o ds390/acosf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c atanf.c -o ds390/atanf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c asinf.c -o ds400/asinf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../modff.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c acosf.c -o ds400/acosf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../errno.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c atanf.c -o ds400/atanf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c atan2f.c -o ds390/atan2f.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divsint.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divsint.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divuint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sincoshf.c -o ds390/sincoshf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divuint.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_modsint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c atan2f.c -o ds400/atan2f.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_moduint.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_modsint.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_moduint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sincoshf.c -o ds400/sincoshf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sinhf.c -o ds390/sinhf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c coshf.c -o ds390/coshf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c tanhf.c -o ds390/tanhf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sinhf.c -o ds400/sinhf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c coshf.c -o ds400/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c floorf.c -o ds390/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c tanhf.c -o ds400/tanhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c ceilf.c -o ds390/ceilf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c floorf.c -o ds400/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c modff.c -o ds390/modff.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_rrulonglong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_rrulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c errno.c -o ds390/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c ceilf.c -o ds400/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isinf.c -o ds390/isinf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_rrslonglong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_rrslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c modff.c -o ds400/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isnan.c -o ds390/isnan.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_rlulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c errno.c -o ds400/errno.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_rlulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fscmp.c -o ds390/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isinf.c -o ds400/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsget1arg.c -o ds390/_fsget1arg.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_rlslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isnan.c -o ds400/isnan.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_rlslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsget2args.c -o ds390/_fsget2args.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsnormalize.c -o ds390/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fscmp.c -o ds400/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsreturnval.c -o ds390/_fsreturnval.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsget1arg.c -o ds400/_fsget1arg.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsrshift.c -o ds390/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsget2args.c -o ds400/_fsget2args.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _fsswapargs.c -o ds390/_fsswapargs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsnormalize.c -o ds400/_fsnormalize.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _logexpf.c -o ds390/_logexpf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsreturnval.c -o ds400/_fsreturnval.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divsint.c -o ds390/_divsint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsrshift.c -o ds400/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _fsswapargs.c -o ds400/_fsswapargs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divuint.c -o ds390/_divuint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _logexpf.c -o ds400/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _modsint.c -o ds390/_modsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divsint.c -o ds400/_divsint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _moduint.c -o ds390/_moduint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divuint.c -o ds400/_divuint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _mulint.c -o ds390/_mulint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _modsint.c -o ds400/_modsint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divslong.c -o ds390/_divslong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _moduint.c -o ds400/_moduint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _modslong.c -o ds390/_modslong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _mulint.c -o ds400/_mulint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../islower.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _modulong.c -o ds390/_modulong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divslong.c -o ds400/_divslong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _modslong.c -o ds400/_modslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divulong.c -o ds390/_divulong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _modulong.c -o ds400/_modulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _mullong.c -o ds390/_mullong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divulong.c -o ds400/_divulong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _mullong.c -o ds400/_mullong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _rrulonglong.c -o ds390/_rrulonglong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../atol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _rrulonglong.c -o ds400/_rrulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _rrslonglong.c -o ds390/_rrslonglong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _rrslonglong.c -o ds400/_rrslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _rlulonglong.c -o ds390/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _rlulonglong.c -o ds400/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _rlslonglong.c -o ds390/_rlslonglong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _mullonglong.c -o ds390/_mullonglong.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divslonglong.c -o ds390/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _rlslonglong.c -o ds400/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _mullonglong.c -o ds400/_mullonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _divulonglong.c -o ds390/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divslonglong.c -o ds400/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _modslonglong.c -o ds390/_modslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _modulonglong.c -o ds390/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _divulonglong.c -o ds400/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _modslonglong.c -o ds400/_modslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isalnum.c -o ds390/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isalpha.c -o ds390/isalpha.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _modulonglong.c -o ds400/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isblank.c -o ds390/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c iscntrl.c -o ds390/iscntrl.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isdigit.c -o ds390/isdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isalnum.c -o ds400/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isgraph.c -o ds390/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isalpha.c -o ds400/isalpha.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c islower.c -o ds390/islower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isblank.c -o ds400/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isprint.c -o ds390/isprint.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../abs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../abs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c iscntrl.c -o ds400/iscntrl.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../labs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c ispunct.c -o ds390/ispunct.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../labs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isdigit.c -o ds400/isdigit.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../rand.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isspace.c -o ds390/isspace.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isgraph.c -o ds400/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isupper.c -o ds390/isupper.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c isxdigit.c -o ds390/isxdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c islower.c -o ds400/islower.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c tolower.c -o ds390/tolower.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isprint.c -o ds400/isprint.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c toupper.c -o ds390/toupper.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c ispunct.c -o ds400/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c atoi.c -o ds390/atoi.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isspace.c -o ds400/isspace.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isupper.c -o ds400/isupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c atol.c -o ds390/atol.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c isxdigit.c -o ds400/isxdigit.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c tolower.c -o ds400/tolower.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c toupper.c -o ds400/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c atoll.c -o ds390/atoll.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c strtol.c -o ds390/strtol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c atoi.c -o ds400/atoi.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c atol.c -o ds400/atol.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c strtoul.c -o ds390/strtoul.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c atoll.c -o ds400/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c strtol.c -o ds400/strtol.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c strtoul.c -o ds400/strtoul.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c bsearch.c -o ds390/bsearch.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c qsort.c -o ds390/qsort.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c bsearch.c -o ds400/bsearch.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c abs.c -o ds390/abs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c labs.c -o ds390/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c qsort.c -o ds400/qsort.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c rand.c -o ds390/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strcat.c -o ds390/_strcat.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c abs.c -o ds400/abs.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c labs.c -o ds400/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strchr.c -o ds390/_strchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c rand.c -o ds400/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strcspn.c -o ds390/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strcat.c -o ds400/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strncat.c -o ds390/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strchr.c -o ds400/_strchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strncmp.c -o ds390/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strcspn.c -o ds400/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c strxfrm.c -o ds390/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strncat.c -o ds400/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strncpy.c -o ds390/_strncpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strncmp.c -o ds400/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strpbrk.c -o ds390/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c strxfrm.c -o ds400/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strrchr.c -o ds390/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strncpy.c -o ds400/_strncpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strspn.c -o ds390/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strpbrk.c -o ds400/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strstr.c -o ds390/_strstr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strrchr.c -o ds400/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strtok.c -o ds390/_strtok.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strspn.c -o ds400/_strspn.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../free.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../free.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strstr.c -o ds400/_strstr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _memchr.c -o ds390/_memchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _memcmp.c -o ds390/_memcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strtok.c -o ds400/_strtok.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _memset.c -o ds390/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _memchr.c -o ds400/_memchr.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c aligned_alloc.c -o ds390/aligned_alloc.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c calloc.c -o ds390/calloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _memcmp.c -o ds400/_memcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c malloc.c -o ds390/malloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _memset.c -o ds400/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c aligned_alloc.c -o ds400/aligned_alloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c calloc.c -o ds400/calloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c realloc.c -o ds390/realloc.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c malloc.c -o ds400/malloc.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c realloc.c -o ds400/realloc.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c free.c -o ds390/free.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mblen.c -o ds390/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbtowc.c -o ds390/mbtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c free.c -o ds400/free.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mblen.c -o ds400/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wctomb.c -o ds390/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbtowc.c -o ds400/mbtowc.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbstowcs.c -o ds390/mbstowcs.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wcstombs.c -o ds390/wcstombs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wctomb.c -o ds400/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbrtoc16.c -o ds390/mbrtoc16.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbstowcs.c -o ds400/mbstowcs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c c16rtomb.c -o ds390/c16rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wcstombs.c -o ds400/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbrtoc16.c -o ds400/mbrtoc16.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbrtoc32.c -o ds390/mbrtoc32.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c c16rtomb.c -o ds400/c16rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c c32rtomb.c -o ds390/c32rtomb.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbstoc16s.c -o ds390/mbstoc16s.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbrtoc32.c -o ds400/mbrtoc32.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c c16stombs.c -o ds390/c16stombs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c c32rtomb.c -o ds400/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbstoc16s.c -o ds400/mbstoc16s.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wcscmp.c -o ds390/wcscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wcslen.c -o ds390/wcslen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c btowc.c -o ds390/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c c16stombs.c -o ds400/c16stombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wctob.c -o ds390/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbsinit.c -o ds390/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbrlen.c -o ds390/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wcscmp.c -o ds400/wcscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c mbrtowc.c -o ds390/mbrtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wcslen.c -o ds400/wcslen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c btowc.c -o ds400/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wctob.c -o ds400/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbsinit.c -o ds400/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbrlen.c -o ds400/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c mbrtowc.c -o ds400/mbrtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c wcrtomb.c -o ds390/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c printf_large.c -o ds390/printf_large.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c wcrtomb.c -o ds400/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c printf_large.c -o ds400/printf_large.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c puts.c -o ds400/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c puts.c -o ds390/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c gets.c -o ds390/gets.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c gets.c -o ds400/gets.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c __assert.c -o ds390/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c __assert.c -o ds400/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c time.c -o ds390/time.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c time.c -o ds400/time.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _autobaud.c -o ds390/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _bp.c -o ds390/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _decdptr.c -o ds390/_decdptr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _autobaud.c -o ds400/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _gptrget.c -o ds390/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _bp.c -o ds400/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _gptrgetc.c -o ds390/_gptrgetc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _decdptr.c -o ds400/_decdptr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _gptrput.c -o ds390/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _gptrget.c -o ds400/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _ser.c -o ds390/_ser.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _gptrgetc.c -o ds400/_gptrgetc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _gptrput.c -o ds400/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _ser.c -o ds400/_ser.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _setjmp.c -o ds390/_setjmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _setjmp.c -o ds400/_setjmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c serial.c -o ds390/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c serial.c -o ds400/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _itoa.c -o ds390/_itoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _itoa.c -o ds400/_itoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _ltoa.c -o ds390/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _ltoa.c -o ds400/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _spx.c -o ds390/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _startup.c -o ds390/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _spx.c -o ds400/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strcmp.c -o ds390/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _startup.c -o ds400/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strcmp.c -o ds400/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strlen.c -o ds390/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strlen.c -o ds400/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _memcpy.c -o ds390/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _memcpy.c -o ds400/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _memmove.c -o ds390/_memmove.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _memmove.c -o ds400/_memmove.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _strcpy.c -o ds390/_strcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _strcpy.c -o ds400/_strcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c _heap.c -o ds390/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c sprintf.c -o ds390/sprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c _heap.c -o ds400/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c sprintf.c -o ds400/sprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c vprintf.c -o ds390/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c printf_fast.c -o ds390/printf_fast.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c vprintf.c -o ds400/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c printf_fast_f.c -o ds390/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c printf_tiny.c -o ds390/printf_tiny.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c printf_fast.c -o ds400/printf_fast.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c printfl.c -o ds390/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c printf_fast_f.c -o ds400/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c printf_tiny.c -o ds400/printf_tiny.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c printfl.c -o ds400/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds390 --nostdinc --std-c99 -c bpx.c -o ds390/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f ds390/Makefile ]; then \
>   /usr/bin/make -C ds390 PORT=ds390; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/ds390'
> rm -f Makefile.dep
> for i in tinibios.c memcpyx.c lcd390.c i2c390.c rtc390.c putchar.c gptr_cmp.c; do \
>   ../../../bin/sdcc -M -I./../../include $i >${i}.dep; \
>   cat ${i}.dep >>Makefile.dep; \
>   rm ${i}.dep; \
> done
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 -mds400 --nostdinc --std-c99 -c bpx.c -o ds400/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f ds400/Makefile ]; then \
>   /usr/bin/make -C ds400 PORT=ds400; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/ds400'
> rm -f Makefile.dep
> for i in tinibios.c memcpyx.c ds400rom.c; do \
>   ../../../bin/sdcc -M -I./../../include -I./../../include/ds400 $i >${i}.dep; \
>   cat ${i}.dep >>Makefile.dep; \
>   rm ${i}.dep; \
> done
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 tinibios.c
> ../../../bin/sdcc -c -mds400 -I./../../include -I./../../include/ds400  --std-c99 tinibios.c
> ../../../bin/sdcc -c -mds400 -I./../../include -I./../../include/ds400  --std-c99 memcpyx.c
> ../../../bin/sdcc -c -mds400 -I./../../include -I./../../include/ds400  --std-c99 ds400rom.c
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 memcpyx.c
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 lcd390.c
> ../../../bin/sdar -rcD ../build/ds400/libds400.lib tinibios.rel memcpyx.rel ds400rom.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/ds400'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/ds400/libfloat.lib build/ds400/libint.lib build/ds400/liblong.lib build/ds400/liblonglong.lib build/ds400/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdar -rcD build/ds400/libfloat.lib ds400/_atof.rel ds400/_schar2fs.rel ds400/_sint2fs.rel ds400/_slong2fs.rel ds400/_uchar2fs.rel ds400/_uint2fs.rel ds400/_ulong2fs.rel ds400/_fs2schar.rel ds400/_fs2sint.rel ds400/_fs2slong.rel ds400/_fs2uchar.rel ds400/_fs2uint.rel ds400/_fs2ulong.rel ds400/_fsadd.rel ds400/_fsdiv.rel ds400/_fsmul.rel ds400/_fssub.rel ds400/_fseq.rel ds400/_fslt.rel ds400/_fsneq.rel ds400/fabsf.rel ds400/frexpf.rel ds400/ldexpf.rel ds400/expf.rel ds400/powf.rel ds400/sincosf.rel ds400/sinf.rel ds400/cosf.rel ds400/logf.rel ds400/log10f.rel ds400/sqrtf.rel ds400/tancotf.rel ds400/tanf.rel ds400/cotf.rel ds400/asincosf.rel ds400/asinf.rel ds400/acosf.rel ds400/atanf.rel ds400/atan2f.rel ds400/sincoshf.rel ds400/sinhf.rel ds400/coshf.rel ds400/tanhf.rel ds400/floorf.rel ds400/ceilf.rel ds400/modff.rel ds400/errno.rel ds400/isinf.rel ds400/isnan.rel ds400/_fscmp.rel ds400/_fsget1arg.rel ds400/_fsget2args.rel ds400/_fsnormalize.rel ds400/_fsreturnval.rel ds400/_fsrshift.rel ds400/_fsswapargs.rel ds400/_logexpf.rel
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 i2c390.c
> ../../bin/sdar -rcD build/ds400/libint.lib ds400/_divsint.rel ds400/_divuint.rel ds400/_modsint.rel ds400/_moduint.rel ds400/_mulint.rel
> ../../bin/sdar -rcD build/ds400/liblong.lib ds400/_divslong.rel ds400/_modslong.rel ds400/_modulong.rel ds400/_divulong.rel ds400/_mullong.rel
> ../../bin/sdar -rcD build/ds400/liblonglong.lib ds400/_rrulonglong.rel ds400/_rrslonglong.rel ds400/_rlulonglong.rel ds400/_rlslonglong.rel ds400/_mullonglong.rel ds400/_divslonglong.rel ds400/_divulonglong.rel ds400/_modslonglong.rel ds400/_modulonglong.rel
> ../../bin/sdar -rcD build/ds400/libsdcc.lib ds400/isalnum.rel ds400/isalpha.rel ds400/isblank.rel ds400/iscntrl.rel ds400/isdigit.rel ds400/isgraph.rel ds400/islower.rel ds400/isprint.rel ds400/ispunct.rel ds400/isspace.rel ds400/isupper.rel ds400/isxdigit.rel ds400/tolower.rel ds400/toupper.rel ds400/atoi.rel ds400/atol.rel ds400/atoll.rel ds400/strtol.rel ds400/strtoul.rel ds400/bsearch.rel ds400/qsort.rel ds400/abs.rel ds400/labs.rel ds400/rand.rel ds400/_strcat.rel ds400/_strchr.rel ds400/_strcspn.rel ds400/_strncat.rel ds400/_strncmp.rel ds400/strxfrm.rel ds400/_strncpy.rel ds400/_strpbrk.rel ds400/_strrchr.rel ds400/_strspn.rel ds400/_strstr.rel ds400/_strtok.rel ds400/_memchr.rel ds400/_memcmp.rel ds400/_memset.rel ds400/aligned_alloc.rel ds400/calloc.rel ds400/malloc.rel ds400/realloc.rel ds400/free.rel ds400/mblen.rel ds400/mbtowc.rel ds400/wctomb.rel ds400/mbstowcs.rel ds400/wcstombs.rel ds400/mbrtoc16.rel ds400/c16rtomb.rel ds400/mbrtoc32.rel ds400/c32rtomb.rel ds400/mbstoc16s.rel ds400/c16stombs.rel ds400/wcscmp.rel ds400/wcslen.rel ds400/btowc.rel ds400/wctob.rel ds400/mbsinit.rel ds400/mbrlen.rel ds400/mbrtowc.rel ds400/wcrtomb.rel ds400/printf_large.rel ds400/puts.rel ds400/gets.rel ds400/__assert.rel ds400/time.rel ds400/_autobaud.rel ds400/_bp.rel ds400/_decdptr.rel ds400/_gptrget.rel ds400/_gptrgetc.rel ds400/_gptrput.rel ds400/_ser.rel ds400/_setjmp.rel ds400/serial.rel ds400/_itoa.rel ds400/_ltoa.rel ds400/_spx.rel ds400/_startup.rel ds400/_strcmp.rel ds400/_strlen.rel ds400/_memcpy.rel ds400/_memmove.rel ds400/_strcpy.rel ds400/_heap.rel ds400/sprintf.rel ds400/vprintf.rel ds400/printf_fast.rel ds400/printf_fast_f.rel ds400/printf_tiny.rel ds400/printfl.rel ds400/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/ds400/*.lst build/ds400/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^mcs51$' ../../ports.build > /dev/null; then \
>   for model in small medium large huge; do \
>     /usr/bin/make MODELFLAGS="--model-$model" PORT=$model PORTINCDIR=../../device/include/mcs51 objects; \
>   done \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 rtc390.c
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/small
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/small
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make small
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'small' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make small/_atof.rel small/_schar2fs.rel small/_sint2fs.rel small/_slong2fs.rel small/_uchar2fs.rel small/_uint2fs.rel small/_ulong2fs.rel small/_fs2schar.rel small/_fs2sint.rel small/_fs2slong.rel small/_fs2uchar.rel small/_fs2uint.rel small/_fs2ulong.rel small/_fsadd.rel small/_fsdiv.rel small/_fsmul.rel small/_fssub.rel small/_fseq.rel small/_fslt.rel small/_fsneq.rel small/fabsf.rel small/frexpf.rel small/ldexpf.rel small/expf.rel small/powf.rel small/sincosf.rel small/sinf.rel small/cosf.rel small/logf.rel small/log10f.rel small/sqrtf.rel small/tancotf.rel small/tanf.rel small/cotf.rel small/asincosf.rel small/asinf.rel small/acosf.rel small/atanf.rel small/atan2f.rel small/sincoshf.rel small/sinhf.rel small/coshf.rel small/tanhf.rel small/floorf.rel small/ceilf.rel small/modff.rel small/errno.rel small/isinf.rel small/isnan.rel small/_fscmp.rel small/_fsget1arg.rel small/_fsget2args.rel small/_fsnormalize.rel small/_fsreturnval.rel small/_fsrshift.rel small/_fsswapargs.rel small/_logexpf.rel small/_divsint.rel small/_divuint.rel small/_modsint.rel small/_moduint.rel small/_mulint.rel small/_divslong.rel small/_modslong.rel small/_modulong.rel small/_divulong.rel small/_mullong.rel small/_rrulonglong.rel small/_rrslonglong.rel small/_rlulonglong.rel small/_rlslonglong.rel small/_mullonglong.rel small/_divslonglong.rel small/_divulonglong.rel small/_modslonglong.rel small/_modulonglong.rel small/isalnum.rel small/isalpha.rel small/isblank.rel small/iscntrl.rel small/isdigit.rel small/isgraph.rel small/islower.rel small/isprint.rel small/ispunct.rel small/isspace.rel small/isupper.rel small/isxdigit.rel small/tolower.rel small/toupper.rel small/atoi.rel small/atol.rel small/atoll.rel small/strtol.rel small/strtoul.rel small/bsearch.rel small/qsort.rel small/abs.rel small/labs.rel small/rand.rel small/_strcat.rel small/_strchr.rel small/_strcspn.rel small/_strncat.rel small/_strncmp.rel small/strxfrm.rel small/_strncpy.rel small/_strpbrk.rel small/_strrchr.rel small/_strspn.rel small/_strstr.rel small/_strtok.rel small/_memchr.rel small/_memcmp.rel small/_memset.rel small/aligned_alloc.rel small/calloc.rel small/malloc.rel small/realloc.rel small/free.rel small/mblen.rel small/mbtowc.rel small/wctomb.rel small/mbstowcs.rel small/wcstombs.rel small/mbrtoc16.rel small/c16rtomb.rel small/mbrtoc32.rel small/c32rtomb.rel small/mbstoc16s.rel small/c16stombs.rel small/wcscmp.rel small/wcslen.rel small/btowc.rel small/wctob.rel small/mbsinit.rel small/mbrlen.rel small/mbrtowc.rel small/wcrtomb.rel small/printf_large.rel small/puts.rel small/gets.rel small/__assert.rel small/time.rel small/_autobaud.rel small/_bp.rel small/_decdptr.rel small/_gptrget.rel small/_gptrgetc.rel small/_gptrput.rel small/_ser.rel small/_setjmp.rel small/serial.rel small/_itoa.rel small/_ltoa.rel small/_spx.rel small/_startup.rel small/_strcmp.rel small/_strlen.rel small/_memcpy.rel small/_memmove.rel small/_strcpy.rel small/_heap.rel small/sprintf.rel small/vprintf.rel small/printf_fast.rel small/printf_fast_f.rel small/printf_tiny.rel small/printfl.rel small/bpx.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _atof.c -o small/_atof.rel
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 putchar.c
> ../../../bin/sdcc -c -mds390 -I./../../include  --std-c99 gptr_cmp.c
> ../../../bin/sdar -rcD ../build/ds390/libds390.lib tinibios.rel memcpyx.rel lcd390.rel i2c390.rel rtc390.rel putchar.rel gptr_cmp.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/ds390'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/ds390/libfloat.lib build/ds390/libint.lib build/ds390/liblong.lib build/ds390/liblonglong.lib build/ds390/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _schar2fs.c -o small/_schar2fs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../puts.c
> ../../bin/sdar -rcD build/ds390/libfloat.lib ds390/_atof.rel ds390/_schar2fs.rel ds390/_sint2fs.rel ds390/_slong2fs.rel ds390/_uchar2fs.rel ds390/_uint2fs.rel ds390/_ulong2fs.rel ds390/_fs2schar.rel ds390/_fs2sint.rel ds390/_fs2slong.rel ds390/_fs2uchar.rel ds390/_fs2uint.rel ds390/_fs2ulong.rel ds390/_fsadd.rel ds390/_fsdiv.rel ds390/_fsmul.rel ds390/_fssub.rel ds390/_fseq.rel ds390/_fslt.rel ds390/_fsneq.rel ds390/fabsf.rel ds390/frexpf.rel ds390/ldexpf.rel ds390/expf.rel ds390/powf.rel ds390/sincosf.rel ds390/sinf.rel ds390/cosf.rel ds390/logf.rel ds390/log10f.rel ds390/sqrtf.rel ds390/tancotf.rel ds390/tanf.rel ds390/cotf.rel ds390/asincosf.rel ds390/asinf.rel ds390/acosf.rel ds390/atanf.rel ds390/atan2f.rel ds390/sincoshf.rel ds390/sinhf.rel ds390/coshf.rel ds390/tanhf.rel ds390/floorf.rel ds390/ceilf.rel ds390/modff.rel ds390/errno.rel ds390/isinf.rel ds390/isnan.rel ds390/_fscmp.rel ds390/_fsget1arg.rel ds390/_fsget2args.rel ds390/_fsnormalize.rel ds390/_fsreturnval.rel ds390/_fsrshift.rel ds390/_fsswapargs.rel ds390/_logexpf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../puts.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _sint2fs.c -o small/_sint2fs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../gets.c
> ../../bin/sdar -rcD build/ds390/libint.lib ds390/_divsint.rel ds390/_divuint.rel ds390/_modsint.rel ds390/_moduint.rel ds390/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _slong2fs.c -o small/_slong2fs.rel
> ../../bin/sdar -rcD build/ds390/liblong.lib ds390/_divslong.rel ds390/_modslong.rel ds390/_modulong.rel ds390/_divulong.rel ds390/_mullong.rel
> ../../bin/sdar -rcD build/ds390/liblonglong.lib ds390/_rrulonglong.rel ds390/_rrslonglong.rel ds390/_rlulonglong.rel ds390/_rlslonglong.rel ds390/_mullonglong.rel ds390/_divslonglong.rel ds390/_divulonglong.rel ds390/_modslonglong.rel ds390/_modulonglong.rel
> ../../bin/sdar -rcD build/ds390/libsdcc.lib ds390/isalnum.rel ds390/isalpha.rel ds390/isblank.rel ds390/iscntrl.rel ds390/isdigit.rel ds390/isgraph.rel ds390/islower.rel ds390/isprint.rel ds390/ispunct.rel ds390/isspace.rel ds390/isupper.rel ds390/isxdigit.rel ds390/tolower.rel ds390/toupper.rel ds390/atoi.rel ds390/atol.rel ds390/atoll.rel ds390/strtol.rel ds390/strtoul.rel ds390/bsearch.rel ds390/qsort.rel ds390/abs.rel ds390/labs.rel ds390/rand.rel ds390/_strcat.rel ds390/_strchr.rel ds390/_strcspn.rel ds390/_strncat.rel ds390/_strncmp.rel ds390/strxfrm.rel ds390/_strncpy.rel ds390/_strpbrk.rel ds390/_strrchr.rel ds390/_strspn.rel ds390/_strstr.rel ds390/_strtok.rel ds390/_memchr.rel ds390/_memcmp.rel ds390/_memset.rel ds390/aligned_alloc.rel ds390/calloc.rel ds390/malloc.rel ds390/realloc.rel ds390/free.rel ds390/mblen.rel ds390/mbtowc.rel ds390/wctomb.rel ds390/mbstowcs.rel ds390/wcstombs.rel ds390/mbrtoc16.rel ds390/c16rtomb.rel ds390/mbrtoc32.rel ds390/c32rtomb.rel ds390/mbstoc16s.rel ds390/c16stombs.rel ds390/wcscmp.rel ds390/wcslen.rel ds390/btowc.rel ds390/wctob.rel ds390/mbsinit.rel ds390/mbrlen.rel ds390/mbrtowc.rel ds390/wcrtomb.rel ds390/printf_large.rel ds390/puts.rel ds390/gets.rel ds390/__assert.rel ds390/time.rel ds390/_autobaud.rel ds390/_bp.rel ds390/_decdptr.rel ds390/_gptrget.rel ds390/_gptrgetc.rel ds390/_gptrput.rel ds390/_ser.rel ds390/_setjmp.rel ds390/serial.rel ds390/_itoa.rel ds390/_ltoa.rel ds390/_spx.rel ds390/_startup.rel ds390/_strcmp.rel ds390/_strlen.rel ds390/_memcpy.rel ds390/_memmove.rel ds390/_strcpy.rel ds390/_heap.rel ds390/sprintf.rel ds390/vprintf.rel ds390/printf_fast.rel ds390/printf_fast_f.rel ds390/printf_tiny.rel ds390/printfl.rel ds390/bpx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _uchar2fs.c -o small/_uchar2fs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _uint2fs.c -o small/_uint2fs.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../time.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _ulong2fs.c -o small/_ulong2fs.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2schar.c -o small/_fs2schar.rel
> rm -f build/ds390/*.lst build/ds390/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^mcs51$' ../../ports.build > /dev/null; then \
>   mkdir -p small-stack-auto; cp small/Makefile small-stack-auto; \
>   /usr/bin/make MODELFLAGS="--model-small --stack-auto" PORT=small-stack-auto PORTDIR=build/small-stack-auto PORTINCDIR=../../device/include/mcs51 objects; \
> fi
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2sint.c -o small/_fs2sint.rel
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2slong.c -o small/_fs2slong.rel
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2uchar.c -o small/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2uint.c -o small/_fs2uint.rel
> /usr/bin/make build/small-stack-auto
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fs2ulong.c -o small/_fs2ulong.rel
> mkdir -p build/small-stack-auto
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make small-stack-auto
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsadd.c -o small/_fsadd.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsdiv.c -o small/_fsdiv.rel
> make[6]: 'small-stack-auto' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make small-stack-auto/_atof.rel small-stack-auto/_schar2fs.rel small-stack-auto/_sint2fs.rel small-stack-auto/_slong2fs.rel small-stack-auto/_uchar2fs.rel small-stack-auto/_uint2fs.rel small-stack-auto/_ulong2fs.rel small-stack-auto/_fs2schar.rel small-stack-auto/_fs2sint.rel small-stack-auto/_fs2slong.rel small-stack-auto/_fs2uchar.rel small-stack-auto/_fs2uint.rel small-stack-auto/_fs2ulong.rel small-stack-auto/_fsadd.rel small-stack-auto/_fsdiv.rel small-stack-auto/_fsmul.rel small-stack-auto/_fssub.rel small-stack-auto/_fseq.rel small-stack-auto/_fslt.rel small-stack-auto/_fsneq.rel small-stack-auto/fabsf.rel small-stack-auto/frexpf.rel small-stack-auto/ldexpf.rel small-stack-auto/expf.rel small-stack-auto/powf.rel small-stack-auto/sincosf.rel small-stack-auto/sinf.rel small-stack-auto/cosf.rel small-stack-auto/logf.rel small-stack-auto/log10f.rel small-stack-auto/sqrtf.rel small-stack-auto/tancotf.rel small-stack-auto/tanf.rel small-stack-auto/cotf.rel small-stack-auto/asincosf.rel small-stack-auto/asinf.rel small-stack-auto/acosf.rel small-stack-auto/atanf.rel small-stack-auto/atan2f.rel small-stack-auto/sincoshf.rel small-stack-auto/sinhf.rel small-stack-auto/coshf.rel small-stack-auto/tanhf.rel small-stack-auto/floorf.rel small-stack-auto/ceilf.rel small-stack-auto/modff.rel small-stack-auto/errno.rel small-stack-auto/isinf.rel small-stack-auto/isnan.rel small-stack-auto/_fscmp.rel small-stack-auto/_fsget1arg.rel small-stack-auto/_fsget2args.rel small-stack-auto/_fsnormalize.rel small-stack-auto/_fsreturnval.rel small-stack-auto/_fsrshift.rel small-stack-auto/_fsswapargs.rel small-stack-auto/_logexpf.rel small-stack-auto/_divsint.rel small-stack-auto/_divuint.rel small-stack-auto/_modsint.rel small-stack-auto/_moduint.rel small-stack-auto/_mulint.rel small-stack-auto/_divslong.rel small-stack-auto/_modslong.rel small-stack-auto/_modulong.rel small-stack-auto/_divulong.rel small-stack-auto/_mullong.rel small-stack-auto/_rrulonglong.rel small-stack-auto/_rrslonglong.rel small-stack-auto/_rlulonglong.rel small-stack-auto/_rlslonglong.rel small-stack-auto/_mullonglong.rel small-stack-auto/_divslonglong.rel small-stack-auto/_divulonglong.rel small-stack-auto/_modslonglong.rel small-stack-auto/_modulonglong.rel small-stack-auto/isalnum.rel small-stack-auto/isalpha.rel small-stack-auto/isblank.rel small-stack-auto/iscntrl.rel small-stack-auto/isdigit.rel small-stack-auto/isgraph.rel small-stack-auto/islower.rel small-stack-auto/isprint.rel small-stack-auto/ispunct.rel small-stack-auto/isspace.rel small-stack-auto/isupper.rel small-stack-auto/isxdigit.rel small-stack-auto/tolower.rel small-stack-auto/toupper.rel small-stack-auto/atoi.rel small-stack-auto/atol.rel small-stack-auto/atoll.rel small-stack-auto/strtol.rel small-stack-auto/strtoul.rel small-stack-auto/bsearch.rel small-stack-auto/qsort.rel small-stack-auto/abs.rel small-stack-auto/labs.rel small-stack-auto/rand.rel small-stack-auto/_strcat.rel small-stack-auto/_strchr.rel small-stack-auto/_strcspn.rel small-stack-auto/_strncat.rel small-stack-auto/_strncmp.rel small-stack-auto/strxfrm.rel small-stack-auto/_strncpy.rel small-stack-auto/_strpbrk.rel small-stack-auto/_strrchr.rel small-stack-auto/_strspn.rel small-stack-auto/_strstr.rel small-stack-auto/_strtok.rel small-stack-auto/_memchr.rel small-stack-auto/_memcmp.rel small-stack-auto/_memset.rel small-stack-auto/aligned_alloc.rel small-stack-auto/calloc.rel small-stack-auto/malloc.rel small-stack-auto/realloc.rel small-stack-auto/free.rel small-stack-auto/mblen.rel small-stack-auto/mbtowc.rel small-stack-auto/wctomb.rel small-stack-auto/mbstowcs.rel small-stack-auto/wcstombs.rel small-stack-auto/mbrtoc16.rel small-stack-auto/c16rtomb.rel small-stack-auto/mbrtoc32.rel small-stack-auto/c32rtomb.rel small-stack-auto/mbstoc16s.rel small-stack-auto/c16stombs.rel small-stack-auto/wcscmp.rel small-stack-auto/wcslen.rel small-stack-auto/btowc.rel small-stack-auto/wctob.rel small-stack-auto/mbsinit.rel small-stack-auto/mbrlen.rel small-stack-auto/mbrtowc.rel small-stack-auto/wcrtomb.rel small-stack-auto/printf_large.rel small-stack-auto/puts.rel small-stack-auto/gets.rel small-stack-auto/__assert.rel small-stack-auto/time.rel small-stack-auto/_autobaud.rel small-stack-auto/_bp.rel small-stack-auto/_decdptr.rel small-stack-auto/_gptrget.rel small-stack-auto/_gptrgetc.rel small-stack-auto/_gptrput.rel small-stack-auto/_ser.rel small-stack-auto/_setjmp.rel small-stack-auto/serial.rel small-stack-auto/_itoa.rel small-stack-auto/_ltoa.rel small-stack-auto/_spx.rel small-stack-auto/_startup.rel small-stack-auto/_strcmp.rel small-stack-auto/_strlen.rel small-stack-auto/_memcpy.rel small-stack-auto/_memmove.rel small-stack-auto/_strcpy.rel small-stack-auto/_heap.rel small-stack-auto/sprintf.rel small-stack-auto/vprintf.rel small-stack-auto/printf_fast.rel small-stack-auto/printf_fast_f.rel small-stack-auto/printf_tiny.rel small-stack-auto/printfl.rel small-stack-auto/bpx.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsmul.c -o small/_fsmul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _atof.c -o small-stack-auto/_atof.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fssub.c -o small/_fssub.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fseq.c -o small/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fslt.c -o small/_fslt.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsneq.c -o small/_fsneq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c fabsf.c -o small/fabsf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c frexpf.c -o small/frexpf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c ldexpf.c -o small/ldexpf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c expf.c -o small/expf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_spx.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c powf.c -o small/powf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_spx.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sincosf.c -o small/sincosf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_strcpy.c
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_strcpy.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _schar2fs.c -o small-stack-auto/_schar2fs.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_memmove.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _sint2fs.c -o small-stack-auto/_sint2fs.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_memmove.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _slong2fs.c -o small-stack-auto/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _uchar2fs.c -o small-stack-auto/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _uint2fs.c -o small-stack-auto/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sinf.c -o small/sinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _ulong2fs.c -o small-stack-auto/_ulong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2schar.c -o small-stack-auto/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c cosf.c -o small/cosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2sint.c -o small-stack-auto/_fs2sint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c logf.c -o small/logf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2slong.c -o small-stack-auto/_fs2slong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2uchar.c -o small-stack-auto/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c log10f.c -o small/log10f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2uint.c -o small-stack-auto/_fs2uint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sqrtf.c -o small/sqrtf.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../_heap.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fs2ulong.c -o small-stack-auto/_fs2ulong.rel
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsadd.c -o small-stack-auto/_fsadd.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../_heap.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsdiv.c -o small-stack-auto/_fsdiv.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mhc08 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsmul.c -o small-stack-auto/_fsmul.rel
> ../../../bin/sdar -rcD ../build/hc08/hc08.lib _ret.rel _mulint.rel _setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divsint.rel _divuint.rel _modsint.rel _moduint.rel _divslong.rel _modslong.rel _modulong.rel _mullong.rel _divulong.rel _rrulonglong.rel _rrslonglong.rel _rlulonglong.rel _rlslonglong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _spx.rel _startup.rel _strcmp.rel _strlen.rel _strcpy.rel _memcpy.rel _memmove.rel _heap.rel sprintf.rel vprintf.rel
> ../../../bin/sdcc -ms08 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fssub.c -o small-stack-auto/_fssub.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c tancotf.c -o small/tancotf.rel
> ../../../bin/sdar -rcD ../build/s08/s08.lib _ret.rel _mulint.rel _setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divsint.rel _divuint.rel _modsint.rel _moduint.rel _divslong.rel _modslong.rel _modulong.rel _mullong.rel _divulong.rel _rrulonglong.rel _rrslonglong.rel _rlulonglong.rel _rlslonglong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _spx.rel _startup.rel _strlen.rel _strcmp.rel _strcpy.rel _memcpy.rel _memmove.rel _heap.rel sprintf.rel vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fseq.c -o small-stack-auto/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fslt.c -o small-stack-auto/_fslt.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/hc08'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsneq.c -o small-stack-auto/_fsneq.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c fabsf.c -o small-stack-auto/fabsf.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/s08'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/hc08/*.lst build/hc08/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^mcs51$' ../../ports.build > /dev/null; then \
>   mkdir -p large-stack-auto; cp small/Makefile large-stack-auto; \
>   /usr/bin/make MODELFLAGS="--model-large --stack-auto" PORT=large-stack-auto PORTDIR=build/large-stack-auto PORTINCDIR=../../device/include/mcs51 objects; \
> fi
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c frexpf.c -o small-stack-auto/frexpf.rel
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/s08/*.lst build/s08/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mz80" PORT=z80 objects-z80 OEXT=.o; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/large-stack-auto
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c ldexpf.c -o small-stack-auto/ldexpf.rel
> /usr/bin/make build/z80
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/large-stack-auto
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make large-stack-auto
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/z80
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make z80
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c expf.c -o small-stack-auto/expf.rel
> make[6]: 'large-stack-auto' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make large-stack-auto/_atof.rel large-stack-auto/_schar2fs.rel large-stack-auto/_sint2fs.rel large-stack-auto/_slong2fs.rel large-stack-auto/_uchar2fs.rel large-stack-auto/_uint2fs.rel large-stack-auto/_ulong2fs.rel large-stack-auto/_fs2schar.rel large-stack-auto/_fs2sint.rel large-stack-auto/_fs2slong.rel large-stack-auto/_fs2uchar.rel large-stack-auto/_fs2uint.rel large-stack-auto/_fs2ulong.rel large-stack-auto/_fsadd.rel large-stack-auto/_fsdiv.rel large-stack-auto/_fsmul.rel large-stack-auto/_fssub.rel large-stack-auto/_fseq.rel large-stack-auto/_fslt.rel large-stack-auto/_fsneq.rel large-stack-auto/fabsf.rel large-stack-auto/frexpf.rel large-stack-auto/ldexpf.rel large-stack-auto/expf.rel large-stack-auto/powf.rel large-stack-auto/sincosf.rel large-stack-auto/sinf.rel large-stack-auto/cosf.rel large-stack-auto/logf.rel large-stack-auto/log10f.rel large-stack-auto/sqrtf.rel large-stack-auto/tancotf.rel large-stack-auto/tanf.rel large-stack-auto/cotf.rel large-stack-auto/asincosf.rel large-stack-auto/asinf.rel large-stack-auto/acosf.rel large-stack-auto/atanf.rel large-stack-auto/atan2f.rel large-stack-auto/sincoshf.rel large-stack-auto/sinhf.rel large-stack-auto/coshf.rel large-stack-auto/tanhf.rel large-stack-auto/floorf.rel large-stack-auto/ceilf.rel large-stack-auto/modff.rel large-stack-auto/errno.rel large-stack-auto/isinf.rel large-stack-auto/isnan.rel large-stack-auto/_fscmp.rel large-stack-auto/_fsget1arg.rel large-stack-auto/_fsget2args.rel large-stack-auto/_fsnormalize.rel large-stack-auto/_fsreturnval.rel large-stack-auto/_fsrshift.rel large-stack-auto/_fsswapargs.rel large-stack-auto/_logexpf.rel large-stack-auto/_divsint.rel large-stack-auto/_divuint.rel large-stack-auto/_modsint.rel large-stack-auto/_moduint.rel large-stack-auto/_mulint.rel large-stack-auto/_divslong.rel large-stack-auto/_modslong.rel large-stack-auto/_modulong.rel large-stack-auto/_divulong.rel large-stack-auto/_mullong.rel large-stack-auto/_rrulonglong.rel large-stack-auto/_rrslonglong.rel large-stack-auto/_rlulonglong.rel large-stack-auto/_rlslonglong.rel large-stack-auto/_mullonglong.rel large-stack-auto/_divslonglong.rel large-stack-auto/_divulonglong.rel large-stack-auto/_modslonglong.rel large-stack-auto/_modulonglong.rel large-stack-auto/isalnum.rel large-stack-auto/isalpha.rel large-stack-auto/isblank.rel large-stack-auto/iscntrl.rel large-stack-auto/isdigit.rel large-stack-auto/isgraph.rel large-stack-auto/islower.rel large-stack-auto/isprint.rel large-stack-auto/ispunct.rel large-stack-auto/isspace.rel large-stack-auto/isupper.rel large-stack-auto/isxdigit.rel large-stack-auto/tolower.rel large-stack-auto/toupper.rel large-stack-auto/atoi.rel large-stack-auto/atol.rel large-stack-auto/atoll.rel large-stack-auto/strtol.rel large-stack-auto/strtoul.rel large-stack-auto/bsearch.rel large-stack-auto/qsort.rel large-stack-auto/abs.rel large-stack-auto/labs.rel large-stack-auto/rand.rel large-stack-auto/_strcat.rel large-stack-auto/_strchr.rel large-stack-auto/_strcspn.rel large-stack-auto/_strncat.rel large-stack-auto/_strncmp.rel large-stack-auto/strxfrm.rel large-stack-auto/_strncpy.rel large-stack-auto/_strpbrk.rel large-stack-auto/_strrchr.rel large-stack-auto/_strspn.rel large-stack-auto/_strstr.rel large-stack-auto/_strtok.rel large-stack-auto/_memchr.rel large-stack-auto/_memcmp.rel large-stack-auto/_memset.rel large-stack-auto/aligned_alloc.rel large-stack-auto/calloc.rel large-stack-auto/malloc.rel large-stack-auto/realloc.rel large-stack-auto/free.rel large-stack-auto/mblen.rel large-stack-auto/mbtowc.rel large-stack-auto/wctomb.rel large-stack-auto/mbstowcs.rel large-stack-auto/wcstombs.rel large-stack-auto/mbrtoc16.rel large-stack-auto/c16rtomb.rel large-stack-auto/mbrtoc32.rel large-stack-auto/c32rtomb.rel large-stack-auto/mbstoc16s.rel large-stack-auto/c16stombs.rel large-stack-auto/wcscmp.rel large-stack-auto/wcslen.rel large-stack-auto/btowc.rel large-stack-auto/wctob.rel large-stack-auto/mbsinit.rel large-stack-auto/mbrlen.rel large-stack-auto/mbrtowc.rel large-stack-auto/wcrtomb.rel large-stack-auto/printf_large.rel large-stack-auto/puts.rel large-stack-auto/gets.rel large-stack-auto/__assert.rel large-stack-auto/time.rel large-stack-auto/_autobaud.rel large-stack-auto/_bp.rel large-stack-auto/_decdptr.rel large-stack-auto/_gptrget.rel large-stack-auto/_gptrgetc.rel large-stack-auto/_gptrput.rel large-stack-auto/_ser.rel large-stack-auto/_setjmp.rel large-stack-auto/serial.rel large-stack-auto/_itoa.rel large-stack-auto/_ltoa.rel large-stack-auto/_spx.rel large-stack-auto/_startup.rel large-stack-auto/_strcmp.rel large-stack-auto/_strlen.rel large-stack-auto/_memcpy.rel large-stack-auto/_memmove.rel large-stack-auto/_strcpy.rel large-stack-auto/_heap.rel large-stack-auto/sprintf.rel large-stack-auto/vprintf.rel large-stack-auto/printf_fast.rel large-stack-auto/printf_fast_f.rel large-stack-auto/printf_tiny.rel large-stack-auto/printfl.rel large-stack-auto/bpx.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'z80' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _atof.c -o large-stack-auto/_atof.rel
> if [ -f z80/Makefile ]; then \
>   /usr/bin/make -C z80 PORT=z80; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/z80'
> test . = . || cp divunsigned.s .
> ../../../bin/sdasz80 -plosgff divunsigned.s
> test . = . || rm divunsigned.s
> test . = . || cp divsigned.s .
> ../../../bin/sdasz80 -plosgff divsigned.s
> test . = . || rm divsigned.s
> test . = . || cp divmixed.s .
> ../../../bin/sdasz80 -plosgff divmixed.s
> test . = . || rm divmixed.s
> test . = . || cp modunsigned.s .
> ../../../bin/sdasz80 -plosgff modunsigned.s
> test . = . || rm modunsigned.s
> test . = . || cp modsigned.s .
> ../../../bin/sdasz80 -plosgff modsigned.s
> test . = . || rm modsigned.s
> test . = . || cp modmixed.s .
> ../../../bin/sdasz80 -plosgff modmixed.s
> test . = . || rm modmixed.s
> test . = . || cp mul.s .
> ../../../bin/sdasz80 -plosgff mul.s
> test . = . || rm mul.s
> test . = . || cp mulchar.s .
> ../../../bin/sdasz80 -plosgff mulchar.s
> test . = . || rm mulchar.s
> test . = . || cp heap.s .
> ../../../bin/sdasz80 -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp memmove.s .
> ../../../bin/sdasz80 -plosgff memmove.s
> test . = . || rm memmove.s
> test . = . || cp strcpy.s .
> ../../../bin/sdasz80 -plosgff strcpy.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c tanf.c -o small/tanf.rel
> test . = . || rm strcpy.s
> test . = . || cp strlen.s .
> ../../../bin/sdasz80 -plosgff strlen.s
> test . = . || rm strlen.s
> test . = . || cp abs.s .
> ../../../bin/sdasz80 -plosgff abs.s
> test . = . || rm abs.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdasz80 -plosgff __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp __sdcc_call_iy.s .
> ../../../bin/sdasz80 -plosgff __sdcc_call_iy.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c cotf.c -o small/cotf.rel
> test . = . || rm __sdcc_call_iy.s
> test . = . || cp crtenter.s .
> ../../../bin/sdasz80 -plosgff crtenter.s
> test . = . || rm crtenter.s
> test . = . || cp setjmp.s .
> ../../../bin/sdasz80 -plosgff setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c powf.c -o small-stack-auto/powf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c asincosf.c -o small/asincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sincosf.c -o small-stack-auto/sincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _schar2fs.c -o large-stack-auto/_schar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c asinf.c -o small/asinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _sint2fs.c -o large-stack-auto/_sint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _slong2fs.c -o large-stack-auto/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c acosf.c -o small/acosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _uchar2fs.c -o large-stack-auto/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _uint2fs.c -o large-stack-auto/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c atanf.c -o small/atanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _ulong2fs.c -o large-stack-auto/_ulong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2schar.c -o large-stack-auto/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2sint.c -o large-stack-auto/_fs2sint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2slong.c -o large-stack-auto/_fs2slong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2uchar.c -o large-stack-auto/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2uint.c -o large-stack-auto/_fs2uint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fs2ulong.c -o large-stack-auto/_fs2ulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsadd.c -o large-stack-auto/_fsadd.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsdiv.c -o large-stack-auto/_fsdiv.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsmul.c -o large-stack-auto/_fsmul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fssub.c -o large-stack-auto/_fssub.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fseq.c -o large-stack-auto/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fslt.c -o large-stack-auto/_fslt.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsneq.c -o large-stack-auto/_fsneq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c fabsf.c -o large-stack-auto/fabsf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sinf.c -o small-stack-auto/sinf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c frexpf.c -o large-stack-auto/frexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c cosf.c -o small-stack-auto/cosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c logf.c -o small-stack-auto/logf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c ldexpf.c -o large-stack-auto/ldexpf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c atan2f.c -o small/atan2f.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c expf.c -o large-stack-auto/expf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c log10f.c -o small-stack-auto/log10f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sincoshf.c -o small/sincoshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sqrtf.c -o small-stack-auto/sqrtf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c tancotf.c -o small-stack-auto/tancotf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c powf.c -o large-stack-auto/powf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sincosf.c -o large-stack-auto/sincosf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sinhf.c -o small/sinhf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c coshf.c -o small/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c tanhf.c -o small/tanhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c floorf.c -o small/floorf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c ceilf.c -o small/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c modff.c -o small/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c errno.c -o small/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isinf.c -o small/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c tanf.c -o small-stack-auto/tanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isnan.c -o small/isnan.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c cotf.c -o small-stack-auto/cotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fscmp.c -o small/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsget1arg.c -o small/_fsget1arg.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sinf.c -o large-stack-auto/sinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsget2args.c -o small/_fsget2args.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c cosf.c -o large-stack-auto/cosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsnormalize.c -o small/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c asincosf.c -o small-stack-auto/asincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c logf.c -o large-stack-auto/logf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsreturnval.c -o small/_fsreturnval.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsrshift.c -o small/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _fsswapargs.c -o small/_fsswapargs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _logexpf.c -o small/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divsint.c -o small/_divsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divuint.c -o small/_divuint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _modsint.c -o small/_modsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _moduint.c -o small/_moduint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _mulint.c -o small/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divslong.c -o small/_divslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c log10f.c -o large-stack-auto/log10f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _modslong.c -o small/_modslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sqrtf.c -o large-stack-auto/sqrtf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _modulong.c -o small/_modulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divulong.c -o small/_divulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _mullong.c -o small/_mullong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _rrulonglong.c -o small/_rrulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c tancotf.c -o large-stack-auto/tancotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _rrslonglong.c -o small/_rrslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _rlulonglong.c -o small/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c asinf.c -o small-stack-auto/asinf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _rlslonglong.c -o small/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c acosf.c -o small-stack-auto/acosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _mullonglong.c -o small/_mullonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c atanf.c -o small-stack-auto/atanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divslonglong.c -o small/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _divulonglong.c -o small/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c tanf.c -o large-stack-auto/tanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c cotf.c -o large-stack-auto/cotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _modslonglong.c -o small/_modslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _modulonglong.c -o small/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c asincosf.c -o large-stack-auto/asincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isalnum.c -o small/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isalpha.c -o small/isalpha.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c atan2f.c -o small-stack-auto/atan2f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isblank.c -o small/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c iscntrl.c -o small/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isdigit.c -o small/isdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isgraph.c -o small/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sincoshf.c -o small-stack-auto/sincoshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c islower.c -o small/islower.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isprint.c -o small/isprint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c ispunct.c -o small/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isspace.c -o small/isspace.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isupper.c -o small/isupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c isxdigit.c -o small/isxdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sinhf.c -o small-stack-auto/sinhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c tolower.c -o small/tolower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c coshf.c -o small-stack-auto/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c toupper.c -o small/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c tanhf.c -o small-stack-auto/tanhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c atoi.c -o small/atoi.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c atol.c -o small/atol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c asinf.c -o large-stack-auto/asinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c floorf.c -o small-stack-auto/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c acosf.c -o large-stack-auto/acosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c ceilf.c -o small-stack-auto/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c atoll.c -o small/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c strtol.c -o small/strtol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c atanf.c -o large-stack-auto/atanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c modff.c -o small-stack-auto/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c errno.c -o small-stack-auto/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isinf.c -o small-stack-auto/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isnan.c -o small-stack-auto/isnan.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c strtoul.c -o small/strtoul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fscmp.c -o small-stack-auto/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsget1arg.c -o small-stack-auto/_fsget1arg.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsget2args.c -o small-stack-auto/_fsget2args.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsnormalize.c -o small-stack-auto/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsreturnval.c -o small-stack-auto/_fsreturnval.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsrshift.c -o small-stack-auto/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _fsswapargs.c -o small-stack-auto/_fsswapargs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _logexpf.c -o small-stack-auto/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divsint.c -o small-stack-auto/_divsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divuint.c -o small-stack-auto/_divuint.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _modsint.c -o small-stack-auto/_modsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _moduint.c -o small-stack-auto/_moduint.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _mulint.c -o small-stack-auto/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c bsearch.c -o small/bsearch.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divslong.c -o small-stack-auto/_divslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _modslong.c -o small-stack-auto/_modslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _modulong.c -o small-stack-auto/_modulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c qsort.c -o small/qsort.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c atan2f.c -o large-stack-auto/atan2f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divulong.c -o small-stack-auto/_divulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _mullong.c -o small-stack-auto/_mullong.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _rrulonglong.c -o small-stack-auto/_rrulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c abs.c -o small/abs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c labs.c -o small/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c rand.c -o small/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sincoshf.c -o large-stack-auto/sincoshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strcat.c -o small/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strchr.c -o small/_strchr.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strcspn.c -o small/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strncat.c -o small/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sinhf.c -o large-stack-auto/sinhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _rrslonglong.c -o small-stack-auto/_rrslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strncmp.c -o small/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c coshf.c -o large-stack-auto/coshf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c strxfrm.c -o small/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c tanhf.c -o large-stack-auto/tanhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strncpy.c -o small/_strncpy.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strpbrk.c -o small/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strrchr.c -o small/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strspn.c -o small/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c floorf.c -o large-stack-auto/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strstr.c -o small/_strstr.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c ceilf.c -o large-stack-auto/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strtok.c -o small/_strtok.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _rlulonglong.c -o small-stack-auto/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c modff.c -o large-stack-auto/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _memchr.c -o small/_memchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c errno.c -o large-stack-auto/errno.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../expf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isinf.c -o large-stack-auto/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _memcmp.c -o small/_memcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isnan.c -o large-stack-auto/isnan.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fscmp.c -o large-stack-auto/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _memset.c -o small/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _rlslonglong.c -o small-stack-auto/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsget1arg.c -o large-stack-auto/_fsget1arg.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c aligned_alloc.c -o small/aligned_alloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsget2args.c -o large-stack-auto/_fsget2args.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _mullonglong.c -o small-stack-auto/_mullonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c calloc.c -o small/calloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsnormalize.c -o large-stack-auto/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsreturnval.c -o large-stack-auto/_fsreturnval.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c malloc.c -o small/malloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsrshift.c -o large-stack-auto/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divslonglong.c -o small-stack-auto/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _fsswapargs.c -o large-stack-auto/_fsswapargs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _logexpf.c -o large-stack-auto/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c realloc.c -o small/realloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divsint.c -o large-stack-auto/_divsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _divulonglong.c -o small-stack-auto/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divuint.c -o large-stack-auto/_divuint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _modslonglong.c -o small-stack-auto/_modslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _modsint.c -o large-stack-auto/_modsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _modulonglong.c -o small-stack-auto/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _moduint.c -o large-stack-auto/_moduint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _mulint.c -o large-stack-auto/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isalnum.c -o small-stack-auto/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isalpha.c -o small-stack-auto/isalpha.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../powf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divslong.c -o large-stack-auto/_divslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isblank.c -o small-stack-auto/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c iscntrl.c -o small-stack-auto/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _modslong.c -o large-stack-auto/_modslong.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isdigit.c -o small-stack-auto/isdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isgraph.c -o small-stack-auto/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _modulong.c -o large-stack-auto/_modulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c free.c -o small/free.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c islower.c -o small-stack-auto/islower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isprint.c -o small-stack-auto/isprint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divulong.c -o large-stack-auto/_divulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c ispunct.c -o small-stack-auto/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mblen.c -o small/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _mullong.c -o large-stack-auto/_mullong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isspace.c -o small-stack-auto/isspace.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbtowc.c -o small/mbtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isupper.c -o small-stack-auto/isupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c isxdigit.c -o small-stack-auto/isxdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c tolower.c -o small-stack-auto/tolower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c toupper.c -o small-stack-auto/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c atoi.c -o small-stack-auto/atoi.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _rrulonglong.c -o large-stack-auto/_rrulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wctomb.c -o small/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c atol.c -o small-stack-auto/atol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbstowcs.c -o small/mbstowcs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wcstombs.c -o small/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c atoll.c -o small-stack-auto/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c strtol.c -o small-stack-auto/strtol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbrtoc16.c -o small/mbrtoc16.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _rrslonglong.c -o large-stack-auto/_rrslonglong.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c c16rtomb.c -o small/c16rtomb.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../logf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c strtoul.c -o small-stack-auto/strtoul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbrtoc32.c -o small/mbrtoc32.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c c32rtomb.c -o small/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbstoc16s.c -o small/mbstoc16s.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c c16stombs.c -o small/c16stombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _rlulonglong.c -o large-stack-auto/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wcscmp.c -o small/wcscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c bsearch.c -o small-stack-auto/bsearch.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wcslen.c -o small/wcslen.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c qsort.c -o small-stack-auto/qsort.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c btowc.c -o small/btowc.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _rlslonglong.c -o large-stack-auto/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wctob.c -o small/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _mullonglong.c -o large-stack-auto/_mullonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbsinit.c -o small/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c abs.c -o small-stack-auto/abs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbrlen.c -o small/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c labs.c -o small-stack-auto/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c mbrtowc.c -o small/mbrtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c rand.c -o small-stack-auto/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divslonglong.c -o large-stack-auto/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strcat.c -o small-stack-auto/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _divulonglong.c -o large-stack-auto/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strchr.c -o small-stack-auto/_strchr.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _modslonglong.c -o large-stack-auto/_modslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strcspn.c -o small-stack-auto/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strncat.c -o small-stack-auto/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _modulonglong.c -o large-stack-auto/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c wcrtomb.c -o small/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strncmp.c -o small-stack-auto/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c printf_large.c -o small/printf_large.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isalnum.c -o large-stack-auto/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c strxfrm.c -o small-stack-auto/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isalpha.c -o large-stack-auto/isalpha.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strncpy.c -o small-stack-auto/_strncpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isblank.c -o large-stack-auto/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c iscntrl.c -o large-stack-auto/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strpbrk.c -o small-stack-auto/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isdigit.c -o large-stack-auto/isdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strrchr.c -o small-stack-auto/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isgraph.c -o large-stack-auto/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c islower.c -o large-stack-auto/islower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strspn.c -o small-stack-auto/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isprint.c -o large-stack-auto/isprint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strstr.c -o small-stack-auto/_strstr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c ispunct.c -o large-stack-auto/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isspace.c -o large-stack-auto/isspace.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strtok.c -o small-stack-auto/_strtok.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isupper.c -o large-stack-auto/isupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c isxdigit.c -o large-stack-auto/isxdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _memchr.c -o small-stack-auto/_memchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c tolower.c -o large-stack-auto/tolower.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _memcmp.c -o small-stack-auto/_memcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c toupper.c -o large-stack-auto/toupper.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c atoi.c -o large-stack-auto/atoi.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _memset.c -o small-stack-auto/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c atol.c -o large-stack-auto/atol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c aligned_alloc.c -o small-stack-auto/aligned_alloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c calloc.c -o small-stack-auto/calloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c malloc.c -o small-stack-auto/malloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c atoll.c -o large-stack-auto/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c strtol.c -o large-stack-auto/strtol.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c realloc.c -o small-stack-auto/realloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c strtoul.c -o large-stack-auto/strtoul.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c bsearch.c -o large-stack-auto/bsearch.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c free.c -o small-stack-auto/free.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c qsort.c -o large-stack-auto/qsort.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mblen.c -o small-stack-auto/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c abs.c -o large-stack-auto/abs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbtowc.c -o small-stack-auto/mbtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c labs.c -o large-stack-auto/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c rand.c -o large-stack-auto/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strcat.c -o large-stack-auto/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wctomb.c -o small-stack-auto/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strchr.c -o large-stack-auto/_strchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strcspn.c -o large-stack-auto/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strncat.c -o large-stack-auto/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbstowcs.c -o small-stack-auto/mbstowcs.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strncmp.c -o large-stack-auto/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wcstombs.c -o small-stack-auto/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c strxfrm.c -o large-stack-auto/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strncpy.c -o large-stack-auto/_strncpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbrtoc16.c -o small-stack-auto/mbrtoc16.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strpbrk.c -o large-stack-auto/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strrchr.c -o large-stack-auto/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strspn.c -o large-stack-auto/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c c16rtomb.c -o small-stack-auto/c16rtomb.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strstr.c -o large-stack-auto/_strstr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strtok.c -o large-stack-auto/_strtok.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbrtoc32.c -o small-stack-auto/mbrtoc32.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _memchr.c -o large-stack-auto/_memchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c c32rtomb.c -o small-stack-auto/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbstoc16s.c -o small-stack-auto/mbstoc16s.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _memcmp.c -o large-stack-auto/_memcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c c16stombs.c -o small-stack-auto/c16stombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _memset.c -o large-stack-auto/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c aligned_alloc.c -o large-stack-auto/aligned_alloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c calloc.c -o large-stack-auto/calloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c malloc.c -o large-stack-auto/malloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wcscmp.c -o small-stack-auto/wcscmp.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c realloc.c -o large-stack-auto/realloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wcslen.c -o small-stack-auto/wcslen.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c btowc.c -o small-stack-auto/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wctob.c -o small-stack-auto/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbsinit.c -o small-stack-auto/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbrlen.c -o small-stack-auto/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c mbrtowc.c -o small-stack-auto/mbrtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c puts.c -o small/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c gets.c -o small/gets.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c __assert.c -o small/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c time.c -o small/time.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c free.c -o large-stack-auto/free.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mblen.c -o large-stack-auto/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c wcrtomb.c -o small-stack-auto/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbtowc.c -o large-stack-auto/mbtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c printf_large.c -o small-stack-auto/printf_large.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wctomb.c -o large-stack-auto/wctomb.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _autobaud.c -o small/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbstowcs.c -o large-stack-auto/mbstowcs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _bp.c -o small/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _decdptr.c -o small/_decdptr.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _gptrget.c -o small/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wcstombs.c -o large-stack-auto/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _gptrgetc.c -o small/_gptrgetc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _gptrput.c -o small/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _ser.c -o small/_ser.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbrtoc16.c -o large-stack-auto/mbrtoc16.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _setjmp.c -o small/_setjmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c serial.c -o small/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c c16rtomb.c -o large-stack-auto/c16rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _itoa.c -o small/_itoa.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbrtoc32.c -o large-stack-auto/mbrtoc32.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _ltoa.c -o small/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c c32rtomb.c -o large-stack-auto/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbstoc16s.c -o large-stack-auto/mbstoc16s.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _spx.c -o small/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _startup.c -o small/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strcmp.c -o small/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c c16stombs.c -o large-stack-auto/c16stombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strlen.c -o small/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _memcpy.c -o small/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _memmove.c -o small/_memmove.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _strcpy.c -o small/_strcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wcscmp.c -o large-stack-auto/wcscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c _heap.c -o small/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c sprintf.c -o small/sprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wcslen.c -o large-stack-auto/wcslen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c vprintf.c -o small/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c btowc.c -o large-stack-auto/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wctob.c -o large-stack-auto/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c printf_fast.c -o small/printf_fast.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbsinit.c -o large-stack-auto/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c printf_fast_f.c -o small/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbrlen.c -o large-stack-auto/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c mbrtowc.c -o large-stack-auto/mbrtowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c printf_tiny.c -o small/printf_tiny.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c printfl.c -o small/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --nostdinc --std-c99 -c bpx.c -o small/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> if [ -f small/Makefile ]; then \
>   /usr/bin/make -C small PORT=small; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/small'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> test . = . || cp crtstart.asm .
> ../../../bin/sdas8051 -plosgff crtstart.asm
> test . = . || rm crtstart.asm
> test . = . || cp crtxinit.asm .
> ../../../bin/sdas8051 -plosgff crtxinit.asm
> test . = . || rm crtxinit.asm
> test . = . || cp crtxclear.asm .
> ../../../bin/sdas8051 -plosgff crtxclear.asm
> test . = . || rm crtxclear.asm
> test . = . || cp crtclear.asm .
> ../../../bin/sdas8051 -plosgff crtclear.asm
> test . = . || rm crtclear.asm
> test . = . || cp crtpagesfr.asm .
> ../../../bin/sdas8051 -plosgff crtpagesfr.asm
> test . = . || rm crtpagesfr.asm
> test . = . || cp crtbank.asm .
> ../../../bin/sdas8051 -plosgff crtbank.asm
> test . = . || rm crtbank.asm
> test . = . || cp crtcall.asm .
> ../../../bin/sdas8051 -plosgff crtcall.asm
> test . = . || rm crtcall.asm
> test . = . || cp crtxstack.asm .
> ../../../bin/sdas8051 -plosgff crtxstack.asm
> test . = . || rm crtxstack.asm
> test . = . || cp crtxpush.asm .
> ../../../bin/sdas8051 -plosgff crtxpush.asm
> test . = . || rm crtxpush.asm
> test . = . || cp crtxpushr0.asm .
> ../../../bin/sdas8051 -plosgff crtxpushr0.asm
> test . = . || rm crtxpushr0.asm
> test . = . || cp crtxpop.asm .
> ../../../bin/sdas8051 -plosgff crtxpop.asm
> test . = . || rm crtxpop.asm
> test . = . || cp crtxpopr0.asm .
> ../../../bin/sdas8051 -plosgff crtxpopr0.asm
> test . = . || rm crtxpopr0.asm
> test . = . || cp gptr_cmp.asm .
> ../../../bin/sdas8051 -plosgff gptr_cmp.asm
> test . = . || rm gptr_cmp.asm
> ../../../bin/sdar -rcD ../build/small/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/small'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/small/libfloat.lib build/small/libint.lib build/small/liblong.lib build/small/liblonglong.lib build/small/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c wcrtomb.c -o large-stack-auto/wcrtomb.rel
> ../../bin/sdar -rcD build/small/libfloat.lib small/_atof.rel small/_schar2fs.rel small/_sint2fs.rel small/_slong2fs.rel small/_uchar2fs.rel small/_uint2fs.rel small/_ulong2fs.rel small/_fs2schar.rel small/_fs2sint.rel small/_fs2slong.rel small/_fs2uchar.rel small/_fs2uint.rel small/_fs2ulong.rel small/_fsadd.rel small/_fsdiv.rel small/_fsmul.rel small/_fssub.rel small/_fseq.rel small/_fslt.rel small/_fsneq.rel small/fabsf.rel small/frexpf.rel small/ldexpf.rel small/expf.rel small/powf.rel small/sincosf.rel small/sinf.rel small/cosf.rel small/logf.rel small/log10f.rel small/sqrtf.rel small/tancotf.rel small/tanf.rel small/cotf.rel small/asincosf.rel small/asinf.rel small/acosf.rel small/atanf.rel small/atan2f.rel small/sincoshf.rel small/sinhf.rel small/coshf.rel small/tanhf.rel small/floorf.rel small/ceilf.rel small/modff.rel small/errno.rel small/isinf.rel small/isnan.rel small/_fscmp.rel small/_fsget1arg.rel small/_fsget2args.rel small/_fsnormalize.rel small/_fsreturnval.rel small/_fsrshift.rel small/_fsswapargs.rel small/_logexpf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c printf_large.c -o large-stack-auto/printf_large.rel
> ../../bin/sdar -rcD build/small/libint.lib small/_divsint.rel small/_divuint.rel small/_modsint.rel small/_moduint.rel small/_mulint.rel
> ../../bin/sdar -rcD build/small/liblong.lib small/_divslong.rel small/_modslong.rel small/_modulong.rel small/_divulong.rel small/_mullong.rel
> ../../bin/sdar -rcD build/small/liblonglong.lib small/_rrulonglong.rel small/_rrslonglong.rel small/_rlulonglong.rel small/_rlslonglong.rel small/_mullonglong.rel small/_divslonglong.rel small/_divulonglong.rel small/_modslonglong.rel small/_modulonglong.rel
> ../../bin/sdar -rcD build/small/libsdcc.lib small/isalnum.rel small/isalpha.rel small/isblank.rel small/iscntrl.rel small/isdigit.rel small/isgraph.rel small/islower.rel small/isprint.rel small/ispunct.rel small/isspace.rel small/isupper.rel small/isxdigit.rel small/tolower.rel small/toupper.rel small/atoi.rel small/atol.rel small/atoll.rel small/strtol.rel small/strtoul.rel small/bsearch.rel small/qsort.rel small/abs.rel small/labs.rel small/rand.rel small/_strcat.rel small/_strchr.rel small/_strcspn.rel small/_strncat.rel small/_strncmp.rel small/strxfrm.rel small/_strncpy.rel small/_strpbrk.rel small/_strrchr.rel small/_strspn.rel small/_strstr.rel small/_strtok.rel small/_memchr.rel small/_memcmp.rel small/_memset.rel small/aligned_alloc.rel small/calloc.rel small/malloc.rel small/realloc.rel small/free.rel small/mblen.rel small/mbtowc.rel small/wctomb.rel small/mbstowcs.rel small/wcstombs.rel small/mbrtoc16.rel small/c16rtomb.rel small/mbrtoc32.rel small/c32rtomb.rel small/mbstoc16s.rel small/c16stombs.rel small/wcscmp.rel small/wcslen.rel small/btowc.rel small/wctob.rel small/mbsinit.rel small/mbrlen.rel small/mbrtowc.rel small/wcrtomb.rel small/printf_large.rel small/puts.rel small/gets.rel small/__assert.rel small/time.rel small/_autobaud.rel small/_bp.rel small/_decdptr.rel small/_gptrget.rel small/_gptrgetc.rel small/_gptrput.rel small/_ser.rel small/_setjmp.rel small/serial.rel small/_itoa.rel small/_ltoa.rel small/_spx.rel small/_startup.rel small/_strcmp.rel small/_strlen.rel small/_memcpy.rel small/_memmove.rel small/_strcpy.rel small/_heap.rel small/sprintf.rel small/vprintf.rel small/printf_fast.rel small/printf_fast_f.rel small/printf_tiny.rel small/printfl.rel small/bpx.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> rm -f build/small/*.lst build/small/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isalnum.c
> /usr/bin/make build/medium
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/medium
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isalpha.c
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make medium
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'medium' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make medium/_atof.rel medium/_schar2fs.rel medium/_sint2fs.rel medium/_slong2fs.rel medium/_uchar2fs.rel medium/_uint2fs.rel medium/_ulong2fs.rel medium/_fs2schar.rel medium/_fs2sint.rel medium/_fs2slong.rel medium/_fs2uchar.rel medium/_fs2uint.rel medium/_fs2ulong.rel medium/_fsadd.rel medium/_fsdiv.rel medium/_fsmul.rel medium/_fssub.rel medium/_fseq.rel medium/_fslt.rel medium/_fsneq.rel medium/fabsf.rel medium/frexpf.rel medium/ldexpf.rel medium/expf.rel medium/powf.rel medium/sincosf.rel medium/sinf.rel medium/cosf.rel medium/logf.rel medium/log10f.rel medium/sqrtf.rel medium/tancotf.rel medium/tanf.rel medium/cotf.rel medium/asincosf.rel medium/asinf.rel medium/acosf.rel medium/atanf.rel medium/atan2f.rel medium/sincoshf.rel medium/sinhf.rel medium/coshf.rel medium/tanhf.rel medium/floorf.rel medium/ceilf.rel medium/modff.rel medium/errno.rel medium/isinf.rel medium/isnan.rel medium/_fscmp.rel medium/_fsget1arg.rel medium/_fsget2args.rel medium/_fsnormalize.rel medium/_fsreturnval.rel medium/_fsrshift.rel medium/_fsswapargs.rel medium/_logexpf.rel medium/_divsint.rel medium/_divuint.rel medium/_modsint.rel medium/_moduint.rel medium/_mulint.rel medium/_divslong.rel medium/_modslong.rel medium/_modulong.rel medium/_divulong.rel medium/_mullong.rel medium/_rrulonglong.rel medium/_rrslonglong.rel medium/_rlulonglong.rel medium/_rlslonglong.rel medium/_mullonglong.rel medium/_divslonglong.rel medium/_divulonglong.rel medium/_modslonglong.rel medium/_modulonglong.rel medium/isalnum.rel medium/isalpha.rel medium/isblank.rel medium/iscntrl.rel medium/isdigit.rel medium/isgraph.rel medium/islower.rel medium/isprint.rel medium/ispunct.rel medium/isspace.rel medium/isupper.rel medium/isxdigit.rel medium/tolower.rel medium/toupper.rel medium/atoi.rel medium/atol.rel medium/atoll.rel medium/strtol.rel medium/strtoul.rel medium/bsearch.rel medium/qsort.rel medium/abs.rel medium/labs.rel medium/rand.rel medium/_strcat.rel medium/_strchr.rel medium/_strcspn.rel medium/_strncat.rel medium/_strncmp.rel medium/strxfrm.rel medium/_strncpy.rel medium/_strpbrk.rel medium/_strrchr.rel medium/_strspn.rel medium/_strstr.rel medium/_strtok.rel medium/_memchr.rel medium/_memcmp.rel medium/_memset.rel medium/aligned_alloc.rel medium/calloc.rel medium/malloc.rel medium/realloc.rel medium/free.rel medium/mblen.rel medium/mbtowc.rel medium/wctomb.rel medium/mbstowcs.rel medium/wcstombs.rel medium/mbrtoc16.rel medium/c16rtomb.rel medium/mbrtoc32.rel medium/c32rtomb.rel medium/mbstoc16s.rel medium/c16stombs.rel medium/wcscmp.rel medium/wcslen.rel medium/btowc.rel medium/wctob.rel medium/mbsinit.rel medium/mbrlen.rel medium/mbrtowc.rel medium/wcrtomb.rel medium/printf_large.rel medium/puts.rel medium/gets.rel medium/__assert.rel medium/time.rel medium/_autobaud.rel medium/_bp.rel medium/_decdptr.rel medium/_gptrget.rel medium/_gptrgetc.rel medium/_gptrput.rel medium/_ser.rel medium/_setjmp.rel medium/serial.rel medium/_itoa.rel medium/_ltoa.rel medium/_spx.rel medium/_startup.rel medium/_strcmp.rel medium/_strlen.rel medium/_memcpy.rel medium/_memmove.rel medium/_strcpy.rel medium/_heap.rel medium/sprintf.rel medium/vprintf.rel medium/printf_fast.rel medium/printf_fast_f.rel medium/printf_tiny.rel medium/printfl.rel medium/bpx.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isblank.c
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _atof.c -o medium/_atof.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _schar2fs.c -o medium/_schar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _sint2fs.c -o medium/_sint2fs.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _slong2fs.c -o medium/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _uchar2fs.c -o medium/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _uint2fs.c -o medium/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _ulong2fs.c -o medium/_ulong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2schar.c -o medium/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2sint.c -o medium/_fs2sint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2slong.c -o medium/_fs2slong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2uchar.c -o medium/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2uint.c -o medium/_fs2uint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fs2ulong.c -o medium/_fs2ulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsadd.c -o medium/_fsadd.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../atol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsdiv.c -o medium/_fsdiv.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsmul.c -o medium/_fsmul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fssub.c -o medium/_fssub.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fseq.c -o medium/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fslt.c -o medium/_fslt.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsneq.c -o medium/_fsneq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c fabsf.c -o medium/fabsf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c frexpf.c -o medium/frexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c ldexpf.c -o medium/ldexpf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c expf.c -o medium/expf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c powf.c -o medium/powf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sincosf.c -o medium/sincosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c puts.c -o small-stack-auto/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c gets.c -o small-stack-auto/gets.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c __assert.c -o small-stack-auto/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c time.c -o small-stack-auto/time.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sinf.c -o medium/sinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c cosf.c -o medium/cosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _autobaud.c -o small-stack-auto/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c logf.c -o medium/logf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c log10f.c -o medium/log10f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _bp.c -o small-stack-auto/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _decdptr.c -o small-stack-auto/_decdptr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sqrtf.c -o medium/sqrtf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _gptrget.c -o small-stack-auto/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _gptrgetc.c -o small-stack-auto/_gptrgetc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _gptrput.c -o small-stack-auto/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _ser.c -o small-stack-auto/_ser.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c tancotf.c -o medium/tancotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _setjmp.c -o small-stack-auto/_setjmp.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c serial.c -o small-stack-auto/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _itoa.c -o small-stack-auto/_itoa.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _ltoa.c -o small-stack-auto/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _spx.c -o small-stack-auto/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _startup.c -o small-stack-auto/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strcmp.c -o small-stack-auto/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strlen.c -o small-stack-auto/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _memcpy.c -o small-stack-auto/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _memmove.c -o small-stack-auto/_memmove.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../rand.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c tanf.c -o medium/tanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _strcpy.c -o small-stack-auto/_strcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c cotf.c -o medium/cotf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c _heap.c -o small-stack-auto/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c sprintf.c -o small-stack-auto/sprintf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c vprintf.c -o small-stack-auto/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c asincosf.c -o medium/asincosf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c printf_fast.c -o small-stack-auto/printf_fast.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c printf_fast_f.c -o small-stack-auto/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c printf_tiny.c -o small-stack-auto/printf_tiny.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c puts.c -o large-stack-auto/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c printfl.c -o small-stack-auto/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c gets.c -o large-stack-auto/gets.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c asinf.c -o medium/asinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c acosf.c -o medium/acosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c __assert.c -o large-stack-auto/__assert.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c time.c -o large-stack-auto/time.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c atanf.c -o medium/atanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-small --stack-auto --nostdinc --std-c99 -c bpx.c -o small-stack-auto/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f small-stack-auto/Makefile ]; then \
>   /usr/bin/make -C small-stack-auto PORT=small-stack-auto; \
> fi
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../strxfrm.c
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/small-stack-auto'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> ../../../bin/sdar -rcD ../build/small-stack-auto/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/small-stack-auto'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/small-stack-auto/libfloat.lib build/small-stack-auto/libint.lib build/small-stack-auto/liblong.lib build/small-stack-auto/liblonglong.lib build/small-stack-auto/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../bin/sdar -rcD build/small-stack-auto/libfloat.lib small-stack-auto/_atof.rel small-stack-auto/_schar2fs.rel small-stack-auto/_sint2fs.rel small-stack-auto/_slong2fs.rel small-stack-auto/_uchar2fs.rel small-stack-auto/_uint2fs.rel small-stack-auto/_ulong2fs.rel small-stack-auto/_fs2schar.rel small-stack-auto/_fs2sint.rel small-stack-auto/_fs2slong.rel small-stack-auto/_fs2uchar.rel small-stack-auto/_fs2uint.rel small-stack-auto/_fs2ulong.rel small-stack-auto/_fsadd.rel small-stack-auto/_fsdiv.rel small-stack-auto/_fsmul.rel small-stack-auto/_fssub.rel small-stack-auto/_fseq.rel small-stack-auto/_fslt.rel small-stack-auto/_fsneq.rel small-stack-auto/fabsf.rel small-stack-auto/frexpf.rel small-stack-auto/ldexpf.rel small-stack-auto/expf.rel small-stack-auto/powf.rel small-stack-auto/sincosf.rel small-stack-auto/sinf.rel small-stack-auto/cosf.rel small-stack-auto/logf.rel small-stack-auto/log10f.rel small-stack-auto/sqrtf.rel small-stack-auto/tancotf.rel small-stack-auto/tanf.rel small-stack-auto/cotf.rel small-stack-auto/asincosf.rel small-stack-auto/asinf.rel small-stack-auto/acosf.rel small-stack-auto/atanf.rel small-stack-auto/atan2f.rel small-stack-auto/sincoshf.rel small-stack-auto/sinhf.rel small-stack-auto/coshf.rel small-stack-auto/tanhf.rel small-stack-auto/floorf.rel small-stack-auto/ceilf.rel small-stack-auto/modff.rel small-stack-auto/errno.rel small-stack-auto/isinf.rel small-stack-auto/isnan.rel small-stack-auto/_fscmp.rel small-stack-auto/_fsget1arg.rel small-stack-auto/_fsget2args.rel small-stack-auto/_fsnormalize.rel small-stack-auto/_fsreturnval.rel small-stack-auto/_fsrshift.rel small-stack-auto/_fsswapargs.rel small-stack-auto/_logexpf.rel
> ../../bin/sdar -rcD build/small-stack-auto/libint.lib small-stack-auto/_divsint.rel small-stack-auto/_divuint.rel small-stack-auto/_modsint.rel small-stack-auto/_moduint.rel small-stack-auto/_mulint.rel
> ../../bin/sdar -rcD build/small-stack-auto/liblong.lib small-stack-auto/_divslong.rel small-stack-auto/_modslong.rel small-stack-auto/_modulong.rel small-stack-auto/_divulong.rel small-stack-auto/_mullong.rel
> ../../bin/sdar -rcD build/small-stack-auto/liblonglong.lib small-stack-auto/_rrulonglong.rel small-stack-auto/_rrslonglong.rel small-stack-auto/_rlulonglong.rel small-stack-auto/_rlslonglong.rel small-stack-auto/_mullonglong.rel small-stack-auto/_divslonglong.rel small-stack-auto/_divulonglong.rel small-stack-auto/_modslonglong.rel small-stack-auto/_modulonglong.rel
> ../../bin/sdar -rcD build/small-stack-auto/libsdcc.lib small-stack-auto/isalnum.rel small-stack-auto/isalpha.rel small-stack-auto/isblank.rel small-stack-auto/iscntrl.rel small-stack-auto/isdigit.rel small-stack-auto/isgraph.rel small-stack-auto/islower.rel small-stack-auto/isprint.rel small-stack-auto/ispunct.rel small-stack-auto/isspace.rel small-stack-auto/isupper.rel small-stack-auto/isxdigit.rel small-stack-auto/tolower.rel small-stack-auto/toupper.rel small-stack-auto/atoi.rel small-stack-auto/atol.rel small-stack-auto/atoll.rel small-stack-auto/strtol.rel small-stack-auto/strtoul.rel small-stack-auto/bsearch.rel small-stack-auto/qsort.rel small-stack-auto/abs.rel small-stack-auto/labs.rel small-stack-auto/rand.rel small-stack-auto/_strcat.rel small-stack-auto/_strchr.rel small-stack-auto/_strcspn.rel small-stack-auto/_strncat.rel small-stack-auto/_strncmp.rel small-stack-auto/strxfrm.rel small-stack-auto/_strncpy.rel small-stack-auto/_strpbrk.rel small-stack-auto/_strrchr.rel small-stack-auto/_strspn.rel small-stack-auto/_strstr.rel small-stack-auto/_strtok.rel small-stack-auto/_memchr.rel small-stack-auto/_memcmp.rel small-stack-auto/_memset.rel small-stack-auto/aligned_alloc.rel small-stack-auto/calloc.rel small-stack-auto/malloc.rel small-stack-auto/realloc.rel small-stack-auto/free.rel small-stack-auto/mblen.rel small-stack-auto/mbtowc.rel small-stack-auto/wctomb.rel small-stack-auto/mbstowcs.rel small-stack-auto/wcstombs.rel small-stack-auto/mbrtoc16.rel small-stack-auto/c16rtomb.rel small-stack-auto/mbrtoc32.rel small-stack-auto/c32rtomb.rel small-stack-auto/mbstoc16s.rel small-stack-auto/c16stombs.rel small-stack-auto/wcscmp.rel small-stack-auto/wcslen.rel small-stack-auto/btowc.rel small-stack-auto/wctob.rel small-stack-auto/mbsinit.rel small-stack-auto/mbrlen.rel small-stack-auto/mbrtowc.rel small-stack-auto/wcrtomb.rel small-stack-auto/printf_large.rel small-stack-auto/puts.rel small-stack-auto/gets.rel small-stack-auto/__assert.rel small-stack-auto/time.rel small-stack-auto/_autobaud.rel small-stack-auto/_bp.rel small-stack-auto/_decdptr.rel small-stack-auto/_gptrget.rel small-stack-auto/_gptrgetc.rel small-stack-auto/_gptrput.rel small-stack-auto/_ser.rel small-stack-auto/_setjmp.rel small-stack-auto/serial.rel small-stack-auto/_itoa.rel small-stack-auto/_ltoa.rel small-stack-auto/_spx.rel small-stack-auto/_startup.rel small-stack-auto/_strcmp.rel small-stack-auto/_strlen.rel small-stack-auto/_memcpy.rel small-stack-auto/_memmove.rel small-stack-auto/_strcpy.rel small-stack-auto/_heap.rel small-stack-auto/sprintf.rel small-stack-auto/vprintf.rel small-stack-auto/printf_fast.rel small-stack-auto/printf_fast_f.rel small-stack-auto/printf_tiny.rel small-stack-auto/printfl.rel small-stack-auto/bpx.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/small-stack-auto/*.lst build/small-stack-auto/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mz180" PORT=z180 objects-z80 OEXT=.o; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strrchr.c
> /usr/bin/make build/z180
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/z180
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make z180
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'z180' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strspn.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _autobaud.c -o large-stack-auto/_autobaud.rel
> if [ -f z180/Makefile ]; then \
>   /usr/bin/make -C z180 PORT=z180; \
> fi
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c atan2f.c -o medium/atan2f.rel
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/z180'
> test . = . || cp divunsigned.s .
> ../../../bin/sdasz80 -plosgff divunsigned.s
> test . = . || rm divunsigned.s
> test . = . || cp divsigned.s .
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _bp.c -o large-stack-auto/_bp.rel
> ../../../bin/sdasz80 -plosgff divsigned.s
> test . = . || rm divsigned.s
> test . = . || cp divmixed.s .
> ../../../bin/sdasz80 -plosgff divmixed.s
> test . = . || rm divmixed.s
> test . = . || cp modunsigned.s .
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _decdptr.c -o large-stack-auto/_decdptr.rel
> ../../../bin/sdasz80 -plosgff modunsigned.s
> test . = . || rm modunsigned.s
> test . = . || cp modsigned.s .
> ../../../bin/sdasz80 -plosgff modsigned.s
> test . = . || rm modsigned.s
> test . = . || cp modmixed.s .
> ../../../bin/sdasz80 -plosgff modmixed.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _gptrget.c -o large-stack-auto/_gptrget.rel
> test . = . || rm modmixed.s
> test . = . || cp mul.s .
> ../../../bin/sdasz80 -plosgff mul.s
> test . = . || rm mul.s
> test . = . || cp mulchar.s .
> ../../../bin/sdasz80 -plosgff mulchar.s
> test . = . || rm mulchar.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _gptrgetc.c -o large-stack-auto/_gptrgetc.rel
> test . = . || cp heap.s .
> ../../../bin/sdasz80 -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp memmove.s .
> ../../../bin/sdasz80 -plosgff memmove.s
> test . = . || rm memmove.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _gptrput.c -o large-stack-auto/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sincoshf.c -o medium/sincoshf.rel
> test . = . || cp strcpy.s .
> ../../../bin/sdasz80 -plosgff strcpy.s
> test . = . || rm strcpy.s
> test . = . || cp strlen.s .
> ../../../bin/sdasz80 -plosgff strlen.s
> test . = . || rm strlen.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _ser.c -o large-stack-auto/_ser.rel
> test . = . || cp abs.s .
> ../../../bin/sdasz80 -plosgff abs.s
> test . = . || rm abs.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdasz80 -plosgff __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp __sdcc_call_iy.s .
> ../../../bin/sdasz80 -plosgff __sdcc_call_iy.s
> test . = . || rm __sdcc_call_iy.s
> test . = . || cp crtenter.s .
> ../../../bin/sdasz80 -plosgff crtenter.s
> test . = . || rm crtenter.s
> test . = . || cp setjmp.s .
> ../../../bin/sdasz80 -plosgff setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _setjmp.c -o large-stack-auto/_setjmp.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c serial.c -o large-stack-auto/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sinhf.c -o medium/sinhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _itoa.c -o large-stack-auto/_itoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c coshf.c -o medium/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c tanhf.c -o medium/tanhf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _ltoa.c -o large-stack-auto/_ltoa.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _spx.c -o large-stack-auto/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _startup.c -o large-stack-auto/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strcmp.c -o large-stack-auto/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c floorf.c -o medium/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strlen.c -o large-stack-auto/_strlen.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _memcpy.c -o large-stack-auto/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c ceilf.c -o medium/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _memmove.c -o large-stack-auto/_memmove.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c modff.c -o medium/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c errno.c -o medium/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _strcpy.c -o large-stack-auto/_strcpy.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isinf.c -o medium/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c _heap.c -o large-stack-auto/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isnan.c -o medium/isnan.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c sprintf.c -o large-stack-auto/sprintf.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fscmp.c -o medium/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsget1arg.c -o medium/_fsget1arg.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c vprintf.c -o large-stack-auto/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsget2args.c -o medium/_fsget2args.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsnormalize.c -o medium/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c printf_fast.c -o large-stack-auto/printf_fast.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsreturnval.c -o medium/_fsreturnval.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsrshift.c -o medium/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c printf_fast_f.c -o large-stack-auto/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _fsswapargs.c -o medium/_fsswapargs.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _logexpf.c -o medium/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c printf_tiny.c -o large-stack-auto/printf_tiny.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divsint.c -o medium/_divsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c printfl.c -o large-stack-auto/printfl.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divuint.c -o medium/_divuint.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _modsint.c -o medium/_modsint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _moduint.c -o medium/_moduint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _mulint.c -o medium/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divslong.c -o medium/_divslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --stack-auto --nostdinc --std-c99 -c bpx.c -o large-stack-auto/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _modslong.c -o medium/_modslong.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> if [ -f large-stack-auto/Makefile ]; then \
>   /usr/bin/make -C large-stack-auto PORT=large-stack-auto; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/large-stack-auto'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> ../../../bin/sdar -rcD ../build/large-stack-auto/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _modulong.c -o medium/_modulong.rel
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/large-stack-auto'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/large-stack-auto/libfloat.lib build/large-stack-auto/libint.lib build/large-stack-auto/liblong.lib build/large-stack-auto/liblonglong.lib build/large-stack-auto/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divulong.c -o medium/_divulong.rel
> ../../bin/sdar -rcD build/large-stack-auto/libfloat.lib large-stack-auto/_atof.rel large-stack-auto/_schar2fs.rel large-stack-auto/_sint2fs.rel large-stack-auto/_slong2fs.rel large-stack-auto/_uchar2fs.rel large-stack-auto/_uint2fs.rel large-stack-auto/_ulong2fs.rel large-stack-auto/_fs2schar.rel large-stack-auto/_fs2sint.rel large-stack-auto/_fs2slong.rel large-stack-auto/_fs2uchar.rel large-stack-auto/_fs2uint.rel large-stack-auto/_fs2ulong.rel large-stack-auto/_fsadd.rel large-stack-auto/_fsdiv.rel large-stack-auto/_fsmul.rel large-stack-auto/_fssub.rel large-stack-auto/_fseq.rel large-stack-auto/_fslt.rel large-stack-auto/_fsneq.rel large-stack-auto/fabsf.rel large-stack-auto/frexpf.rel large-stack-auto/ldexpf.rel large-stack-auto/expf.rel large-stack-auto/powf.rel large-stack-auto/sincosf.rel large-stack-auto/sinf.rel large-stack-auto/cosf.rel large-stack-auto/logf.rel large-stack-auto/log10f.rel large-stack-auto/sqrtf.rel large-stack-auto/tancotf.rel large-stack-auto/tanf.rel large-stack-auto/cotf.rel large-stack-auto/asincosf.rel large-stack-auto/asinf.rel large-stack-auto/acosf.rel large-stack-auto/atanf.rel large-stack-auto/atan2f.rel large-stack-auto/sincoshf.rel large-stack-auto/sinhf.rel large-stack-auto/coshf.rel large-stack-auto/tanhf.rel large-stack-auto/floorf.rel large-stack-auto/ceilf.rel large-stack-auto/modff.rel large-stack-auto/errno.rel large-stack-auto/isinf.rel large-stack-auto/isnan.rel large-stack-auto/_fscmp.rel large-stack-auto/_fsget1arg.rel large-stack-auto/_fsget2args.rel large-stack-auto/_fsnormalize.rel large-stack-auto/_fsreturnval.rel large-stack-auto/_fsrshift.rel large-stack-auto/_fsswapargs.rel large-stack-auto/_logexpf.rel
> ../../bin/sdar -rcD build/large-stack-auto/libint.lib large-stack-auto/_divsint.rel large-stack-auto/_divuint.rel large-stack-auto/_modsint.rel large-stack-auto/_moduint.rel large-stack-auto/_mulint.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../bin/sdar -rcD build/large-stack-auto/liblong.lib large-stack-auto/_divslong.rel large-stack-auto/_modslong.rel large-stack-auto/_modulong.rel large-stack-auto/_divulong.rel large-stack-auto/_mullong.rel
> ../../bin/sdar -rcD build/large-stack-auto/liblonglong.lib large-stack-auto/_rrulonglong.rel large-stack-auto/_rrslonglong.rel large-stack-auto/_rlulonglong.rel large-stack-auto/_rlslonglong.rel large-stack-auto/_mullonglong.rel large-stack-auto/_divslonglong.rel large-stack-auto/_divulonglong.rel large-stack-auto/_modslonglong.rel large-stack-auto/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _mullong.c -o medium/_mullong.rel
> ../../bin/sdar -rcD build/large-stack-auto/libsdcc.lib large-stack-auto/isalnum.rel large-stack-auto/isalpha.rel large-stack-auto/isblank.rel large-stack-auto/iscntrl.rel large-stack-auto/isdigit.rel large-stack-auto/isgraph.rel large-stack-auto/islower.rel large-stack-auto/isprint.rel large-stack-auto/ispunct.rel large-stack-auto/isspace.rel large-stack-auto/isupper.rel large-stack-auto/isxdigit.rel large-stack-auto/tolower.rel large-stack-auto/toupper.rel large-stack-auto/atoi.rel large-stack-auto/atol.rel large-stack-auto/atoll.rel large-stack-auto/strtol.rel large-stack-auto/strtoul.rel large-stack-auto/bsearch.rel large-stack-auto/qsort.rel large-stack-auto/abs.rel large-stack-auto/labs.rel large-stack-auto/rand.rel large-stack-auto/_strcat.rel large-stack-auto/_strchr.rel large-stack-auto/_strcspn.rel large-stack-auto/_strncat.rel large-stack-auto/_strncmp.rel large-stack-auto/strxfrm.rel large-stack-auto/_strncpy.rel large-stack-auto/_strpbrk.rel large-stack-auto/_strrchr.rel large-stack-auto/_strspn.rel large-stack-auto/_strstr.rel large-stack-auto/_strtok.rel large-stack-auto/_memchr.rel large-stack-auto/_memcmp.rel large-stack-auto/_memset.rel large-stack-auto/aligned_alloc.rel large-stack-auto/calloc.rel large-stack-auto/malloc.rel large-stack-auto/realloc.rel large-stack-auto/free.rel large-stack-auto/mblen.rel large-stack-auto/mbtowc.rel large-stack-auto/wctomb.rel large-stack-auto/mbstowcs.rel large-stack-auto/wcstombs.rel large-stack-auto/mbrtoc16.rel large-stack-auto/c16rtomb.rel large-stack-auto/mbrtoc32.rel large-stack-auto/c32rtomb.rel large-stack-auto/mbstoc16s.rel large-stack-auto/c16stombs.rel large-stack-auto/wcscmp.rel large-stack-auto/wcslen.rel large-stack-auto/btowc.rel large-stack-auto/wctob.rel large-stack-auto/mbsinit.rel large-stack-auto/mbrlen.rel large-stack-auto/mbrtowc.rel large-stack-auto/wcrtomb.rel large-stack-auto/printf_large.rel large-stack-auto/puts.rel large-stack-auto/gets.rel large-stack-auto/__assert.rel large-stack-auto/time.rel large-stack-auto/_autobaud.rel large-stack-auto/_bp.rel large-stack-auto/_decdptr.rel large-stack-auto/_gptrget.rel large-stack-auto/_gptrgetc.rel large-stack-auto/_gptrput.rel large-stack-auto/_ser.rel large-stack-auto/_setjmp.rel large-stack-auto/serial.rel large-stack-auto/_itoa.rel large-stack-auto/_ltoa.rel large-stack-auto/_spx.rel large-stack-auto/_startup.rel large-stack-auto/_strcmp.rel large-stack-auto/_strlen.rel large-stack-auto/_memcpy.rel large-stack-auto/_memmove.rel large-stack-auto/_strcpy.rel large-stack-auto/_heap.rel large-stack-auto/sprintf.rel large-stack-auto/vprintf.rel large-stack-auto/printf_fast.rel large-stack-auto/printf_fast_f.rel large-stack-auto/printf_tiny.rel large-stack-auto/printfl.rel large-stack-auto/bpx.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/large-stack-auto/*.lst build/large-stack-auto/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mr2k" PORT=r2k objects-z80 OEXT=.o; \
> fi
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> /usr/bin/make build/r2k
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _rrulonglong.c -o medium/_rrulonglong.rel
> mkdir -p build/r2k
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make r2k
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'r2k' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f r2k/Makefile ]; then \
>   /usr/bin/make -C r2k PORT=r2k; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/r2k'
> test . = . || cp divunsigned.s .
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _rrslonglong.c -o medium/_rrslonglong.rel
> ../../../bin/sdasrab -plosgff divunsigned.s
> test . = . || rm divunsigned.s
> test . = . || cp divsigned.s .
> ../../../bin/sdasrab -plosgff divsigned.s
> test . = . || rm divsigned.s
> test . = . || cp divmixed.s .
> ../../../bin/sdasrab -plosgff divmixed.s
> test . = . || rm divmixed.s
> test . = . || cp modunsigned.s .
> ../../../bin/sdasrab -plosgff modunsigned.s
> test . = . || rm modunsigned.s
> test . = . || cp modsigned.s .
> ../../../bin/sdasrab -plosgff modsigned.s
> test . = . || rm modsigned.s
> test . = . || cp modmixed.s .
> ../../../bin/sdasrab -plosgff modmixed.s
> test . = . || rm modmixed.s
> test . = . || cp mul.s .
> ../../../bin/sdasrab -plosgff mul.s
> test . = . || rm mul.s
> test . = . || cp mulchar.s .
> ../../../bin/sdasrab -plosgff mulchar.s
> test . = . || rm mulchar.s
> test . = . || cp heap.s .
> ../../../bin/sdasrab -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp memmove.s .
> ../../../bin/sdasrab -plosgff memmove.s
> test . = . || rm memmove.s
> test . = . || cp strcpy.s .
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdasrab -plosgff strcpy.s
> test . = . || rm strcpy.s
> test . = . || cp abs.s .
> ../../../bin/sdasrab -plosgff abs.s
> test . = . || rm abs.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdasrab -plosgff __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp __sdcc_call_iy.s .
> ../../../bin/sdasrab -plosgff __sdcc_call_iy.s
> test . = . || rm __sdcc_call_iy.s
> test . = . || cp crtenter.s .
> ../../../bin/sdasrab -plosgff crtenter.s
> test . = . || rm crtenter.s
> test . = . || cp setjmp.s .
> ../../../bin/sdasrab -plosgff setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _rlulonglong.c -o medium/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _rlslonglong.c -o medium/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _mullonglong.c -o medium/_mullonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divslonglong.c -o medium/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _divulonglong.c -o medium/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _modslonglong.c -o medium/_modslonglong.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../free.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _modulonglong.c -o medium/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isalnum.c -o medium/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isalpha.c -o medium/isalpha.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isblank.c -o medium/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c iscntrl.c -o medium/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isdigit.c -o medium/isdigit.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isgraph.c -o medium/isgraph.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c islower.c -o medium/islower.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isprint.c -o medium/isprint.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c ispunct.c -o medium/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isspace.c -o medium/isspace.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isupper.c -o medium/isupper.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c isxdigit.c -o medium/isxdigit.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c tolower.c -o medium/tolower.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c toupper.c -o medium/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c atoi.c -o medium/atoi.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c atol.c -o medium/atol.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c atoll.c -o medium/atoll.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c strtol.c -o medium/strtol.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c strtoul.c -o medium/strtoul.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c bsearch.c -o medium/bsearch.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c qsort.c -o medium/qsort.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c abs.c -o medium/abs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c labs.c -o medium/labs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c rand.c -o medium/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strcat.c -o medium/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strchr.c -o medium/_strchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strcspn.c -o medium/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strncat.c -o medium/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strncmp.c -o medium/_strncmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c strxfrm.c -o medium/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strncpy.c -o medium/_strncpy.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strpbrk.c -o medium/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strrchr.c -o medium/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strspn.c -o medium/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strstr.c -o medium/_strstr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strtok.c -o medium/_strtok.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _memchr.c -o medium/_memchr.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _memcmp.c -o medium/_memcmp.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _memset.c -o medium/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c aligned_alloc.c -o medium/aligned_alloc.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c calloc.c -o medium/calloc.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c malloc.c -o medium/malloc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c realloc.c -o medium/realloc.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c free.c -o medium/free.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mblen.c -o medium/mblen.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbtowc.c -o medium/mbtowc.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wctomb.c -o medium/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbstowcs.c -o medium/mbstowcs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wcstombs.c -o medium/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbrtoc16.c -o medium/mbrtoc16.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c c16rtomb.c -o medium/c16rtomb.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbrtoc32.c -o medium/mbrtoc32.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c c32rtomb.c -o medium/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbstoc16s.c -o medium/mbstoc16s.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c c16stombs.c -o medium/c16stombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wcscmp.c -o medium/wcscmp.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wcslen.c -o medium/wcslen.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c btowc.c -o medium/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wctob.c -o medium/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbsinit.c -o medium/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbrlen.c -o medium/mbrlen.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c mbrtowc.c -o medium/mbrtowc.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c wcrtomb.c -o medium/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c printf_large.c -o medium/printf_large.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c puts.c -o medium/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c gets.c -o medium/gets.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c __assert.c -o medium/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c time.c -o medium/time.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../asinf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _autobaud.c -o medium/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _bp.c -o medium/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _decdptr.c -o medium/_decdptr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _gptrget.c -o medium/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _gptrgetc.c -o medium/_gptrgetc.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../modff.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _gptrput.c -o medium/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _ser.c -o medium/_ser.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _setjmp.c -o medium/_setjmp.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c serial.c -o medium/serial.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _itoa.c -o medium/_itoa.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _ltoa.c -o medium/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _spx.c -o medium/_spx.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _startup.c -o medium/_startup.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strcmp.c -o medium/_strcmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strlen.c -o medium/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _memcpy.c -o medium/_memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _memmove.c -o medium/_memmove.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _strcpy.c -o medium/_strcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c _heap.c -o medium/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c sprintf.c -o medium/sprintf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c vprintf.c -o medium/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c printf_fast.c -o medium/printf_fast.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c printf_fast_f.c -o medium/printf_fast_f.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../coshf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c printf_tiny.c -o medium/printf_tiny.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c printfl.c -o medium/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-medium --nostdinc --std-c99 -c bpx.c -o medium/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f medium/Makefile ]; then \
>   /usr/bin/make -C medium PORT=medium; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/medium'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> ../../../bin/sdar -rcD ../build/medium/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../floorf.c
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/medium'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/medium/libfloat.lib build/medium/libint.lib build/medium/liblong.lib build/medium/liblonglong.lib build/medium/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdar -rcD build/medium/libfloat.lib medium/_atof.rel medium/_schar2fs.rel medium/_sint2fs.rel medium/_slong2fs.rel medium/_uchar2fs.rel medium/_uint2fs.rel medium/_ulong2fs.rel medium/_fs2schar.rel medium/_fs2sint.rel medium/_fs2slong.rel medium/_fs2uchar.rel medium/_fs2uint.rel medium/_fs2ulong.rel medium/_fsadd.rel medium/_fsdiv.rel medium/_fsmul.rel medium/_fssub.rel medium/_fseq.rel medium/_fslt.rel medium/_fsneq.rel medium/fabsf.rel medium/frexpf.rel medium/ldexpf.rel medium/expf.rel medium/powf.rel medium/sincosf.rel medium/sinf.rel medium/cosf.rel medium/logf.rel medium/log10f.rel medium/sqrtf.rel medium/tancotf.rel medium/tanf.rel medium/cotf.rel medium/asincosf.rel medium/asinf.rel medium/acosf.rel medium/atanf.rel medium/atan2f.rel medium/sincoshf.rel medium/sinhf.rel medium/coshf.rel medium/tanhf.rel medium/floorf.rel medium/ceilf.rel medium/modff.rel medium/errno.rel medium/isinf.rel medium/isnan.rel medium/_fscmp.rel medium/_fsget1arg.rel medium/_fsget2args.rel medium/_fsnormalize.rel medium/_fsreturnval.rel medium/_fsrshift.rel medium/_fsswapargs.rel medium/_logexpf.rel
> ../../bin/sdar -rcD build/medium/libint.lib medium/_divsint.rel medium/_divuint.rel medium/_modsint.rel medium/_moduint.rel medium/_mulint.rel
> ../../bin/sdar -rcD build/medium/liblong.lib medium/_divslong.rel medium/_modslong.rel medium/_modulong.rel medium/_divulong.rel medium/_mullong.rel
> ../../bin/sdar -rcD build/medium/liblonglong.lib medium/_rrulonglong.rel medium/_rrslonglong.rel medium/_rlulonglong.rel medium/_rlslonglong.rel medium/_mullonglong.rel medium/_divslonglong.rel medium/_divulonglong.rel medium/_modslonglong.rel medium/_modulonglong.rel
> ../../bin/sdar -rcD build/medium/libsdcc.lib medium/isalnum.rel medium/isalpha.rel medium/isblank.rel medium/iscntrl.rel medium/isdigit.rel medium/isgraph.rel medium/islower.rel medium/isprint.rel medium/ispunct.rel medium/isspace.rel medium/isupper.rel medium/isxdigit.rel medium/tolower.rel medium/toupper.rel medium/atoi.rel medium/atol.rel medium/atoll.rel medium/strtol.rel medium/strtoul.rel medium/bsearch.rel medium/qsort.rel medium/abs.rel medium/labs.rel medium/rand.rel medium/_strcat.rel medium/_strchr.rel medium/_strcspn.rel medium/_strncat.rel medium/_strncmp.rel medium/strxfrm.rel medium/_strncpy.rel medium/_strpbrk.rel medium/_strrchr.rel medium/_strspn.rel medium/_strstr.rel medium/_strtok.rel medium/_memchr.rel medium/_memcmp.rel medium/_memset.rel medium/aligned_alloc.rel medium/calloc.rel medium/malloc.rel medium/realloc.rel medium/free.rel medium/mblen.rel medium/mbtowc.rel medium/wctomb.rel medium/mbstowcs.rel medium/wcstombs.rel medium/mbrtoc16.rel medium/c16rtomb.rel medium/mbrtoc32.rel medium/c32rtomb.rel medium/mbstoc16s.rel medium/c16stombs.rel medium/wcscmp.rel medium/wcslen.rel medium/btowc.rel medium/wctob.rel medium/mbsinit.rel medium/mbrlen.rel medium/mbrtowc.rel medium/wcrtomb.rel medium/printf_large.rel medium/puts.rel medium/gets.rel medium/__assert.rel medium/time.rel medium/_autobaud.rel medium/_bp.rel medium/_decdptr.rel medium/_gptrget.rel medium/_gptrgetc.rel medium/_gptrput.rel medium/_ser.rel medium/_setjmp.rel medium/serial.rel medium/_itoa.rel medium/_ltoa.rel medium/_spx.rel medium/_startup.rel medium/_strcmp.rel medium/_strlen.rel medium/_memcpy.rel medium/_memmove.rel medium/_strcpy.rel medium/_heap.rel medium/sprintf.rel medium/vprintf.rel medium/printf_fast.rel medium/printf_fast_f.rel medium/printf_tiny.rel medium/printfl.rel medium/bpx.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../ceilf.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/medium/*.lst build/medium/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/large
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../modff.c
> mkdir -p build/large
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make large
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'large' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make large/_atof.rel large/_schar2fs.rel large/_sint2fs.rel large/_slong2fs.rel large/_uchar2fs.rel large/_uint2fs.rel large/_ulong2fs.rel large/_fs2schar.rel large/_fs2sint.rel large/_fs2slong.rel large/_fs2uchar.rel large/_fs2uint.rel large/_fs2ulong.rel large/_fsadd.rel large/_fsdiv.rel large/_fsmul.rel large/_fssub.rel large/_fseq.rel large/_fslt.rel large/_fsneq.rel large/fabsf.rel large/frexpf.rel large/ldexpf.rel large/expf.rel large/powf.rel large/sincosf.rel large/sinf.rel large/cosf.rel large/logf.rel large/log10f.rel large/sqrtf.rel large/tancotf.rel large/tanf.rel large/cotf.rel large/asincosf.rel large/asinf.rel large/acosf.rel large/atanf.rel large/atan2f.rel large/sincoshf.rel large/sinhf.rel large/coshf.rel large/tanhf.rel large/floorf.rel large/ceilf.rel large/modff.rel large/errno.rel large/isinf.rel large/isnan.rel large/_fscmp.rel large/_fsget1arg.rel large/_fsget2args.rel large/_fsnormalize.rel large/_fsreturnval.rel large/_fsrshift.rel large/_fsswapargs.rel large/_logexpf.rel large/_divsint.rel large/_divuint.rel large/_modsint.rel large/_moduint.rel large/_mulint.rel large/_divslong.rel large/_modslong.rel large/_modulong.rel large/_divulong.rel large/_mullong.rel large/_rrulonglong.rel large/_rrslonglong.rel large/_rlulonglong.rel large/_rlslonglong.rel large/_mullonglong.rel large/_divslonglong.rel large/_divulonglong.rel large/_modslonglong.rel large/_modulonglong.rel large/isalnum.rel large/isalpha.rel large/isblank.rel large/iscntrl.rel large/isdigit.rel large/isgraph.rel large/islower.rel large/isprint.rel large/ispunct.rel large/isspace.rel large/isupper.rel large/isxdigit.rel large/tolower.rel large/toupper.rel large/atoi.rel large/atol.rel large/atoll.rel large/strtol.rel large/strtoul.rel large/bsearch.rel large/qsort.rel large/abs.rel large/labs.rel large/rand.rel large/_strcat.rel large/_strchr.rel large/_strcspn.rel large/_strncat.rel large/_strncmp.rel large/strxfrm.rel large/_strncpy.rel large/_strpbrk.rel large/_strrchr.rel large/_strspn.rel large/_strstr.rel large/_strtok.rel large/_memchr.rel large/_memcmp.rel large/_memset.rel large/aligned_alloc.rel large/calloc.rel large/malloc.rel large/realloc.rel large/free.rel large/mblen.rel large/mbtowc.rel large/wctomb.rel large/mbstowcs.rel large/wcstombs.rel large/mbrtoc16.rel large/c16rtomb.rel large/mbrtoc32.rel large/c32rtomb.rel large/mbstoc16s.rel large/c16stombs.rel large/wcscmp.rel large/wcslen.rel large/btowc.rel large/wctob.rel large/mbsinit.rel large/mbrlen.rel large/mbrtowc.rel large/wcrtomb.rel large/printf_large.rel large/puts.rel large/gets.rel large/__assert.rel large/time.rel large/_autobaud.rel large/_bp.rel large/_decdptr.rel large/_gptrget.rel large/_gptrgetc.rel large/_gptrput.rel large/_ser.rel large/_setjmp.rel large/serial.rel large/_itoa.rel large/_ltoa.rel large/_spx.rel large/_startup.rel large/_strcmp.rel large/_strlen.rel large/_memcpy.rel large/_memmove.rel large/_strcpy.rel large/_heap.rel large/sprintf.rel large/vprintf.rel large/printf_fast.rel large/printf_fast_f.rel large/printf_tiny.rel large/printfl.rel large/bpx.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _atof.c -o large/_atof.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _schar2fs.c -o large/_schar2fs.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _sint2fs.c -o large/_sint2fs.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _slong2fs.c -o large/_slong2fs.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _uchar2fs.c -o large/_uchar2fs.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _uint2fs.c -o large/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _ulong2fs.c -o large/_ulong2fs.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2schar.c -o large/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2sint.c -o large/_fs2sint.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2slong.c -o large/_fs2slong.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2uchar.c -o large/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2uint.c -o large/_fs2uint.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fs2ulong.c -o large/_fs2ulong.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsadd.c -o large/_fsadd.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../islower.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsdiv.c -o large/_fsdiv.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsmul.c -o large/_fsmul.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fssub.c -o large/_fssub.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fseq.c -o large/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fslt.c -o large/_fslt.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsneq.c -o large/_fsneq.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c fabsf.c -o large/fabsf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c frexpf.c -o large/frexpf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c ldexpf.c -o large/ldexpf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c expf.c -o large/expf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c powf.c -o large/powf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sincosf.c -o large/sincosf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isblank.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sinf.c -o large/sinf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c cosf.c -o large/cosf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c logf.c -o large/logf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../islower.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c log10f.c -o large/log10f.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isprint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sqrtf.c -o large/sqrtf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c tancotf.c -o large/tancotf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c tanf.c -o large/tanf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c cotf.c -o large/cotf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../strtol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c asincosf.c -o large/asincosf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c asinf.c -o large/asinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c acosf.c -o large/acosf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c atanf.c -o large/atanf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../qsort.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c atan2f.c -o large/atan2f.rel
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mz80 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sincoshf.c -o large/sincoshf.rel
> test . = . || cp crt0.s .
> ../../../bin/sdasz80 -plosgff crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/z80/z80.lib divunsigned.rel divsigned.rel divmixed.rel modunsigned.rel modsigned.rel modmixed.rel mul.rel mulchar.rel heap.rel memmove.rel strcpy.rel strlen.rel abs.rel __sdcc_call_hl.rel __sdcc_call_iy.rel crtenter.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strcmp.rel _memcpy.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strcat.c
> cp crt0.rel ../build/z80/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/z80'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_memchr.c
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/z80/*.lst build/z80/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mr3ka" PORT=r3ka objects-z80 OEXT=.o; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strcspn.c
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_memcmp.c
> /usr/bin/make build/r3ka
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/r3ka
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make r3ka
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strncat.c
> make[6]: 'r3ka' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f r3ka/Makefile ]; then \
>   /usr/bin/make -C r3ka PORT=r3ka; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/r3ka'
> test . = . || cp divunsigned.s .
> ../../../bin/sdasrab -plosgff divunsigned.s
> test . = . || rm divunsigned.s
> test . = . || cp divsigned.s .
> ../../../bin/sdasrab -plosgff divsigned.s
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_memset.c
> test . = . || rm divsigned.s
> test . = . || cp divmixed.s .
> ../../../bin/sdasrab -plosgff divmixed.s
> test . = . || rm divmixed.s
> test . = . || cp modunsigned.s .
> ../../../bin/sdasrab -plosgff modunsigned.s
> test . = . || rm modunsigned.s
> test . = . || cp modsigned.s .
> ../../../bin/sdasrab -plosgff modsigned.s
> test . = . || rm modsigned.s
> test . = . || cp modmixed.s .
> ../../../bin/sdasrab -plosgff modmixed.s
> test . = . || rm modmixed.s
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strncmp.c
> test . = . || cp mul.s .
> ../../../bin/sdasrab -plosgff mul.s
> test . = . || rm mul.s
> test . = . || cp mulchar.s .
> ../../../bin/sdasrab -plosgff mulchar.s
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> test . = . || rm mulchar.s
> test . = . || cp heap.s .
> ../../../bin/sdasrab -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp memmove.s .
> ../../../bin/sdasrab -plosgff memmove.s
> test . = . || rm memmove.s
> test . = . || cp strcpy.s .
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdasrab -plosgff strcpy.s
> test . = . || rm strcpy.s
> test . = . || cp abs.s .
> ../../../bin/sdasrab -plosgff abs.s
> test . = . || rm abs.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdasrab -plosgff __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp __sdcc_call_iy.s .
> ../../../bin/sdasrab -plosgff __sdcc_call_iy.s
> test . = . || rm __sdcc_call_iy.s
> test . = . || cp crtenter.s .
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sinhf.c -o large/sinhf.rel
> ../../../bin/sdasrab -plosgff crtenter.s
> test . = . || rm crtenter.s
> test . = . || cp setjmp.s .
> ../../../bin/sdasrab -plosgff setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c coshf.c -o large/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c tanhf.c -o large/tanhf.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c floorf.c -o large/floorf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c ceilf.c -o large/ceilf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c modff.c -o large/modff.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c errno.c -o large/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isinf.c -o large/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isnan.c -o large/isnan.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fscmp.c -o large/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsget1arg.c -o large/_fsget1arg.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsget2args.c -o large/_fsget2args.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsnormalize.c -o large/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsreturnval.c -o large/_fsreturnval.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsrshift.c -o large/_fsrshift.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _fsswapargs.c -o large/_fsswapargs.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _logexpf.c -o large/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divsint.c -o large/_divsint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divuint.c -o large/_divuint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _modsint.c -o large/_modsint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _moduint.c -o large/_moduint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _mulint.c -o large/_mulint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divslong.c -o large/_divslong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _modslong.c -o large/_modslong.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _modulong.c -o large/_modulong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divulong.c -o large/_divulong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _mullong.c -o large/_mullong.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _rrulonglong.c -o large/_rrulonglong.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _rrslonglong.c -o large/_rrslonglong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../free.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _rlulonglong.c -o large/_rlulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _rlslonglong.c -o large/_rlslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _mullonglong.c -o large/_mullonglong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../realloc.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divslonglong.c -o large/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _divulonglong.c -o large/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _modslonglong.c -o large/_modslonglong.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _modulonglong.c -o large/_modulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isalnum.c -o large/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isalpha.c -o large/isalpha.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isblank.c -o large/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c iscntrl.c -o large/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isdigit.c -o large/isdigit.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isgraph.c -o large/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c islower.c -o large/islower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isprint.c -o large/isprint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c ispunct.c -o large/ispunct.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../free.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isspace.c -o large/isspace.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isupper.c -o large/isupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c isxdigit.c -o large/isxdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c tolower.c -o large/tolower.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c toupper.c -o large/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c atoi.c -o large/atoi.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mblen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c atol.c -o large/atol.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c atoll.c -o large/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c strtol.c -o large/strtol.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c strtoul.c -o large/strtoul.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c bsearch.c -o large/bsearch.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c qsort.c -o large/qsort.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c abs.c -o large/abs.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c labs.c -o large/labs.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c rand.c -o large/rand.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strcat.c -o large/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strchr.c -o large/_strchr.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strcspn.c -o large/_strcspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strncat.c -o large/_strncat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strncmp.c -o large/_strncmp.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c strxfrm.c -o large/strxfrm.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strncpy.c -o large/_strncpy.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strpbrk.c -o large/_strpbrk.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strrchr.c -o large/_strrchr.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strspn.c -o large/_strspn.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strstr.c -o large/_strstr.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strtok.c -o large/_strtok.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _memchr.c -o large/_memchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _memcmp.c -o large/_memcmp.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _memset.c -o large/_memset.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c aligned_alloc.c -o large/aligned_alloc.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c calloc.c -o large/calloc.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c malloc.c -o large/malloc.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c realloc.c -o large/realloc.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c free.c -o large/free.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mblen.c -o large/mblen.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbtowc.c -o large/mbtowc.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wctomb.c -o large/wctomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbstowcs.c -o large/mbstowcs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wcstombs.c -o large/wcstombs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbrtoc16.c -o large/mbrtoc16.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../logf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c c16rtomb.c -o large/c16rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbrtoc32.c -o large/mbrtoc32.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c c32rtomb.c -o large/c32rtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbstoc16s.c -o large/mbstoc16s.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c c16stombs.c -o large/c16stombs.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wcscmp.c -o large/wcscmp.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wcslen.c -o large/wcslen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c btowc.c -o large/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wctob.c -o large/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbsinit.c -o large/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbrlen.c -o large/mbrlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c mbrtowc.c -o large/mbrtowc.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c wcrtomb.c -o large/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c printf_large.c -o large/printf_large.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../asinf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c puts.c -o large/puts.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c gets.c -o large/gets.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c __assert.c -o large/__assert.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c time.c -o large/time.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _autobaud.c -o large/_autobaud.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isblank.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _bp.c -o large/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _decdptr.c -o large/_decdptr.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _gptrget.c -o large/_gptrget.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _gptrgetc.c -o large/_gptrgetc.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../islower.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _gptrput.c -o large/_gptrput.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isprint.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _ser.c -o large/_ser.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _setjmp.c -o large/_setjmp.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isupper.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c serial.c -o large/serial.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../tolower.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _itoa.c -o large/_itoa.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../atoi.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _ltoa.c -o large/_ltoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _spx.c -o large/_spx.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _startup.c -o large/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strcmp.c -o large/_strcmp.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../puts.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strlen.c -o large/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _memcpy.c -o large/_memcpy.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../atol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _memmove.c -o large/_memmove.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _strcpy.c -o large/_strcpy.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../time.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c _heap.c -o large/_heap.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c sprintf.c -o large/sprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c vprintf.c -o large/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c printf_fast.c -o large/printf_fast.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../atoll.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c printf_fast_f.c -o large/printf_fast_f.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../strtol.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c printf_tiny.c -o large/printf_tiny.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c printfl.c -o large/printfl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-large --nostdinc --std-c99 -c bpx.c -o large/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f large/Makefile ]; then \
>   /usr/bin/make -C large PORT=large; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/large'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> ../../../bin/sdar -rcD ../build/large/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/large'
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../strtoul.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/large/libfloat.lib build/large/libint.lib build/large/liblong.lib build/large/liblonglong.lib build/large/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdar -rcD build/large/libfloat.lib large/_atof.rel large/_schar2fs.rel large/_sint2fs.rel large/_slong2fs.rel large/_uchar2fs.rel large/_uint2fs.rel large/_ulong2fs.rel large/_fs2schar.rel large/_fs2sint.rel large/_fs2slong.rel large/_fs2uchar.rel large/_fs2uint.rel large/_fs2ulong.rel large/_fsadd.rel large/_fsdiv.rel large/_fsmul.rel large/_fssub.rel large/_fseq.rel large/_fslt.rel large/_fsneq.rel large/fabsf.rel large/frexpf.rel large/ldexpf.rel large/expf.rel large/powf.rel large/sincosf.rel large/sinf.rel large/cosf.rel large/logf.rel large/log10f.rel large/sqrtf.rel large/tancotf.rel large/tanf.rel large/cotf.rel large/asincosf.rel large/asinf.rel large/acosf.rel large/atanf.rel large/atan2f.rel large/sincoshf.rel large/sinhf.rel large/coshf.rel large/tanhf.rel large/floorf.rel large/ceilf.rel large/modff.rel large/errno.rel large/isinf.rel large/isnan.rel large/_fscmp.rel large/_fsget1arg.rel large/_fsget2args.rel large/_fsnormalize.rel large/_fsreturnval.rel large/_fsrshift.rel large/_fsswapargs.rel large/_logexpf.rel
> ../../bin/sdar -rcD build/large/libint.lib large/_divsint.rel large/_divuint.rel large/_modsint.rel large/_moduint.rel large/_mulint.rel
> ../../bin/sdar -rcD build/large/liblong.lib large/_divslong.rel large/_modslong.rel large/_modulong.rel large/_divulong.rel large/_mullong.rel
> ../../bin/sdar -rcD build/large/liblonglong.lib large/_rrulonglong.rel large/_rrslonglong.rel large/_rlulonglong.rel large/_rlslonglong.rel large/_mullonglong.rel large/_divslonglong.rel large/_divulonglong.rel large/_modslonglong.rel large/_modulonglong.rel
> ../../bin/sdar -rcD build/large/libsdcc.lib large/isalnum.rel large/isalpha.rel large/isblank.rel large/iscntrl.rel large/isdigit.rel large/isgraph.rel large/islower.rel large/isprint.rel large/ispunct.rel large/isspace.rel large/isupper.rel large/isxdigit.rel large/tolower.rel large/toupper.rel large/atoi.rel large/atol.rel large/atoll.rel large/strtol.rel large/strtoul.rel large/bsearch.rel large/qsort.rel large/abs.rel large/labs.rel large/rand.rel large/_strcat.rel large/_strchr.rel large/_strcspn.rel large/_strncat.rel large/_strncmp.rel large/strxfrm.rel large/_strncpy.rel large/_strpbrk.rel large/_strrchr.rel large/_strspn.rel large/_strstr.rel large/_strtok.rel large/_memchr.rel large/_memcmp.rel large/_memset.rel large/aligned_alloc.rel large/calloc.rel large/malloc.rel large/realloc.rel large/free.rel large/mblen.rel large/mbtowc.rel large/wctomb.rel large/mbstowcs.rel large/wcstombs.rel large/mbrtoc16.rel large/c16rtomb.rel large/mbrtoc32.rel large/c32rtomb.rel large/mbstoc16s.rel large/c16stombs.rel large/wcscmp.rel large/wcslen.rel large/btowc.rel large/wctob.rel large/mbsinit.rel large/mbrlen.rel large/mbrtowc.rel large/wcrtomb.rel large/printf_large.rel large/puts.rel large/gets.rel large/__assert.rel large/time.rel large/_autobaud.rel large/_bp.rel large/_decdptr.rel large/_gptrget.rel large/_gptrgetc.rel large/_gptrput.rel large/_ser.rel large/_setjmp.rel large/serial.rel large/_itoa.rel large/_ltoa.rel large/_spx.rel large/_startup.rel large/_strcmp.rel large/_strlen.rel large/_memcpy.rel large/_memmove.rel large/_strcpy.rel large/_heap.rel large/sprintf.rel large/vprintf.rel large/printf_fast.rel large/printf_fast_f.rel large/printf_tiny.rel large/printfl.rel large/bpx.rel
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/large/*.lst build/large/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/huge
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/huge
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make huge
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'huge' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make huge/_atof.rel huge/_schar2fs.rel huge/_sint2fs.rel huge/_slong2fs.rel huge/_uchar2fs.rel huge/_uint2fs.rel huge/_ulong2fs.rel huge/_fs2schar.rel huge/_fs2sint.rel huge/_fs2slong.rel huge/_fs2uchar.rel huge/_fs2uint.rel huge/_fs2ulong.rel huge/_fsadd.rel huge/_fsdiv.rel huge/_fsmul.rel huge/_fssub.rel huge/_fseq.rel huge/_fslt.rel huge/_fsneq.rel huge/fabsf.rel huge/frexpf.rel huge/ldexpf.rel huge/expf.rel huge/powf.rel huge/sincosf.rel huge/sinf.rel huge/cosf.rel huge/logf.rel huge/log10f.rel huge/sqrtf.rel huge/tancotf.rel huge/tanf.rel huge/cotf.rel huge/asincosf.rel huge/asinf.rel huge/acosf.rel huge/atanf.rel huge/atan2f.rel huge/sincoshf.rel huge/sinhf.rel huge/coshf.rel huge/tanhf.rel huge/floorf.rel huge/ceilf.rel huge/modff.rel huge/errno.rel huge/isinf.rel huge/isnan.rel huge/_fscmp.rel huge/_fsget1arg.rel huge/_fsget2args.rel huge/_fsnormalize.rel huge/_fsreturnval.rel huge/_fsrshift.rel huge/_fsswapargs.rel huge/_logexpf.rel huge/_divsint.rel huge/_divuint.rel huge/_modsint.rel huge/_moduint.rel huge/_mulint.rel huge/_divslong.rel huge/_modslong.rel huge/_modulong.rel huge/_divulong.rel huge/_mullong.rel huge/_rrulonglong.rel huge/_rrslonglong.rel huge/_rlulonglong.rel huge/_rlslonglong.rel huge/_mullonglong.rel huge/_divslonglong.rel huge/_divulonglong.rel huge/_modslonglong.rel huge/_modulonglong.rel huge/isalnum.rel huge/isalpha.rel huge/isblank.rel huge/iscntrl.rel huge/isdigit.rel huge/isgraph.rel huge/islower.rel huge/isprint.rel huge/ispunct.rel huge/isspace.rel huge/isupper.rel huge/isxdigit.rel huge/tolower.rel huge/toupper.rel huge/atoi.rel huge/atol.rel huge/atoll.rel huge/strtol.rel huge/strtoul.rel huge/bsearch.rel huge/qsort.rel huge/abs.rel huge/labs.rel huge/rand.rel huge/_strcat.rel huge/_strchr.rel huge/_strcspn.rel huge/_strncat.rel huge/_strncmp.rel huge/strxfrm.rel huge/_strncpy.rel huge/_strpbrk.rel huge/_strrchr.rel huge/_strspn.rel huge/_strstr.rel huge/_strtok.rel huge/_memchr.rel huge/_memcmp.rel huge/_memset.rel huge/aligned_alloc.rel huge/calloc.rel huge/malloc.rel huge/realloc.rel huge/free.rel huge/mblen.rel huge/mbtowc.rel huge/wctomb.rel huge/mbstowcs.rel huge/wcstombs.rel huge/mbrtoc16.rel huge/c16rtomb.rel huge/mbrtoc32.rel huge/c32rtomb.rel huge/mbstoc16s.rel huge/c16stombs.rel huge/wcscmp.rel huge/wcslen.rel huge/btowc.rel huge/wctob.rel huge/mbsinit.rel huge/mbrlen.rel huge/mbrtowc.rel huge/wcrtomb.rel huge/printf_large.rel huge/puts.rel huge/gets.rel huge/__assert.rel huge/time.rel huge/_autobaud.rel huge/_bp.rel huge/_decdptr.rel huge/_gptrget.rel huge/_gptrgetc.rel huge/_gptrput.rel huge/_ser.rel huge/_setjmp.rel huge/serial.rel huge/_itoa.rel huge/_ltoa.rel huge/_spx.rel huge/_startup.rel huge/_strcmp.rel huge/_strlen.rel huge/_memcpy.rel huge/_memmove.rel huge/_strcpy.rel huge/_heap.rel huge/sprintf.rel huge/vprintf.rel huge/printf_fast.rel huge/printf_fast_f.rel huge/printf_tiny.rel huge/printfl.rel huge/bpx.rel
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../puts.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _atof.c -o huge/_atof.rel
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../qsort.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _schar2fs.c -o huge/_schar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _sint2fs.c -o huge/_sint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _slong2fs.c -o huge/_slong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _uchar2fs.c -o huge/_uchar2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _uint2fs.c -o huge/_uint2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _ulong2fs.c -o huge/_ulong2fs.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2schar.c -o huge/_fs2schar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2sint.c -o huge/_fs2sint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2slong.c -o huge/_fs2slong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../labs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2uchar.c -o huge/_fs2uchar.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2uint.c -o huge/_fs2uint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../rand.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fs2ulong.c -o huge/_fs2ulong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsadd.c -o huge/_fsadd.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsdiv.c -o huge/_fsdiv.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsmul.c -o huge/_fsmul.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fssub.c -o huge/_fssub.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fseq.c -o huge/_fseq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fslt.c -o huge/_fslt.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsneq.c -o huge/_fsneq.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c fabsf.c -o huge/fabsf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c frexpf.c -o huge/frexpf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c ldexpf.c -o huge/ldexpf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c expf.c -o huge/expf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c powf.c -o huge/powf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sincosf.c -o huge/sincosf.rel
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mz180 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strspn.c
> test . = . || cp crt0.s .
> ../../../bin/sdasz80 -plosgff crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/z180/z180.lib divunsigned.rel divsigned.rel divmixed.rel modunsigned.rel modsigned.rel modmixed.rel mul.rel mulchar.rel heap.rel memmove.rel strcpy.rel strlen.rel abs.rel __sdcc_call_hl.rel __sdcc_call_iy.rel crtenter.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strcmp.rel _memcpy.rel
> cp crt0.rel ../build/z180/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/z180'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strstr.c
> rm -f build/z180/*.lst build/z180/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mtlcs90" PORT=tlcs90 objects-z80 OEXT=.o; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/tlcs90
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/tlcs90
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make tlcs90
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sinf.c -o huge/sinf.rel
> make[6]: 'tlcs90' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c cosf.c -o huge/cosf.rel
> if [ -f tlcs90/Makefile ]; then \
>   /usr/bin/make -C tlcs90 PORT=tlcs90; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/tlcs90'
> test . = . || cp divunsigned.s .
> ../../../bin/sdastlcs90 -plosgff -I./ divunsigned.s
> test . = . || rm divunsigned.s
> test . = . || cp divsigned.s .
> ../../../bin/sdastlcs90 -plosgff -I./ divsigned.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c logf.c -o huge/logf.rel
> test . = . || rm divsigned.s
> test . = . || cp divmixed.s .
> ../../../bin/sdastlcs90 -plosgff -I./ divmixed.s
> test . = . || rm divmixed.s
> test . = . || cp modunsigned.s .
> ../../../bin/sdastlcs90 -plosgff -I./ modunsigned.s
> test . = . || rm modunsigned.s
> test . = . || cp modsigned.s .
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c log10f.c -o huge/log10f.rel
> ../../../bin/sdastlcs90 -plosgff -I./ modsigned.s
> test . = . || rm modsigned.s
> test . = . || cp modmixed.s .
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdastlcs90 -plosgff -I./ modmixed.s
> test . = . || rm modmixed.s
> test . = . || cp mul.s .
> ../../../bin/sdastlcs90 -plosgff -I./ mul.s
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sqrtf.c -o huge/sqrtf.rel
> test . = . || rm mul.s
> test . = . || cp mulchar.s .
> ../../../bin/sdastlcs90 -plosgff -I./ mulchar.s
> test . = . || rm mulchar.s
> test . = . || cp heap.s .
> ../../../bin/sdastlcs90 -plosgff -I./ heap.s
> test . = . || rm heap.s
> test . = . || cp strcpy.s .
> ../../../bin/sdastlcs90 -plosgff -I./ strcpy.s
> test . = . || rm strcpy.s
> test . = . || cp strlen.s .
> ../../../bin/sdastlcs90 -plosgff -I./ strlen.s
> test . = . || rm strlen.s
> test . = . || cp abs.s .
> ../../../bin/sdastlcs90 -plosgff -I./ abs.s
> test . = . || rm abs.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdastlcs90 -plosgff -I./ __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp __sdcc_call_iy.s .
> ../../../bin/sdastlcs90 -plosgff -I./ __sdcc_call_iy.s
> test . = . || rm __sdcc_call_iy.s
> test . = . || cp crtenter.s .
> ../../../bin/sdastlcs90 -plosgff -I./ crtenter.s
> test . = . || rm crtenter.s
> test . = . || cp setjmp.s .
> ../../../bin/sdastlcs90 -plosgff -I./ setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c tancotf.c -o huge/tancotf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../../bin/sdcc -mr2k -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c tanf.c -o huge/tanf.rel
> test . = . || cp crt0.s .
> ../../../bin/sdasrab -plosgff crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/r2k/r2k.lib divunsigned.rel divsigned.rel divmixed.rel modunsigned.rel modsigned.rel modmixed.rel mul.rel mulchar.rel heap.rel memmove.rel strcpy.rel abs.rel __sdcc_call_hl.rel __sdcc_call_iy.rel crtenter.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strlen.rel _strcmp.rel _memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c cotf.c -o huge/cotf.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../realloc.c
> cp crt0.rel ../build/r2k/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/r2k'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> rm -f build/r2k/*.lst build/r2k/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^z80$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mgbz80" PORT=gbz80 objects-z80 OEXT=.o; \
> fi
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c asincosf.c -o huge/asincosf.rel
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/gbz80
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/gbz80
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make gbz80
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> make[6]: 'gbz80' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f gbz80/Makefile ]; then \
>   /usr/bin/make -C gbz80 PORT=gbz80; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/gbz80'
> test . = . || cp div.s .
> ../../../bin/sdasgb -plosgff div.s
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> test . = . || rm div.s
> test . = . || cp mul.s .
> ../../../bin/sdasgb -plosgff mul.s
> test . = . || rm mul.s
> test . = . || cp crt0_rle.s .
> ../../../bin/sdasgb -plosgff crt0_rle.s
> test . = . || rm crt0_rle.s
> test . = . || cp heap.s .
> ../../../bin/sdasgb -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp __sdcc_call_hl.s .
> ../../../bin/sdasgb -plosgff __sdcc_call_hl.s
> test . = . || rm __sdcc_call_hl.s
> test . = . || cp setjmp.s .
> ../../../bin/sdasgb -plosgff setjmp.s
> test . = . || rm setjmp.s
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c asinf.c -o huge/asinf.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c acosf.c -o huge/acosf.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c atanf.c -o huge/atanf.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../free.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mblen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c atan2f.c -o huge/atan2f.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sincoshf.c -o huge/sincoshf.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sinhf.c -o huge/sinhf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c coshf.c -o huge/coshf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c tanhf.c -o huge/tanhf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c floorf.c -o huge/floorf.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c ceilf.c -o huge/ceilf.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c modff.c -o huge/modff.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c errno.c -o huge/errno.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isinf.c -o huge/isinf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isnan.c -o huge/isnan.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fscmp.c -o huge/_fscmp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsget1arg.c -o huge/_fsget1arg.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsget2args.c -o huge/_fsget2args.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsnormalize.c -o huge/_fsnormalize.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsreturnval.c -o huge/_fsreturnval.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsrshift.c -o huge/_fsrshift.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _fsswapargs.c -o huge/_fsswapargs.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _logexpf.c -o huge/_logexpf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divsint.c -o huge/_divsint.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divuint.c -o huge/_divuint.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _modsint.c -o huge/_modsint.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _moduint.c -o huge/_moduint.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../expf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _mulint.c -o huge/_mulint.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divslong.c -o huge/_divslong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _modslong.c -o huge/_modslong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _modulong.c -o huge/_modulong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divulong.c -o huge/_divulong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../powf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _mullong.c -o huge/_mullong.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _rrulonglong.c -o huge/_rrulonglong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _rrslonglong.c -o huge/_rrslonglong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _rlulonglong.c -o huge/_rlulonglong.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _rlslonglong.c -o huge/_rlslonglong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _mullonglong.c -o huge/_mullonglong.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divslonglong.c -o huge/_divslonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _divulonglong.c -o huge/_divulonglong.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _modslonglong.c -o huge/_modslonglong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _modulonglong.c -o huge/_modulonglong.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isalnum.c -o huge/isalnum.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isalpha.c -o huge/isalpha.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isblank.c -o huge/isblank.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c iscntrl.c -o huge/iscntrl.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isdigit.c -o huge/isdigit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isgraph.c -o huge/isgraph.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c islower.c -o huge/islower.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isprint.c -o huge/isprint.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c ispunct.c -o huge/ispunct.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isspace.c -o huge/isspace.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isupper.c -o huge/isupper.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c isxdigit.c -o huge/isxdigit.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c tolower.c -o huge/tolower.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../logf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c toupper.c -o huge/toupper.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c atoi.c -o huge/atoi.rel
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c atol.c -o huge/atol.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c atoll.c -o huge/atoll.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c strtol.c -o huge/strtol.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c strtoul.c -o huge/strtoul.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c bsearch.c -o huge/bsearch.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c qsort.c -o huge/qsort.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../errno.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c abs.c -o huge/abs.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c labs.c -o huge/labs.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c rand.c -o huge/rand.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strcat.c -o huge/_strcat.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strchr.c -o huge/_strchr.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strcspn.c -o huge/_strcspn.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strncat.c -o huge/_strncat.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strncmp.c -o huge/_strncmp.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c strxfrm.c -o huge/strxfrm.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strncpy.c -o huge/_strncpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strpbrk.c -o huge/_strpbrk.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strrchr.c -o huge/_strrchr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strspn.c -o huge/_strspn.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strstr.c -o huge/_strstr.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../asinf.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strtok.c -o huge/_strtok.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _memchr.c -o huge/_memchr.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _memcmp.c -o huge/_memcmp.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _memset.c -o huge/_memset.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c aligned_alloc.c -o huge/aligned_alloc.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c calloc.c -o huge/calloc.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c malloc.c -o huge/malloc.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c realloc.c -o huge/realloc.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c free.c -o huge/free.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mblen.c -o huge/mblen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbtowc.c -o huge/mbtowc.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wctomb.c -o huge/wctomb.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../abs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../errno.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbstowcs.c -o huge/mbstowcs.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../rand.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wcstombs.c -o huge/wcstombs.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbrtoc16.c -o huge/mbrtoc16.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c c16rtomb.c -o huge/c16rtomb.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbrtoc32.c -o huge/mbrtoc32.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c c32rtomb.c -o huge/c32rtomb.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbstoc16s.c -o huge/mbstoc16s.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c c16stombs.c -o huge/c16stombs.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wcscmp.c -o huge/wcscmp.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wcslen.c -o huge/wcslen.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c btowc.c -o huge/btowc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wctob.c -o huge/wctob.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbsinit.c -o huge/mbsinit.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbrlen.c -o huge/mbrlen.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c mbrtowc.c -o huge/mbrtowc.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../free.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c wcrtomb.c -o huge/wcrtomb.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c printf_large.c -o huge/printf_large.rel
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mr3ka -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c puts.c -o huge/puts.rel
> test . = . || cp crt0.s .
> ../../../bin/sdasrab -plosgff crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/r3ka/r3ka.lib divunsigned.rel divsigned.rel divmixed.rel modunsigned.rel modsigned.rel modmixed.rel mul.rel mulchar.rel heap.rel memmove.rel strcpy.rel abs.rel __sdcc_call_hl.rel __sdcc_call_iy.rel crtenter.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strlen.rel _strcmp.rel _memcpy.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c gets.c -o huge/gets.rel
> cp crt0.rel ../build/r3ka/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/r3ka'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/r3ka/*.lst build/r3ka/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^stm8$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mstm8" PORT=stm8 objects-stm8; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../realloc.c
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c __assert.c -o huge/__assert.rel
> /usr/bin/make build/stm8
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c time.c -o huge/time.rel
> mkdir -p build/stm8
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make stm8
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'stm8' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> if [ -f stm8/Makefile ]; then \
>   /usr/bin/make -C stm8 PORT=stm8; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/stm8'
> test . = . || cp setjmp.s .
> ../../../bin/sdasstm8 -plosgff setjmp.s
> test . = . || rm setjmp.s
> test . = . || cp _mulint.s .
> ../../../bin/sdasstm8 -plosgff _mulint.s
> test . = . || rm _mulint.s
> test . = . || cp __mulsint2slong.s .
> ../../../bin/sdasstm8 -plosgff __mulsint2slong.s
> test . = . || rm __mulsint2slong.s
> test . = . || cp _divsint.s .
> ../../../bin/sdasstm8 -plosgff _divsint.s
> test . = . || rm _divsint.s
> test . = . || cp _modsint.s .
> ../../../bin/sdasstm8 -plosgff _modsint.s
> test . = . || rm _modsint.s
> test . = . || cp _mullong.s .
> ../../../bin/sdasstm8 -plosgff _mullong.s
> test . = . || rm _mullong.s
> test . = . || cp _divulong.s .
> ../../../bin/sdasstm8 -plosgff _divulong.s
> test . = . || rm _divulong.s
> test . = . || cp _modulong.s .
> ../../../bin/sdasstm8 -plosgff _modulong.s
> test . = . || rm _modulong.s
> test . = . || cp _divslong.s .
> ../../../bin/sdasstm8 -plosgff _divslong.s
> test . = . || rm _divslong.s
> test . = . || cp _modslong.s .
> ../../../bin/sdasstm8 -plosgff _modslong.s
> test . = . || rm _modslong.s
> test . = . || cp _fast_long_neg.s .
> ../../../bin/sdasstm8 -plosgff _fast_long_neg.s
> test . = . || rm _fast_long_neg.s
> test . = . || cp heap.s .
> ../../../bin/sdasstm8 -plosgff heap.s
> test . = . || rm heap.s
> test . = . || cp strcpy.s .
> ../../../bin/sdasstm8 -plosgff strcpy.s
> test . = . || rm strcpy.s
> test . = . || cp strcmp.s .
> ../../../bin/sdasstm8 -plosgff strcmp.s
> test . = . || rm strcmp.s
> test . = . || cp memcpy.s .
> ../../../bin/sdasstm8 -plosgff memcpy.s
> test . = . || rm memcpy.s
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_atof.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _autobaud.c -o huge/_autobaud.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _bp.c -o huge/_bp.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _decdptr.c -o huge/_decdptr.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _gptrget.c -o huge/_gptrget.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _gptrgetc.c -o huge/_gptrgetc.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _gptrput.c -o huge/_gptrput.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _ser.c -o huge/_ser.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _setjmp.c -o huge/_setjmp.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../free.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c serial.c -o huge/serial.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _itoa.c -o huge/_itoa.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _ltoa.c -o huge/_ltoa.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _spx.c -o huge/_spx.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _startup.c -o huge/_startup.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strcmp.c -o huge/_strcmp.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strlen.c -o huge/_strlen.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _memcpy.c -o huge/_memcpy.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _memmove.c -o huge/_memmove.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _strcpy.c -o huge/_strcpy.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c _heap.c -o huge/_heap.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c sprintf.c -o huge/sprintf.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c vprintf.c -o huge/vprintf.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c printf_fast.c -o huge/printf_fast.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c printf_fast_f.c -o huge/printf_fast_f.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c printf_tiny.c -o huge/printf_tiny.rel
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c printfl.c -o huge/printfl.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../bin/sdcc -I../../device/include -I../../device/include/mcs51 --model-huge --nostdinc --std-c99 -c bpx.c -o huge/bpx.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2sint.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wcstombs.c
> if [ -f huge/Makefile ]; then \
>   /usr/bin/make -C huge PORT=huge; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/huge'
> /usr/bin/make -C ../mcs51 all
> make[7]: Entering directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> ../../../bin/sdar -rcD ../build/huge/mcs51.lib crtstart.rel crtxinit.rel crtxclear.rel crtclear.rel crtpagesfr.rel crtbank.rel crtcall.rel crtxstack.rel crtxpush.rel crtxpushr0.rel crtxpop.rel crtxpopr0.rel gptr_cmp.rel
> make[7]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/mcs51'
> cp ../mcs51/*.rel .
> touch dummy.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/huge'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build/huge/libfloat.lib build/huge/libint.lib build/huge/liblong.lib build/huge/liblonglong.lib build/huge/libsdcc.lib
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../bin/sdar -rcD build/huge/libfloat.lib huge/_atof.rel huge/_schar2fs.rel huge/_sint2fs.rel huge/_slong2fs.rel huge/_uchar2fs.rel huge/_uint2fs.rel huge/_ulong2fs.rel huge/_fs2schar.rel huge/_fs2sint.rel huge/_fs2slong.rel huge/_fs2uchar.rel huge/_fs2uint.rel huge/_fs2ulong.rel huge/_fsadd.rel huge/_fsdiv.rel huge/_fsmul.rel huge/_fssub.rel huge/_fseq.rel huge/_fslt.rel huge/_fsneq.rel huge/fabsf.rel huge/frexpf.rel huge/ldexpf.rel huge/expf.rel huge/powf.rel huge/sincosf.rel huge/sinf.rel huge/cosf.rel huge/logf.rel huge/log10f.rel huge/sqrtf.rel huge/tancotf.rel huge/tanf.rel huge/cotf.rel huge/asincosf.rel huge/asinf.rel huge/acosf.rel huge/atanf.rel huge/atan2f.rel huge/sincoshf.rel huge/sinhf.rel huge/coshf.rel huge/tanhf.rel huge/floorf.rel huge/ceilf.rel huge/modff.rel huge/errno.rel huge/isinf.rel huge/isnan.rel huge/_fscmp.rel huge/_fsget1arg.rel huge/_fsget2args.rel huge/_fsnormalize.rel huge/_fsreturnval.rel huge/_fsrshift.rel huge/_fsswapargs.rel huge/_logexpf.rel
> ../../bin/sdar -rcD build/huge/libint.lib huge/_divsint.rel huge/_divuint.rel huge/_modsint.rel huge/_moduint.rel huge/_mulint.rel
> ../../bin/sdar -rcD build/huge/liblong.lib huge/_divslong.rel huge/_modslong.rel huge/_modulong.rel huge/_divulong.rel huge/_mullong.rel
> ../../bin/sdar -rcD build/huge/liblonglong.lib huge/_rrulonglong.rel huge/_rrslonglong.rel huge/_rlulonglong.rel huge/_rlslonglong.rel huge/_mullonglong.rel huge/_divslonglong.rel huge/_divulonglong.rel huge/_modslonglong.rel huge/_modulonglong.rel
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../bin/sdar -rcD build/huge/libsdcc.lib huge/isalnum.rel huge/isalpha.rel huge/isblank.rel huge/iscntrl.rel huge/isdigit.rel huge/isgraph.rel huge/islower.rel huge/isprint.rel huge/ispunct.rel huge/isspace.rel huge/isupper.rel huge/isxdigit.rel huge/tolower.rel huge/toupper.rel huge/atoi.rel huge/atol.rel huge/atoll.rel huge/strtol.rel huge/strtoul.rel huge/bsearch.rel huge/qsort.rel huge/abs.rel huge/labs.rel huge/rand.rel huge/_strcat.rel huge/_strchr.rel huge/_strcspn.rel huge/_strncat.rel huge/_strncmp.rel huge/strxfrm.rel huge/_strncpy.rel huge/_strpbrk.rel huge/_strrchr.rel huge/_strspn.rel huge/_strstr.rel huge/_strtok.rel huge/_memchr.rel huge/_memcmp.rel huge/_memset.rel huge/aligned_alloc.rel huge/calloc.rel huge/malloc.rel huge/realloc.rel huge/free.rel huge/mblen.rel huge/mbtowc.rel huge/wctomb.rel huge/mbstowcs.rel huge/wcstombs.rel huge/mbrtoc16.rel huge/c16rtomb.rel huge/mbrtoc32.rel huge/c32rtomb.rel huge/mbstoc16s.rel huge/c16stombs.rel huge/wcscmp.rel huge/wcslen.rel huge/btowc.rel huge/wctob.rel huge/mbsinit.rel huge/mbrlen.rel huge/mbrtowc.rel huge/wcrtomb.rel huge/printf_large.rel huge/puts.rel huge/gets.rel huge/__assert.rel huge/time.rel huge/_autobaud.rel huge/_bp.rel huge/_decdptr.rel huge/_gptrget.rel huge/_gptrgetc.rel huge/_gptrput.rel huge/_ser.rel huge/_setjmp.rel huge/serial.rel huge/_itoa.rel huge/_ltoa.rel huge/_spx.rel huge/_startup.rel huge/_strcmp.rel huge/_strlen.rel huge/_memcpy.rel huge/_memmove.rel huge/_strcpy.rel huge/_heap.rel huge/sprintf.rel huge/vprintf.rel huge/printf_fast.rel huge/printf_fast_f.rel huge/printf_tiny.rel huge/printfl.rel huge/bpx.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/huge/*.lst build/huge/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> if grep '^stm8$' ../../ports.build > /dev/null; then \
>   /usr/bin/make MODELFLAGS="-mstm8 --model-large" PORT=stm8-large objects-stm8; \
> fi
> make[4]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make build-dir
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2uint.c
> /usr/bin/make build/stm8-large
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> mkdir -p build/stm8-large
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make stm8-large
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> make[6]: 'stm8-large' is up to date.
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make port-specific-objects
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> if [ -f stm8-large/Makefile ]; then \
>   /usr/bin/make -C stm8-large PORT=stm8-large; \
> fi
> make[6]: Entering directory '/<<PKGBUILDDIR>>/device/lib/stm8-large'
> test . = . || cp setjmp.s .
> ../../../bin/sdasstm8 -plosgff setjmp.s
> test . = . || rm setjmp.s
> test . = . || cp __mulsint2slong.s .
> ../../../bin/sdasstm8 -plosgff __mulsint2slong.s
> test . = . || rm __mulsint2slong.s
> test . = . || cp heap.s .
> ../../../bin/sdasstm8 -plosgff heap.s
> test . = . || rm heap.s
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_atof.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_schar2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_sint2fs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_slong2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_uchar2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_uint2fs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_ulong2fs.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2schar.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2sint.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strcpy.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2slong.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mgbz80 -I./../../include -I. --std-c99 -c ../_memmove.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2uchar.c
> test . = . || cp crt0.s .
> ../../../bin/sdasgb -plosgff crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/gbz80/gbz80.lib div.rel mul.rel crt0_rle.rel heap.rel __sdcc_call_hl.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strcmp.rel _strcpy.rel _strlen.rel _memcpy.rel _memmove.rel
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2uint.c
> cp crt0.rel ../build/gbz80/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/gbz80'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/gbz80/*.lst build/gbz80/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fs2ulong.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fsadd.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fsdiv.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fsmul.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fssub.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fseq.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fslt.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_fsneq.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../fabsf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../frexpf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../ldexpf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../expf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../powf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sincosf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sinf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../cosf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../logf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../log10f.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sqrtf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../tancotf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../tanf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../cotf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../asincosf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mtlcs90 -I./../../include -I. --std-c99 -c ../_memmove.c
> test . = . || cp crt0.s .
> ../../../bin/sdastlcs90 -plosgff -I./ crt0.s
> test . = . || rm crt0.s
> ../../../bin/sdar -rcD ../build/tlcs90/tlcs90.lib divunsigned.rel divsigned.rel divmixed.rel modunsigned.rel modsigned.rel modmixed.rel mul.rel mulchar.rel heap.rel strcpy.rel strlen.rel abs.rel __sdcc_call_hl.rel __sdcc_call_iy.rel crtenter.rel setjmp.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel sprintf.rel vprintf.rel _strcmp.rel _memcpy.rel _memmove.rel
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../asinf.c
> cp crt0.rel ../build/tlcs90/crt0.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/tlcs90'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../asinf.c
> rm -f build/tlcs90/*.lst build/tlcs90/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../acosf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../atanf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../atan2f.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sincoshf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sinhf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../coshf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../tanhf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../floorf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../ceilf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../modff.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../errno.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isinf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_mulschar.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isnan.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_divschar.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_modschar.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_mulint.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_rrulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_rrslonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divsint.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modsint.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_mulschar.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divschar.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modschar.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divslong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modslong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_rlulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_rlslonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modulong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divulong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_mullong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_rrulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_rrslonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isblank.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_rlulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_rlslonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_mullonglong.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divslonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_divulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../qsort.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modslonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../abs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_modulonglong.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isalnum.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isalpha.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isblank.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../iscntrl.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isdigit.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isgraph.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../islower.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isprint.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../ispunct.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isspace.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isupper.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../isxdigit.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../tolower.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../toupper.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../atoi.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../atol.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../realloc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../free.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../atoll.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../strtol.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mblen.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../strtoul.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../bsearch.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../qsort.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../abs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../labs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../rand.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strcat.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strchr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strcspn.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strncat.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strncmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../strxfrm.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strncpy.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strpbrk.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strrchr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strspn.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strstr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strtok.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_memchr.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_memcmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_memset.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../aligned_alloc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../calloc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../malloc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../realloc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../free.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mblen.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbtowc.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wctomb.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbstowcs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wcstombs.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../_memmove.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbrtoc16.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../c16rtomb.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mstm8 -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbrtoc32.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../c32rtomb.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbstoc16s.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../c16stombs.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wcscmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wcslen.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../btowc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wctob.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbsinit.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbrlen.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../mbrtowc.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../wcrtomb.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../printf_large.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../puts.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../gets.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../__assert.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../time.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_itoa.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_ltoa.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_startup.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strcmp.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strcpy.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_strlen.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_memcpy.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../_memmove.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../sprintf.c
> ../../../bin/sdcc -mstm8 --model-large -I./../../include -I. --std-c99 -c ../vprintf.c
> ../../../bin/sdar -rcD ../build/stm8/stm8.lib setjmp.rel _mulint.rel __mulsint2slong.rel _divsint.rel _modsint.rel _mullong.rel _divulong.rel _modulong.rel _divslong.rel _modslong.rel _fast_long_neg.rel heap.rel strcpy.rel strcmp.rel memcpy.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _mulschar.rel _divschar.rel _modschar.rel _rrulonglong.rel _rrslonglong.rel _rlulonglong.rel _rlslonglong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel _strlen.rel _memmove.rel sprintf.rel vprintf.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/stm8'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/stm8/*.lst build/stm8/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> ../../../bin/sdar -rcD ../build/stm8-large/stm8.lib setjmp.rel __mulsint2slong.rel heap.rel _atof.rel _schar2fs.rel _sint2fs.rel _slong2fs.rel _uchar2fs.rel _uint2fs.rel _ulong2fs.rel _fs2schar.rel _fs2sint.rel _fs2slong.rel _fs2uchar.rel _fs2uint.rel _fs2ulong.rel _fsadd.rel _fsdiv.rel _fsmul.rel _fssub.rel _fseq.rel _fslt.rel _fsneq.rel fabsf.rel frexpf.rel ldexpf.rel expf.rel powf.rel sincosf.rel sinf.rel cosf.rel logf.rel log10f.rel sqrtf.rel tancotf.rel tanf.rel cotf.rel asincosf.rel asinf.rel acosf.rel atanf.rel atan2f.rel sincoshf.rel sinhf.rel coshf.rel tanhf.rel floorf.rel ceilf.rel modff.rel errno.rel isinf.rel isnan.rel _mulint.rel _divsint.rel _modsint.rel _mulschar.rel _divschar.rel _modschar.rel _divslong.rel _modslong.rel _modulong.rel _divulong.rel _mullong.rel _rrulonglong.rel _rrslonglong.rel _rlulonglong.rel _rlslonglong.rel _mullonglong.rel _divslonglong.rel _divulonglong.rel _modslonglong.rel _modulonglong.rel isalnum.rel isalpha.rel isblank.rel iscntrl.rel isdigit.rel isgraph.rel islower.rel isprint.rel ispunct.rel isspace.rel isupper.rel isxdigit.rel tolower.rel toupper.rel atoi.rel atol.rel atoll.rel strtol.rel strtoul.rel bsearch.rel qsort.rel abs.rel labs.rel rand.rel _strcat.rel _strchr.rel _strcspn.rel _strncat.rel _strncmp.rel strxfrm.rel _strncpy.rel _strpbrk.rel _strrchr.rel _strspn.rel _strstr.rel _strtok.rel _memchr.rel _memcmp.rel _memset.rel aligned_alloc.rel calloc.rel malloc.rel realloc.rel free.rel mblen.rel mbtowc.rel wctomb.rel mbstowcs.rel wcstombs.rel mbrtoc16.rel c16rtomb.rel mbrtoc32.rel c32rtomb.rel mbstoc16s.rel c16stombs.rel wcscmp.rel wcslen.rel btowc.rel wctob.rel mbsinit.rel mbrlen.rel mbrtowc.rel wcrtomb.rel printf_large.rel puts.rel gets.rel __assert.rel time.rel _itoa.rel _ltoa.rel _startup.rel _strcmp.rel _strcpy.rel _strlen.rel _memcpy.rel _memmove.rel sprintf.rel vprintf.rel
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/device/lib/stm8-large'
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> /usr/bin/make clean_intermediate
> make[5]: Entering directory '/<<PKGBUILDDIR>>/device/lib'
> rm -f build/stm8-large/*.lst build/stm8-large/*.sym
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/device/lib'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> touch build-arch-stamp
> dh_testdir
> cd doc && make
> make[1]: Entering directory '/<<PKGBUILDDIR>>/doc'
> if [ "." != "." ] ; then \
>   cp -f ./sdccman.lyx ./*.svg . ; \
> fi
> echo 3.8.0 > sdcc_version
> lyx -e latex sdccman.lyx;
> LyX: Creating directory /<<PKGBUILDDIR>>/build/.lyx/
> LyX: reconfiguring user directory
> checking for a Latex2e program...
> +checking for "latex"...  yes
> checking for a DVI postprocessing program...
> +checking for "pplatex"...  no
> checking for pLaTeX, the Japanese LaTeX...
> +checking for "platex"...  no
> checking for a java interpreter...
> +checking for "java"...  no
> checking for a perl interpreter...
> +checking for "perl"...  yes
> checking for a Tgif viewer and editor...
> +checking for "tgif"...  no
> checking for a FIG viewer and editor...
> +checking for "xfig"...  no
> checking for a Dia viewer and editor...
> +checking for "dia"...  no
> checking for an OpenDocument drawing viewer and editor...
> +checking for "xdg-open"...  yes
> +checking for "libreoffice"...  no
> +checking for "lodraw"...  no
> +checking for "ooffice"...  no
> +checking for "oodraw"...  no
> +checking for "soffice"...  no
> checking for a Grace viewer and editor...
> +checking for "xmgrace"...  no
> checking for a FEN viewer and editor...
> +checking for "xboard"...  no
> checking for a SVG viewer and editor...
> +checking for "inkscape"...  yes
> checking for a raster image viewer...
> +checking for "xdg-open"...  yes
> +checking for "xv"...  no
> +checking for "gwenview"...  no
> +checking for "kview"...  no
> +checking for "eog"...  no
> +checking for "xviewer"...  no
> +checking for "ristretto"...  no
> +checking for "gpicview"...  no
> +checking for "lximage-qt"...  no
> +checking for "gimp-remote"...  no
> +checking for "gimp"...  no
> checking for a raster image editor...
> +checking for "gimp-remote"...  no
> +checking for "gimp"...  no
> checking for a text editor...
> +checking for "xdg-open"...  yes
> +checking for "xemacs"...  no
> +checking for "gvim"...  no
> +checking for "kedit"...  no
> +checking for "kwrite"...  no
> +checking for "kate"...  no
> +checking for "nedit"...  no
> +checking for "gedit"...  no
> +checking for "geany"...  no
> +checking for "leafpad"...  no
> +checking for "mousepad"...  no
> +checking for "xed"...  no
> +checking for "notepad"...  no
> checking for a lilypond editor...
> +checking for "frescobaldi"...  no
> +checking for "xemacs"...  no
> +checking for "gvim"...  no
> +checking for "kedit"...  no
> +checking for "kwrite"...  no
> +checking for "kate"...  no
> +checking for "nedit"...  no
> +checking for "gedit"...  no
> +checking for "geany"...  no
> +checking for "leafpad"...  no
> +checking for "mousepad"...  no
> +checking for "xed"...  no
> +checking for "notepad"...  no
> checking for gnumeric spreadsheet software...
> +checking for "gnumeric"...  no
> checking for an HTML previewer...
> +checking for "firefox"...  no
> +checking for "mozilla"...  no
> +checking for "netscape"...  no
> checking for a BibTeX editor...
> +checking for "jabref"...  no
> +checking for "JabRef"...  no
> +checking for "pybliographic"...  no
> +checking for "bibdesk"...  no
> +checking for "gbib"...  no
> +checking for "kbib"...  no
> +checking for "kbibtex"...  no
> +checking for "sixpack"...  no
> +checking for "bibedit"...  no
> +checking for "tkbibtexxemacs"...  no
> +checking for "gvim"...  no
> +checking for "kedit"...  no
> +checking for "kwrite"...  no
> +checking for "kate"...  no
> +checking for "jedit"...  no
> +checking for "TeXnicCenter"...  no
> +checking for "WinEdt"...  no
> +checking for "WinShell"...  no
> +checking for "PSPad"...  no
> +checking for "nedit"...  no
> +checking for "gedit"...  no
> +checking for "notepad"...  no
> +checking for "geany"...  no
> +checking for "leafpad"...  no
> +checking for "mousepad"...  no
> checking for a Postscript previewer...
> +checking for "xdg-open"...  yes
> +checking for "kghostview"...  no
> +checking for "okular"...  no
> +checking for "qpdfview"...  no
> +checking for "evince"...  no
> +checking for "xreader"...  no
> +checking for "gv"...  no
> +checking for "ghostview"...  no
> +checking for "gsview64"...  no
> +checking for "gsview32"...  no
> checking for a PDF previewer...
> +checking for "xdg-open"...  yes
> +checking for "pdfview"...  no
> +checking for "kpdf"...  no
> +checking for "okular"...  no
> +checking for "qpdfview"...  no
> +checking for "evince"...  no
> +checking for "xreader"...  no
> +checking for "kghostview"...  no
> +checking for "xpdf"...  no
> +checking for "SumatraPDF"...  no
> +checking for "acrobat"...  no
> +checking for "acroread"...  no
> +checking for "mupdf"...  no
> +checking for "gv"...  no
> +checking for "ghostview"...  no
> +checking for "AcroRd32"...  no
> +checking for "gsview64"...  no
> +checking for "gsview32"...  no
> checking for a DVI previewer...
> +checking for "xdvi"...  yes
> +checking for "kdvi"...  no
> +checking for "okular"...  no
> +checking for "evince"...  no
> +checking for "xreader"...  no
> +checking for "yap"...  no
> +checking for "dviout"...  no
> checking for an HTML previewer...
> +checking for "firefox"...  no
> +checking for "mozilla"...  no
> +checking for "netscape"...  no
> checking for Noteedit...
> +checking for "noteedit"...  no
> checking for an OpenDocument viewer...
> +checking for "libreoffice"...  no
> +checking for "lwriter"...  no
> +checking for "lowriter"...  no
> +checking for "oowriter"...  no
> +checking for "swriter"...  no
> +checking for "abiword"...  no
> checking for a Rich Text and Word viewer...
> +checking for "libreoffice"...  no
> +checking for "lwriter"...  no
> +checking for "lowriter"...  no
> +checking for "oowriter"...  no
> +checking for "swriter"...  no
> +checking for "abiword"...  no
> checking for the pdflatex program...
> +checking for "pdflatex"...  yes
> checking for XeTeX...
> +checking for "xelatex"...  no
> checking for LuaTeX...
> +checking for "lualatex"...  yes
> checking for LuaTeX (DVI)...
> +checking for "dvilualatex"...  yes
> checking for a LaTeX/Noweb -> LyX converter...
> +checking for "/usr/bin/tex2lyx/tex2lyx"...  no
> +checking for "/usr/bin/tex2lyx/tex2lyx"...  no
> +checking for "/usr/bin/tex2lyx"...  yes
> checking for a Noweb -> LaTeX converter...
> +checking for "noweave"...  no
> checking for a Sweave -> LaTeX converter...
> +checking for "Rscript"...  no
> checking for a knitr -> LaTeX converter...
> +checking for "Rscript"...  no
> checking for a Sweave -> R/S code converter...
> +checking for "Rscript"...  no
> checking for a knitr -> R/S code converter...
> +checking for "Rscript"...  no
> checking for an HTML -> LaTeX converter...
> +checking for "html2latex"...  no
> +checking for "gnuhtml2latex"...  no
> +checking for "htmltolatex"...  no
> checking for an MS Word -> LaTeX converter...
> +checking for "wvCleanLatex"...  no
> checking for a LyX -> HTML converter...
> +checking for "elyxer.py"...  no
> +checking for "elyxer"...  no
> checking for a LyX -> HTML (MS Word) converter...
> +checking for "elyxer.py"...  no
> +checking for "elyxer"...  no
> checking for a LyX -> OpenDocument (eLyXer) converter...
> +checking for "elyxer.py"...  no
> +checking for "elyxer"...  no
> checking for a LyX -> Word converter...
> +checking for "elyxer.py"...  no
> +checking for "elyxer"...  no
> checking for a LaTeX -> HTML converter...
> +checking for "htlatex"...  yes
> checking for a LaTeX -> HTML (MS Word) converter...
> +checking for "htlatex"...  yes
> checking for "lyxblogger module"...  no
> checking for an OpenOffice.org -> LaTeX converter...
> +checking for "w2l"...  no
> checking for an OpenDocument -> LaTeX converter...
> +checking for "w2l"...  no
> checking for an Open Document (Pandoc) -> LaTeX converter...
> +checking for "pandoc"...  no
> checking for a MS Word Office Open XML converter -> LaTeX...
> +checking for "pandoc"...  no
> checking for an OpenDocument -> PDF converter...
> +checking for "unoconv"...  no
> checking for a LaTeX -> Open Document (tex4ht) converter...
> +checking for "oolatex"...  no
> +checking for "mk4ht"...  yes
> checking for a LaTeX -> RTF converter...
> +checking for "latex2rtf"...  no
> +checking for "latex2rt"...  no
> checking for a LaTeX -> Open Document (Pandoc) converter...
> +checking for "pandoc"...  no
> checking for a LaTeX -> MS Word Office Open XML converter...
> +checking for "pandoc"...  no
> checking for a RTF -> HTML converter...
> +checking for "unrtf"...  no
> checking for a PS to PDF converter...
> +checking for "ps2pdf"...  yes
> checking for a PS to TXT converter...
> +checking for "pstotext"...  no
> checking for a PS to TXT converter...
> +checking for "ps2ascii"...  yes
> checking for a PS to EPS converter...
> +checking for "ps2eps"...  no
> checking for a PDF to PS converter...
> +checking for "pdftops"...  no
> +checking for "pdf2ps"...  yes
> checking for a PDF to EPS converter...
> +checking for "pdftops"...  no
> checking for a PDF to PNG converter...
> +checking for "sips"...  no
> checking for a PDF cropping tool...
> +checking for "pdfcrop"...  no
> checking for Ghostscript...
> +checking for "gswin32c"...  no
> +checking for "gswin64c"...  no
> +checking for "gs"...  yes
> checking for a Beamer info extractor...
> +checking for "makebeamerinfo"...  no
> checking for a DVI to TXT converter...
> +checking for "catdvi"...  no
> checking for a DVI to PS converter...
> +checking for "dvips"...  yes
> checking for a DVI to cropped EPS converter...
> +checking for "dvips"...  yes
> checking for a DVI to PDF converter...
> +checking for "dvipdfmx"...  yes
> checking for a fax program...
> +checking for "kdeprintfax"...  no
> +checking for "ksendfax"...  no
> +checking for "hylapex"...  no
> checking for a FIG -> Image converter...
> +checking for "fig2dev"...  no
> checking for a SVG -> PDFTeX converter...
> +checking for "inkscape"...  yes
> checking for a SVG -> PSTeX converter...
> +checking for "inkscape"...  yes
> checking for a TIFF -> PS converter...
> +checking for "tiff2ps"...  no
> checking for a TGIF -> EPS/PPM converter...
> +checking for "tgif"...  no
> checking for a WMF -> EPS converter...
> +checking for "metafile2eps"...  no
> +checking for "wmf2eps"...  no
> +checking for "inkscape"...  yes
> checking for an EMF -> EPS converter...
> +checking for "metafile2eps"...  no
> +checking for "inkscape"...  yes
> checking for a WMF -> PDF converter...
> +checking for "inkscape"...  yes
> checking for an EMF -> PDF converter...
> +checking for "inkscape"...  yes
> checking for an EPS -> PDF converter...
> +checking for "epstopdf"...  yes
> checking for an EPS -> PNG converter...
> +checking for "magick"...  no
> +checking for "convert"...  yes
> checking for a Grace -> Image converter...
> +checking for "gracebat"...  no
> checking for a Dot -> Image converter...
> +checking for "dot"...  no
> checking for a Dia -> Image converter...
> +checking for "dia"...  no
> checking for an OpenDocument -> EPS converter...
> +checking for "libreoffice"...  no
> +checking for "unoconv"...  no
> checking for a SVG (compressed) -> SVG converter...
> +checking for "gunzip"...  yes
> checking for a SVG -> SVG (compressed) converter...
> +checking for "gzip"...  yes
> checking for a SVG -> PDF converter...
> +checking for "rsvg-convert"...  no
> +checking for "inkscape"...  yes
> checking for a SVG -> EPS converter...
> +checking for "rsvg-convert"...  no
> +checking for "inkscape"...  yes
> checking for a SVG -> PNG converter...
> +checking for "rsvg-convert"...  no
> +checking for "inkscape"...  yes
> checking for Gnuplot...
> +checking for "gnuplot"...  no
> checking for a spreadsheet -> latex converter...
> +checking for "ssconvert"...  no
> checking for a LilyPond -> EPS/PDF/PNG converter...
> +checking for "lilypond"...  no
> checking for a LilyPond book (LaTeX) -> LaTeX converter...
> +checking for "lilypond-book"...  no
> checking for a Noteedit -> LilyPond converter...
> +checking for "noteedit"...  no
> checking for SGML-tools 2.x (DocBook), db2x scripts or xsltproc...
> +checking for "sgmltools"...  no
> +checking for "db2dvi"...  no
> +checking for "xsltproc"...  no
> Checking whether TeX allows spaces in file names... yes
> checking for ChkTeX...
> +checking for "chktex"...  no
> checking for BibTeX or alternative programs...
> +checking for "bibtex"...  yes
> +checking for "bibtex8"...  yes
> +checking for "biber"...  no
> checking for a specific Japanese BibTeX variant...
> +checking for "pbibtex"...  yes
> +checking for "upbibtex"...  yes
> +checking for "jbibtex"...  no
> +checking for "bibtex"...  yes
> +checking for "biber"...  no
> checking for available index processors...
> +checking for "texindy"...  no
> +checking for "makeindex"...  yes
> +checking for "xindy"...  no
> checking for an index processor appropriate to Japanese...
> +checking for "mendex"...  yes
> checking for the splitindex processor...
> +checking for "splitindex.pl"...  no
> +checking for "splitindex"...  yes
> checking for a nomenclature processor...
> +checking for "makeindex"...  yes
> checking for a python-pygments driver command...
> +checking for "pygmentize"...  no
> +Indexing TeX files... 
> Indexing files of type cls
> Indexing files of type sty
> Indexing files of type bst
> Indexing files of type bib
> Indexing files of type bbx
> Indexing files of type cbx
> 	done
> +checking list of modules... 
> /usr/share/lyx/layouts/theorems-chap-bytype.module
> /usr/share/lyx/layouts/paralist.module
> /usr/share/lyx/layouts/foottoend.module
> /usr/share/lyx/layouts/theorems-ams-bytype.module
> /usr/share/lyx/layouts/sweave.module
> /usr/share/lyx/layouts/theorems-ams-extended-chap-bytype.module
> /usr/share/lyx/layouts/theorems-ams-chap-bytype.module
> /usr/share/lyx/layouts/theorems-sec.module
> /usr/share/lyx/layouts/minimalistic.module
> /usr/share/lyx/layouts/initials.module
> /usr/share/lyx/layouts/fix-cm.module
> /usr/share/lyx/layouts/eqs-within-sections.module
> /usr/share/lyx/layouts/graphicboxes.module
> /usr/share/lyx/layouts/shapepar.module
> /usr/share/lyx/layouts/theorems-chap.module
> /usr/share/lyx/layouts/logicalmkup.module
> /usr/share/lyx/layouts/theorems-starred.module
> /usr/share/lyx/layouts/bicaption.module
> /usr/share/lyx/layouts/customHeadersFooters.module
> /usr/share/lyx/layouts/fixltx2e.module
> /usr/share/lyx/layouts/tcolorbox.module
> /usr/share/lyx/layouts/theorems-std.module
> /usr/share/lyx/layouts/algorithm2e.module
> /usr/share/lyx/layouts/pdfcomment.module
> /usr/share/lyx/layouts/lilypond.module
> /usr/share/lyx/layouts/theorems-sec-bytype.module
> /usr/share/lyx/layouts/theorems-bytype.module
> /usr/share/lyx/layouts/changebars.module
> /usr/share/lyx/layouts/hanging.module
> /usr/share/lyx/layouts/theorems-ams-extended.module
> /usr/share/lyx/layouts/InStar.module
> /usr/share/lyx/layouts/braille.module
> /usr/share/lyx/layouts/theorems-ams-extended-bytype.module
> /usr/share/lyx/layouts/todonotes.module
> /usr/share/lyx/layouts/sectionbox.module
> /usr/share/lyx/layouts/rsphrase.module
> /usr/share/lyx/layouts/noweb.module
> /usr/share/lyx/layouts/enumitem.module
> /usr/share/lyx/layouts/knitr.module
> /usr/share/lyx/layouts/multicol.module
> /usr/share/lyx/layouts/fixme.module
> /usr/share/lyx/layouts/figs-within-sections.module
> /usr/share/lyx/layouts/linguistics.module
> /usr/share/lyx/layouts/endnotes.module
> /usr/share/lyx/layouts/tabs-within-sections.module
> /usr/share/lyx/layouts/varwidth.module
> /usr/share/lyx/layouts/pdfform.module
> /usr/share/lyx/layouts/theorems-named.module
> /usr/share/lyx/layouts/natbibapa.module
> /usr/share/lyx/layouts/subequations.module
> /usr/share/lyx/layouts/theorems-ams.module
> /usr/share/lyx/layouts/hpstatement.module
> 	done
> +checking list of cite engines... 
> /usr/share/lyx/citeengines/jurabib.citeengine
> /usr/share/lyx/citeengines/natbib.citeengine
> /usr/share/lyx/citeengines/biblatex.citeengine
> /usr/share/lyx/citeengines/basic.citeengine
> /usr/share/lyx/citeengines/biblatex-natbib.citeengine
> 	done
> +checking list of external templates... 
> /usr/share/lyx/xtemplates/pdfpages.xtemplate
> /usr/share/lyx/xtemplates/vector_graphics.xtemplate
> /usr/share/lyx/xtemplates/inkscape.xtemplate
> /usr/share/lyx/xtemplates/lilypond.xtemplate
> /usr/share/lyx/xtemplates/gnumeric.xtemplate
> /usr/share/lyx/xtemplates/xfig.xtemplate
> /usr/share/lyx/xtemplates/chess.xtemplate
> /usr/share/lyx/xtemplates/raster_image.xtemplate
> /usr/share/lyx/xtemplates/dia.xtemplate
> 	done
> checking LaTeX configuration...  default values
> +checking list of textclasses... 
> 	done
> +generating default list of packages... 
> 	done
> checking LaTeX configuration... 	auto
> +Inspecting your LaTeX configuration.
> +checking for LaTeX version... 2020-02-02 L3 programming layer <2020-04-06>
> +checking for available hyphenation patterns...
> +checking for default encoding (this may take a long time)
> +  checking for ec fonts... yes
> +  checking for ec support in LaTeX format... yes
> +  default encoding will be set to T1
> +checking for package a0poster [a0poster]... no
> +checking for package accents [accents]... no
> +checking for package achicago [achicago]... yes
> +checking for package algorithm [algorithm]... no
> +checking for package algorithm2e [algorithm2e]... no
> +checking for package amsmath [amsmath]... yes
> +checking for package amstext [amstext]... yes
> +checking for package apacite [apacite]... no
> +checking for package apalike [apalike]... yes
> +checking for package arabi [arabic.ldf]... no
> +checking for package array [array]... yes
> +checking for package astron [astron]... no
> +checking for package authordate1-4 [authordate1-4]... no
> +checking for package babel [babel]... yes
> +checking for package beamerposter [beamerposter]... yes
> +checking for package biblatex [biblatex]... no
> +checking for package bibtopic [bibtopic]... no
> +checking for package bicaption [bicaption]... yes
> +checking for package bidi [bidi]... no
> +checking for package bm [bm]... yes
> +checking for package booktabs [booktabs]... yes
> +checking for package braille [braille]... no
> +checking for package breakurl [breakurl]... yes
> +checking for package CJKutf8 [CJKutf8]... no
> +checking for package calc [calc]... yes
> +checking for package cancel [cancel]... yes
> +checking for package chapterbib [chapterbib]... yes
> +checking for package chemgreek [chemgreek]... no
> +checking for package chicago [chicago]... no
> +checking for package color [color]... yes
> +checking for package covington [covington]... no
> +checking for package csquotes [csquotes]... yes
> +checking for package cyrillic [koi8-r.def]... no
> +checking for package dvipost [dvipost]... no
> +checking for package endnotes [endnotes]... yes
> +checking for package enumitem [enumitem]... yes
> +checking for package environ [environ]... yes
> +checking for package esint [esint]... yes
> +checking for package eso-pic [eso-pic]... yes
> +checking for package fancybox [fancybox]... yes
> +checking for package fancyhdr [fancyhdr]... yes
> +checking for package filehook [filehook]... yes
> +checking for package fixltx2e [fixltx2e]... yes
> +checking for package fix-cm [fix-cm]... yes
> +checking for package float [float]... yes
> +checking for package fontspec [fontspec]... yes
> +checking for package footmisc [footmisc]... yes
> +checking for package footnote [footnote]... yes
> +checking for package footnotehyper [footnotehyper]... yes
> +checking for package forest [forest]... yes
> +checking for package framed [framed]... yes
> +checking for package geometry [geometry]... yes
> +checking for package graphicx [graphicx]... yes
> +checking for package greek-inputenc [iso-8859-7.def]... no
> +checking for package harvard [harvard]... no
> +checking for package hhline [hhline]... yes
> +checking for package hyperref [hyperref]... yes
> +checking for package hyphenat [hyphenat]... yes
> +checking for package iftex [iftex]... yes
> +checking for package ifthen [ifthen]... yes
> +checking for package japanese [japanese.ldf]... no
> +checking for package jurabib [jurabib]... no
> +checking for package latex8 [latex8]... no
> +checking for package lettrine [lettrine]... yes
> +checking for package listings [listings]... yes
> +checking for package lithuanian [lithuanian.ldf]... no
> +checking for package longtable [longtable]... yes
> +checking for package lscape [lscape]... yes
> +checking for package luainputenc [luainputenc]... no
> +checking for package mathdots [mathdots]... yes
> +checking for package mathrsfs [mathrsfs]... yes
> +checking for package mathtools [mathtools]... yes
> +checking for package mhchem [mhchem]... no
> +checking for package mongolian [mongolian.ldf]... no
> +checking for package mslapa [mslapa]... yes
> +checking for package multirow [multirow]... yes
> +checking for package named [named]... no
> +checking for package natbib [natbib]... yes
> +checking for package nicefrac [nicefrac]... yes
> +checking for package nomencl [nomencl]... yes
> +checking for package paralist [paralist]... yes
> +checking for package pdfcolmk [pdfcolmk]... yes
> +checking for package pdflscape [pdflscape]... yes
> +checking for package polyglossia [polyglossia]... yes
> +checking for package pdfcomment [pdfcomment]... yes
> +checking for package pdfpages [pdfpages]... yes
> +checking for package pgf [pgf]... yes
> +checking for package prettyref [prettyref]... yes
> +checking for package preview [preview]... yes
> +checking for package refstyle [refstyle]... yes
> +checking for package rotating [rotating]... yes
> +checking for package rotfloat [rotfloat]... yes
> +checking for package sciposter [sciposter]... no
> +checking for package sectionbox [sectionbox]... yes
> +checking for package serbianc [serbianc.ldf]... no
> +checking for package setspace [setspace]... yes
> +checking for package slashed [slashed]... yes
> +checking for package soul [soul]... yes
> +checking for package splitidx [splitidx]... yes
> +checking for package stackrel [stackrel]... yes
> +checking for package stmaryrd [stmaryrd]... no
> +checking for package subfig [subfig]... yes
> +checking for package subscript [subscript]... yes
> +checking for package Sweave [Sweave]... no
> +checking for package tablefootnote [tablefootnote]... yes
> +checking for package tcolorbox [tcolorbox]... yes
> +checking for package textcomp [textcomp]... yes
> +checking for package thswitch [thswitch]... no
> +checking for package turkmen [turkmen.ldf]... no
> +checking for package ulem [ulem]... yes
> +checking for package undertilde [undertilde]... no
> +checking for package unicode-math [unicode-math]... yes
> +checking for package units [units]... yes
> +checking for package url [url]... yes
> +checking for package varioref [varioref]... yes
> +checking for package varwidth [varwidth]... yes
> +checking for package wallpaper [wallpaper]... yes
> +checking for package wrapfig [wrapfig]... yes
> +checking for package xargs [xargs]... yes
> +checking for package xcolor [xcolor]... yes
> +checking for package xetex-def [xetex.def]... yes
> +checking for package xkeyval [xkeyval]... yes
> +checking for package arydshln [arydshln]... yes
> +checking for package braket [braket]... yes
> +checking for package cancel [cancel]... yes
> +checking for package caption [caption]... yes
> +checking for package colortbl [colortbl]... yes
> +checking for package diagbox [diagbox]... yes
> +checking for package etoolbox [etoolbox]... yes
> +checking for package eurosym [eurosym]... yes
> +checking for package fp [fp]... yes
> +checking for package makecmds [makecmds]... yes
> +checking for package marginnote [marginnote]... yes
> +checking for package picinpar [picinpar]... yes
> +checking for package pict2e [pict2e]... yes
> +checking for package sidecap [sidecap]... yes
> +checking for package upgreek [upgreek]... yes
> +checking for package psnfss [times.sty]... yes
> +checking for package avant [avant]... yes
> +checking for package bookman [bookman]... yes
> +checking for package chancery [chancery]... yes
> +checking for package charter [charter]... yes
> +checking for package cochineal [cochineal]... no
> +checking for package courier [courier]... yes
> +checking for package crimson [crimson]... no
> +checking for package helvet [helvet]... yes
> +checking for package mathpazo [mathpazo]... yes
> +checking for package mathpple [mathpple]... yes
> +checking for package mathptm [mathptm]... yes
> +checking for package mathptmx [mathptmx]... yes
> +checking for package newcent [newcent]... yes
> +checking for package pifont [pifont]... yes
> +checking for package utopia [utopia]... yes
> +checking for package ae [ae]... yes
> +checking for package bera [bera]... no
> +checking for package biolinum [biolinum]... no
> +checking for package biolinum-type1 [biolinum-type1]... no
> +checking for package ccfonts [ccfonts]... no
> +checking for font concrete [ccr10]... no
> +checking for font ecc [eorm10]... no
> +checking for package concmath [ot1ccr.fd]... no
> +checking for package cmbright [cmbright]... no
> +checking for package eco [eco]... no
> +checking for package eulervm [eulervm]... no
> +checking for package feyn [feyn]... no
> +checking for package fourier [fourier]... no
> +checking for package garamondx [garamondx]... no
> +checking for font garamondx-fonts [zgmr8r]... no
> +checking for package iwona [iwona]... no
> +checking for package kurier [kurier]... no
> +checking for package lh-lcy [lh-lcy]... no
> +checking for package fontaxes [fontaxes]... yes
> +checking for package libertine [libertine]... no
> +checking for package libertine-type1 [libertine-type1]... no
> +checking for package libertineMono-type1 [libertineMono-type1]... no
> +checking for package libertineMono [libertineMono]... no
> +checking for package libertineRoman [libertineRoman]... no
> +checking for package lmodern [lmodern]... no
> +checking for package luximono [luximono]... no
> +checking for package mathdesign [mathdesign]... no
> +checking for package mdbch [mdbch]... no
> +checking for package mdput [mdput]... no
> +checking for package mdugm [mdugm]... no
> +checking for package menukeys [menukeys]... yes
> +checking for package MinionPro [MinionPro]... no
> +checking for font minion2newtx [rzmnr]... no
> +checking for package newtxmath [newtxmath]... no
> +checking for package noto [noto]... no
> +checking for package binhex [binhex.tex]... yes
> +checking for font symbol [psyr]... yes
> +checking for package tgadventor [tgadventor]... no
> +checking for package tgbonum [tgbonum]... no
> +checking for package tgchorus [tgchorus]... no
> +checking for package tgcursor [tgcursor]... no
> +checking for package tgheros [tgheros]... no
> +checking for package tgpagella [tgpagella]... no
> +checking for package tgschola [tgschola]... no
> +checking for package tgtermes [tgtermes]... no
> +checking for font ugm [ugmr8r]... no
> +checking for font urwclassico [uopr8r]... no
> +checking for package tipa [tipa]... no
> +checking for package tipx [tipx]... no
> +checking for package tone [tone]... no
> +checking for package txfonts [txfonts]... yes
> +checking for package ascii [ascii]... no
> +checking for package bbding [bbding]... no
> +checking for package ifsym [ifsym]... no
> +checking for package marvosym [marvosym]... yes
> +checking for package pmboxdraw [pmboxdraw]... yes
> +checking for package textgreek [textgreek]... no
> +checking for package tfrupee [tfrupee]... no
> +checking for font wasy [wasy10]... yes
> +checking for package wasysym [wasysym]... yes
> +checking for document class AEA [AEA,amsmath.sty,harvard.sty,multicol.sty,sets
> +checking for document class IEEEtran-CompSoc [IEEEtran]... no
> +checking for document class IEEEtran-TransMag [IEEEtran]... no
> +checking for document class IEEEtran [IEEEtran]... no
> +checking for document class RJournal [report,RJournal.sty,booktabs.sty,natbib.
> +checking for document class a0poster [a0poster]... yes
> +checking for document class aapaper [aa]... no
> +checking for document class aastex62 [aastex62,amssymb.sty,latexsym.sty,natbib
> +checking for document class aastex6 [aastex6,amssymb.sty,latexsym.sty,natbib.s
> +checking for document class aastex [aastex,amssymb.sty,latexsym.sty,natbib.sty
> +checking for document class aa [aa,answers.sty]... no
> +checking for document class achemso [achemso,caption.sty,courier.sty,cleveref.
> +checking for document class acm-sigs-alt [sig-alternate]... no
> +checking for document class acm-sigs [acm_proc_article-sp]... no
> +checking for document class acmart [acmart]... no
> +checking for document class acmsiggraph-0-92 [acmsiggraph,comment.sty,lineno.s
> +checking for document class acmsiggraph [acmsiggraph,comment.sty,lineno.sty]..
> +checking for docbook  class agu-dtd...  no
> +checking for document class agums [aguplus,agums.sty]... no
> +checking for document class agutex [agutex]... no
> +checking for document class amsart [amsart]... yes
> +checking for document class amsbook [amsbook]... yes
> +checking for document class apa6 [apa6,apacite.sty,endfloat.sty,endnotes.sty,f
> +checking for document class apa [apa,apacite.sty,endfloat.sty,endnotes.sty,flu
> +checking for document class arab-article [arabart,arabrep,altxext.sty,arabext.
> +checking for document class article-beamer [article,beamerarticle.sty,keyval.s
> +checking for document class article [article]... yes
> +checking for document class beamerposter [beamer,beamerposter.sty]... yes
> +checking for document class beamer [beamer,amssymb.sty,hyperref.sty,pgf.sty,xc
> +checking for document class book [book]... yes
> +checking for document class broadway [broadway,extramarks.sty,fancyhdr.sty,las
> +checking for document class bxjsarticle [bxjsarticle]... no
> +checking for document class bxjsbook [bxjsbook]... no
> +checking for document class bxjsreport [bxjsreport]... no
> +checking for document class bxjsslide [bxjsslide]... no
> +checking for document class chess [article,calc.sty,lambda.sty,lyxskak.sty,pst
> +checking for document class cl2emult [cl2emult]... no
> +checking for document class ctex-article [ctexart,savesym.sty,xeCJK.sty]...
> +checking for document class ctex-book [ctexbook,savesym.sty,xeCJK.sty]... no
> +checking for document class ctex-report [ctexrep,savesym.sty,xeCJK.sty]...
> +checking for document class dinbrief [dinbrief]... yes
> +checking for docbook  class docbook-book...  no
> +checking for docbook  class docbook-chapter...  no
> +checking for docbook  class docbook-section...  no
> +checking for docbook  class docbook...  no
> +checking for document class doublecol-new [doublecol-new,amsmath.sty,amssymb.s
> +checking for document class dtk [dtk]... yes
> +checking for document class ectaart [ectaart]... no
> +checking for document class egs [egs]... no
> +checking for document class elsarticle [elsarticle,natbib.sty,pifont.sty]...
> +checking for document class elsart [elsart,amssymb.sty,latexsym.sty]... no
> +checking for document class entcs [entcs,amssymb.sty,entcsmacro.sty,hyperref.s
> +checking for document class europasscv [europasscv,footnote.sty,tabu.sty,totpa
> +checking for document class europecv [europecv,fancyhdr.sty,longtable.sty,ucs.
> +checking for document class extarticle [extarticle]... yes
> +checking for document class extbook [extbook]... yes
> +checking for document class extletter [extletter]... yes
> +checking for document class extreport [extreport]... yes
> +checking for document class foils [foils]... no
> +checking for document class frletter [frletter]... no
> +checking for document class g-brief2 [g-brief2]... yes
> +checking for document class g-brief [g-brief]... yes
> +checking for document class heb-article [article,theorem.sty]... yes
> +checking for document class heb-letter [letter]... yes
> +checking for document class hollywood [hollywood,calc.sty,fancyhdr.sty,ulem.st
> +checking for document class ijmpc [ws-ijmpc,amsmath.sty,amssymb.sty,rotating.s
> +checking for document class ijmpd [ws-ijmpd,amsmath.sty,amssymb.sty,rotating.s
> +checking for document class iopart [iopart,amsmath.sty,amssymb.sty,iopams.sty,
> +checking for document class isprs [isprs,epsfig.sty,times.sty]... no
> +checking for document class iucr [iucr,float.sty,harvard.sty,html.sty,multicol
> +checking for document class jarticle [jarticle]... no
> +checking for document class jasatex [jasatex]... no
> +checking for document class jbook [jbook]... no
> +checking for document class jgrga [aguplus,jgrga.sty]... no
> +checking for document class jreport [jreport]... no
> +checking for document class jsarticle [jsarticle]... no
> +checking for document class jsbook [jsbook]... no
> +checking for document class jss [jss,ae.sty,color.sty,fancyvrb.sty,hyperref.st
> +checking for document class kluwer [kluwer]... no
> +checking for document class latex8 [article,latex8.sty,times.sty]... no
> +checking for document class letter [letter]... yes
> +checking for document class lettre [lettre]... yes
> +checking for document class llncs [llncs,aliascnt.sty,multicol.sty]... no
> +checking for document class ltugboat [ltugboat]... no
> +checking for document class maa-monthly [article]... yes
> +checking for document class memoir [memoir]... yes
> +checking for document class moderncv [moderncv,ebgaramond.sty,fancyhdr.sty,fon
> +checking for document class mwart [mwart]... no
> +checking for document class mwbk [mwbk]... no
> +checking for document class mwrep [mwrep]... no
> +checking for document class paper [paper]... yes
> +checking for document class powerdot [powerdot,enumitem.sty,hyperref.sty,pstri
> +checking for document class recipebook [scrbook]... yes
> +checking for document class report [report]... yes
> +checking for document class revtex4-1 [revtex4-1,natbib.sty,revsymb4-1.sty,tex
> +checking for document class revtex4 [revtex4,natbib.sty,revsymb.sty]... no
> +checking for document class revtex [revtex,revtex.sty]... no
> +checking for document class sciposter [sciposter,sectionbox.sty,wallpaper.sty]
> +checking for document class scrartcl [scrartcl]... yes
> +checking for document class scrarticle-beamer [scrartcl,beamerarticle.sty,keyv
> +checking for document class scrbook [scrbook]... yes
> +checking for document class scrlettr [scrlettr]... no
> +checking for document class scrlttr2 [scrlttr2]... yes
> +checking for document class scrreprt [scrreprt]... yes
> +checking for document class seminar [seminar,sem-page.sty]... yes
> +checking for document class siamltex [siamltex]... no
> +checking for document class sigplanconf [sigplanconf,natbib.sty]... no
> +checking for document class simplecv [simplecv]... yes
> +checking for document class singlecol-new [singlecol-new,amsmath.sty,amssymb.s
> +checking for document class singlecol [singlecol, natbib.sty]... no
> +checking for document class slides [slides]... yes
> +checking for document class spie [spie,cite.sty]... no
> +checking for document class svglobal3 [svjour3,svglov3.clo,natbib.sty]... no
> +checking for document class svglobal [svjour,svglobal.clo]... no
> +checking for document class svjog [svjour,svjog.clo,natbib.sty]... no
> +checking for document class svmono [svmono]... no
> +checking for document class svmult [svmult,natbib.sty]... no
> +checking for document class svprobth [svjour,svprobth.clo]... no
> +checking for document class tarticle [tarticle,plext.sty]... no
> +checking for document class tbook [tbook,plext.sty]... no
> +checking for document class treport [treport,plext.sty]... no
> +checking for document class tufte-book [tufte-book,bibentry.sty,changepage.sty
> +checking for document class tufte-handout [tufte-handout,bibentry.sty,changepa
> +checking for package paralist [paralist]... yes
> +checking for package endnotes [endnotes]... yes
> +checking for package fancyvrb [fancyvrb]... yes
> +checking for package shapepar [shapepar]... yes
> +checking for package bicaption [bicaption]... yes
> +checking for package fancyhdr [fancyhdr]... yes
> +checking for package tcolorbox [tcolorbox]... yes
> +checking for package environ [environ]... yes
> +checking for package etoolbox [etoolbox]... yes
> +checking for package pgf [pgf]... yes
> +checking for package algorithm2e [algorithm2e]... no
> +checking for package datetime [datetime]... yes
> +checking for package fmtcount [fmtcount]... yes
> +checking for package changebar [changebar]... yes
> +checking for package braille [braille]... no
> +checking for package todonotes [todonotes]... yes
> +checking for package sectionbox [sectionbox]... yes
> +checking for package rsphrase [rsphrase]... no
> +checking for package noweb [noweb]... no
> +checking for package enumitem [enumitem]... yes
> +checking for package multicol [multicol]... yes
> +checking for package fixme [fixme]... yes
> +checking for package covington [covington]... no
> +checking for package enumitem [enumitem]... yes
> +checking for package forest [forest]... yes
> +checking for package endnotes [endnotes]... yes
> +checking for package natbib [natbib]... yes
> +checking for package apacite [apacite]... no
> +checking for package hpstatement [hpstatement]... no
> +checking for package jurabib [jurabib]... no
> +checking for package natbib [natbib]... yes
> +checking for package biblatex [biblatex]... no
> +checking for package biblatex [biblatex]... no
> +Inspection done.
> +Read the file doc/LaTeXConfig.lyx for more information.
> LyX: Done!
> Unable to init server: Could not connect: Connection refused
> Unknown option --file=1_build_sdcc-CUni7d_sdcc-3_8_0+dfsg_doc_MCS51_named.svg
> support/Systemcall.cpp (276): Systemcall: 'inkscape --file="1_build_sdcc-CUni7d_sdcc-3_8_0+dfsg_doc_MCS51_named.svg" --export-area-drawing --without-gui --export-eps="1_build_sdcc-CUni7d_sdcc-3_8_0+dfsg_doc_MCS51_named.eps"' finished with exit code 1
> Error: Cannot convert file
> ----------------------------------------
> An error occurred while running:
> inkscape --file="1_build_sdcc-CUni7d_sdcc-3_8_0+dfsg_doc_MCS51_named.svg"
> --export-area-drawing --without-gui
> --export-eps="1_build_sdcc-CUni7d_sdcc-3_8_0+dfsg_doc_MCS51_named.eps"
> latex sdccman.tex
> This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Debian) (preloaded format=latex)
>  restricted \write18 enabled.
> entering extended mode
> (./sdccman.tex
> LaTeX2e <2020-02-02> patch level 5
> L3 programming layer <2020-04-06>
> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
> Document Class: book 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/mathptmx.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1ptm.fd))
> (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
> (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/dvips.def)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def))
> (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
> (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
> (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
> (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
> (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/varioref.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)
> Writing index file sdccman.idx
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
> (/usr/share/texlive/texmf-dist/tex/generic/ulem/ulem.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def)
> (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def)
> (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
> (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def
> (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
> (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))))
> (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-dvips.def)
> No file sdccman.aux.
> *geometry* driver: auto-detecting
> *geometry* detected driver: dvips
> 
> Package geometry Warning: The marginal notes overrun the paper.
>      Add 4.86812pt and more to the right margin.
> 
> *geometry* verbose mode - [ preamble ] result:
> * driver: dvips
> * paper: letterpaper
> * layout: <same size as paper>
> * layoutoffset:(h,v)=(0.0pt,0.0pt)
> * modes: 
> * h-part:(L,W,R)=(85.35826pt, 457.80486pt, 71.13188pt)
> * v-part:(T,H,B)=(56.9055pt, 681.15898pt, 56.9055pt)
> * \paperwidth=614.295pt
> * \paperheight=794.96999pt
> * \textwidth=457.80486pt
> * \textheight=681.15898pt
> * \oddsidemargin=13.08827pt
> * \evensidemargin=13.08827pt
> * \topmargin=-45.43198pt
> * \headheight=12.0pt
> * \headsep=18.06749pt
> * \topskip=10.0pt
> * \footskip=25.29494pt
> * \marginparwidth=69.0pt
> * \marginparsep=7.0pt
> * \columnsep=10.0pt
> * \skip\footins=9.0pt plus 4.0pt minus 2.0pt
> * \hoffset=0.0pt
> * \voffset=0.0pt
> * \mag=1000
> * \@twocolumnfalse
> * \@twosidefalse
> * \@mparswitchfalse
> * \@reversemarginfalse
> * (1in=72.27pt=25.4mm, 1cm=28.453pt)
> 
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
> (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
> 
> Package hyperref Warning: Rerun to get /PageLabels entry.
> 
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd)
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omlztmcm.fd)
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omsztmcm.fd)
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/omxztmcm.fd)
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ot1ptm.fd)
> 
> LaTeX Warning: No \author given.
> 
> (./sdcc_version.tex) [1] [1]
> Chapter 1.
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd)
> Underfull \hbox (badness 10000) in paragraph at lines 119--138
> 
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1ptm.fd)
> Underfull \hbox (badness 10000) in paragraph at lines 147--154
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 147--154
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 147--154
> 
> 
> Overfull \hbox (37.0728pt too wide) in paragraph at lines 155--197
> [][] 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 155--197
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 155--197
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 155--197
> 
> 
> Underfull \hbox (badness 2662) in paragraph at lines 155--197
> \T1/ptm/m/n/10 The lat-est SDCC ver-sion can be down-loaded from [][][][][][].
> [2]
> Underfull \hbox (badness 5667) in paragraph at lines 213--216
> \T1/ptm/m/n/10 derived from ASXXXX [][][][][][]; GPLv3
> [3] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd)
> 
> LaTeX Warning: Reference `subsec:Standard-Compliance' on page 4 undefined on in
> put line 284.
> 
> [4]
> Underfull \hbox (badness 10000) in paragraph at lines 335--355
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 335--355
> 
> 
> LaTeX Warning: Reference `subsec:Using-sdar-to' on page 5 undefined on input li
> ne 356.
> 
> 
> LaTeX Warning: Reference `subsec:Naming-of-special' on page 5 undefined on inpu
> t line 369.
> 
> 
> LaTeX Warning: Reference `subsec:Standard-Compliance' on page 5 undefined on in
> put line 378.
> 
> [5]
> Underfull \hbox (badness 2376) in paragraph at lines 385--389
> \T1/ptm/m/n/10 -D__SDCC_PIC16XXXX and -D__SDCC_PIC18FXXX re-spec-tively. The pi
> c16 macro def-i-ni-tion
> 
> LaTeX Warning: Reference `subsec:PIC16_Pragmas' on page 6 undefined on input li
> ne 390.
> 
> 
> LaTeX Warning: Reference `sec:Inline-Assembler-Code' on page 6 undefined on inp
> ut line 393.
> 
> [6]
> Chapter 2.
> 
> LaTeX Warning: Reference `subsec:Building-SDCC-on-Linux' on page 7 undefined on
>  input line 434.
> 
> 
> LaTeX Warning: Reference `subsec:Windows-Install' on page 7 undefined on input 
> line 435.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 447--448
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 455--459
> 
> [7]
> Underfull \hbox (badness 10000) in paragraph at lines 482--500
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 482--500
> \T1/ptm/m/n/10 The names of the stan-dard li-braries STD_LIB, STD_INT_LIB, STD_
> LONG_LIB, STD_FP_LIB,
> 
> Overfull \hbox (9.39168pt too wide) in paragraph at lines 482--500
> \T1/ptm/m/n/10 STD_DS390_LIB, STD_XA51_LIB and the en-vi-ron-ment vari-ables SD
> CC_DIR_NAME, SDCC_INCLUDE_NAME,
> 
> Underfull \hbox (badness 10000) in paragraph at lines 482--500
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 482--500
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 506--512
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 506--512
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 542--545
> 
> [8]
> Overfull \hbox (35.05362pt too wide) in paragraph at lines 607--634
>  [] 
> [9]
> Underfull \hbox (badness 10000) in paragraph at lines 645--648
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 655--662
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 655--662
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 678--679
> 
> 
> Overfull \hbox (13.99687pt too wide) in paragraph at lines 681--721
>  [] 
> [10]
> Underfull \hbox (badness 10000) in paragraph at lines 724--728
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 724--728
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 729--731
> 
> 
> Overfull \hbox (4.76006pt too wide) in paragraph at lines 733--786
>  [] 
> [11]
> Overfull \hbox (3.71321pt too wide) in paragraph at lines 797--800
> \T1/ptm/m/n/10 named some-thing like sdcc-src-yyyymmdd-rrrr.tar.bz2 [][][][][][
> ]. 
> 
> LaTeX Warning: Reference `sec:Testing-the-SDCC' on page 12 undefined on input l
> ine 817.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 822--828
> 
> [12]
> Overfull \hbox (72.1952pt too wide) in paragraph at lines 836--837
> []\T1/pcr/m/n/10 LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch
>  i386 -arch ppc" \  
> 
> Overfull \hbox (78.1952pt too wide) in paragraph at lines 838--839
> []\T1/pcr/m/n/10 CXXFLAGS = "-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arc
> h i386 -arch ppc" \  
> 
> Overfull \hbox (54.1952pt too wide) in paragraph at lines 840--841
> []\T1/pcr/m/n/10 CFLAGS = "-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch 
> i386 -arch ppc"  
> 
> Underfull \hbox (badness 10000) in paragraph at lines 850--863
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 850--863
> 
> 
> Overfull \hbox (6.94324pt too wide) in paragraph at lines 850--863
> \T1/ptm/m/n/10 In or-der to in-stall Cyg-win on Win-dows down-load setup.exe fr
> om www.cygwin.com [][][][][][].
> [13]
> Underfull \hbox (badness 10000) in paragraph at lines 897--904
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 918--940
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 918--940
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 918--940
> 
> 
> Overfull \hbox (50.49333pt too wide) in paragraph at lines 918--940
> \T1/ptm/m/n/10 If UnxU-tils didn't work well, []msys ([][][][][][]) or msys2[](
> [][][][][][])
> 
> Underfull \hbox (badness 10000) in paragraph at lines 918--940
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 941--952
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 941--952
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 941--952
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 952--986
> 
> [14]
> Underfull \hbox (badness 10000) in paragraph at lines 1022--1023
> []\T1/pcr/m/n/10 tar -xjf sdcc-src-yyyymmdd-rrrr.tar.bz2 # extract source to di
> rectory
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1030--1031
> []\T1/pcr/m/n/10 ../sdcc/configure                       # configure is doing a
> ll the
> [15]
> Underfull \hbox (badness 10000) in paragraph at lines 1091--1097
> \T1/pcr/m/n/10 SDCC : mcs51/z80/avr/ds390/pic16/pic14/ds400/hc08 2.5.6 #4169 (M
> ay 8 2006)
> 
> LaTeX Warning: Reference `subsec:Install-Trouble-shooting' on page 16 undefined
>  on input line 1101.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1098--1110
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1098--1110
> 
> 
> LaTeX Warning: Reference `subsec:Install-Trouble-shooting' on page 16 undefined
>  on input line 1128.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1117--1133
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1117--1133
> 
> [16]
> 
> LaTeX Warning: Reference `subsec:Install-Trouble-shooting' on page 17 undefined
>  on input line 1146.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1154--1166
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1154--1166
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1154--1166
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1154--1166
> 
> 
> LaTeX Warning: Reference `subsec:Install-paths' on page 17 undefined on input l
> ine 1182.
> 
> 
> LaTeX Warning: Reference `subsec:Search-Paths' on page 17 undefined on input li
> ne 1182.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1188--1201
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1188--1201
> 
> [17] [18]
> Underfull \hbox (badness 1852) in paragraph at lines 1273--1279
> \T1/ptm/m/n/10 s51[], sz80[] shc08[] and sstm8 []are free open source sim-u-la-
> tors de-vel-oped by Daniel Dro-tos. The sim-
> 
> Underfull \hbox (badness 3668) in paragraph at lines 1273--1279
> \T1/ptm/m/n/10 u-la-tors are built as part of the build pro-cess. For more in-f
> or-ma-tion visit Daniel's web site at:
> 
> Underfull \hbox (badness 4441) in paragraph at lines 1273--1279
> [][][][][][]\T1/ptm/m/n/10 . It cur-rently sup-ports the
> 
> LaTeX Warning: Reference `cha:Debugging-with-SDCDB' on page 19 undefined on inp
> ut line 1283.
> 
> [19]
> Chapter 3.
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1299--1301
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1325--1325
> []    \T1/pcr/m/n/10 return rets; /* is invalid in SDCC although allowed in ANS
> I
> [20] [21]
> 
> LaTeX Warning: Hyper reference `subsec:Postprocessing-the-Intel' on page 22 und
> efined on input line 1432.
> 
> 
> LaTeX Warning: Reference `subsec:Postprocessing-the-Intel' on page 22 undefined
>  on input line 1432.
> 
> 
> LaTeX Warning: Reference `subsec:Postprocessing-the-Intel' on page 22 undefined
>  on input line 1432.
> 
> 
> LaTeX Warning: Reference `subsec:Intermediate-Dump-Options' on page 22 undefine
> d on input line 1445.
> 
> 
> LaTeX Warning: Reference `subsec:The-anatomy-of' on page 22 undefined on input 
> line 1445.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1451--1480
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1483--1511
> 
> [22]
> Underfull \hbox (badness 10000) in paragraph at lines 1514--1532
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1514--1532
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1514--1532
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1535--1541
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1535--1541
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1535--1541
> 
> 
> Package hyperref Warning: Token not allowed in a PDF string (Unicode):
> (hyperref)                removing `\@ifnextchar' on input line 1547.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1549--1557
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1558--1562
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1558--1562
> 
> [23]
> Underfull \hbox (badness 10000) in paragraph at lines 1571--1572
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1573--1576
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1585--1586
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1587--1588
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1590--1591
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1592--1595
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1604--1605
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1606--1607
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1608--1609
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1610--1613
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1616--1617
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 1618--1623
> 
> [24]
> Underfull \hbox (badness 10000) in paragraph at lines 1660--1661
> 
> 
> Underfull \hbox (badness 6995) in paragraph at lines 1718--1722
> \T1/ptm/m/n/10 SDCC uses \T1/ptm/m/it/10 sd-cpp\T1/ptm/m/n/10 , an adapted ver-
> sion of the GNU Com-piler Col-lec-tion[] pre-pro-ces-sor \T1/ptm/m/it/10 cpp[] 
> \T1/ptm/m/n/10 (\T1/ptm/m/it/10 gcc
> [25]
> 
> LaTeX Warning: Reference `ite:pedantic_parse_number' on page 26 undefined on in
> put line 1759.
> 
> 
> LaTeX Warning: Reference `sec:Pragmas' on page 26 undefined on input line 1759.
> 
> 
> 
> LaTeX Warning: Reference `subsec:Loop-Optimizations' on page 26 undefined on in
> put line 1779.
> 
> 
> LaTeX Warning: Reference `subsec:Peephole-Optimizer' on page 26 undefined on in
> put line 1803.
> 
> [26]
> 
> LaTeX Warning: Reference `sec:Parameters-and-Local-Variables' on page 27 undefi
> ned on input line 1872.
> 
> 
> LaTeX Warning: Reference `ite:callee_saves-function1=00005B,function2=00005B,fu
> nction3...=00005D=00005D--' on page 27 undefined on input line 1895.
> 
> [27]
> 
> LaTeX Warning: Reference `ite:less_pedantic' on page 28 undefined on input line
>  1947.
> 
> [28]
> 
> LaTeX Warning: Reference `subsec:Search-Paths' on page 29 undefined on input li
> ne 2009.
> 
> [29]
> 
> LaTeX Warning: Reference `sec:Pragmas' on page 30 undefined on input line 2087.
> 
> 
> 
> LaTeX Warning: Reference `subsec:External-Stack' on page 30 undefined on input 
> line 2114.
> 
> [30] [31]
> 
> LaTeX Warning: Reference `subsec:The-anatomy-of' on page 32 undefined on input 
> line 2227.
> 
> 
> Underfull \hbox (badness 10000) in paragraph at lines 2244--2253
> 
> 
> LaTeX Warning: Reference `subsec:Install-paths' on page 32 undefined on input l
> ine 2269.
> 
> 
> LaTeX Warning: Reference `subsec:Search-Paths' on page 32 undefined on input li
> ne 2271.
> 
> 
> LaTeX Warning: Reference `subsec:Search-Paths' on page 32 undefined on input li
> ne 2273.
> 
> [32]
> 
> ! LaTeX Error: File `MCS51_named' not found.
> 
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
>  ...                                              
>                                                   
> l.2295 \includegraphics{MCS51_named}
>                                     
> ? 
> ! Emergency stop.
>  ...                                              
>                                                   
> l.2295 \includegraphics{MCS51_named}
>                                     
> Output written on sdccman.dvi (33 pages, 170116 bytes).
> Transcript written on sdccman.log.
> make[1]: *** [Makefile:67: sdccman.dvi] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/sdcc_3.8.0+dfsg-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-electronics-devel mailing list