Skip to content

Instantly share code, notes, and snippets.

@AmaanC
Last active March 8, 2018 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmaanC/03566c18793ff61a25328bfaf395df09 to your computer and use it in GitHub Desktop.
Save AmaanC/03566c18793ff61a25328bfaf395df09 to your computer and use it in GitHub Desktop.
Making all in tools/build
make[1]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/build'
make all-am
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/build'
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT cklength.o -MD -MP -MF .deps/cklength.Tpo -c -o cklength.o ../../../kernel/tools/build/cklength.c
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT eolstrip.o -MD -MP -MF .deps/eolstrip.Tpo -c -o eolstrip.o ../../../kernel/tools/build/eolstrip.c
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT compat.o -MD -MP -MF .deps/compat.Tpo -c -o compat.o ../../../kernel/tools/build/compat.c
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT packhex.o -MD -MP -MF .deps/packhex.Tpo -c -o packhex.o ../../../kernel/tools/build/packhex.c
mv -f .deps/compat.Tpo .deps/compat.Po
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT unhex.o -MD -MP -MF .deps/unhex.Tpo -c -o unhex.o ../../../kernel/tools/build/unhex.c
mv -f .deps/cklength.Tpo .deps/cklength.Po
gcc -DHAVE_CONFIG_H -I. -I../../../kernel/tools/build -g -O2 -MT rtems-bin2c.o -MD -MP -MF .deps/rtems-bin2c.Tpo -c -o rtems-bin2c.o ../../../kernel/tools/build/rtems-bin2c.c
mv -f .deps/eolstrip.Tpo .deps/eolstrip.Po
gcc -g -O2 -o cklength cklength.o
mv -f .deps/packhex.Tpo .deps/packhex.Po
gcc -g -O2 -o eolstrip eolstrip.o compat.o
gcc -g -O2 -o packhex packhex.o
mv -f .deps/unhex.Tpo .deps/unhex.Po
mv -f .deps/rtems-bin2c.Tpo .deps/rtems-bin2c.Po
gcc -g -O2 -o unhex unhex.o compat.o
gcc -g -O2 -o rtems-bin2c rtems-bin2c.o compat.o
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/build'
make[1]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/build'
Making all in tools/cpu
make[1]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu'
Making all in generic
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu/generic'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu/generic'
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu'
make[1]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/tools/cpu'
Making all in testsuites/tools
make[1]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools'
Making all in generic
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools/generic'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools/generic'
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools'
make[1]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/testsuites/tools'
Making all in i386-rtems5/c
make[1]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c'
Making all in .
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c'
Configuring RTEMS_BSP=pc386
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking whether CPU supports libposix... yes
checking whether CPU supports SMP... yes
configure: setting up make/custom
configure: creating make/pc386.cache
make[3]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
make[3]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
checking for RTEMS_CPU_MODEL... i386_fp
checking for RTEMS_BSP_FAMILY... pc386
checking for CPU_CFLAGS... (cached) -mtune=i386
checking for CFLAGS_OPTIMIZE_V... (cached) -O2 -g -ffunction-sections -fdata-sections
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking whether i386-rtems5-gcc accepts -isystem... yes
checking whether i386-rtems5-gcc accepts --pipe... yes
checking whether i386-rtems5-gcc --pipe accepts -specs... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking whether i386-rtems5-gcc --pipe and cc understand -c and -o together... yes
checking dependency style of i386-rtems5-gcc --pipe... gcc3
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking whether i386-rtems5-gcc --pipe supports function __attribute__((weak))... yes
checking whether BSP supports networking... yes
checking if wanting multiprocessing... no
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
configure: configuring in ../../cpukit
configure: running /bin/bash '../../../../../kernel/c/src/../../cpukit/configure' '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--with-project-root=../../../pc386/' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../kernel/c/src/../../cpukit
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking if cpu i386 is supported... yes
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking whether i386-rtems5-gcc accepts --pipe... yes
checking whether i386-rtems5-gcc --pipe and cc understand -c and -o together... yes
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking dependency style of i386-rtems5-gcc --pipe... gcc3
checking for i386-rtems5-ranlib... (cached) i386-rtems5-ranlib
checking for RTEMS newlib... yes
checking for strsep... yes
checking for strcasecmp... yes
checking for snprintf... yes
checking for strdup... yes
checking for strndup... yes
checking for strncasecmp... yes
checking for bcopy... yes
checking for bcmp... yes
checking for isascii... yes
checking for fileno... yes
checking for readdir_r... yes
checking for isatty... yes
checking for creat... yes
checking for opendir... yes
checking for closedir... yes
checking for readdir... yes
checking for rewinddir... yes
checking for scandir... yes
checking for seekdir... yes
checking for sleep... yes
checking for telldir... yes
checking for usleep... yes
checking for __assert... yes
checking for execl... yes
checking for execlp... yes
checking for execle... yes
checking for execv... yes
checking for execvp... yes
checking for execve... yes
checking for regcomp... yes
checking for regexec... yes
checking for regerror... yes
checking for regfree... yes
checking whether flockfile is declared... yes
checking for flockfile... no
checking whether funlockfile is declared... yes
checking for funlockfile... no
checking whether ftrylockfile is declared... yes
checking for ftrylockfile... no
checking for struct _Thread_queue_Queue._name... yes
checking whether CLOCK_PROCESS_CPUTIME_ID is declared... yes
checking whether CLOCK_THREAD_CPUTIME_ID is declared... yes
checking whether seteuid is declared... yes
checking for seteuid... no
checking whether geteuid is declared... yes
checking for geteuid... stub
checking whether setegid is declared... yes
checking for setegid... no
checking whether getegid is declared... yes
checking for getegid... no
checking whether setuid is declared... yes
checking for setuid... no
checking whether getuid is declared... yes
checking for getuid... stub
checking whether setgid is declared... yes
checking for setgid... no
checking whether getgid is declared... yes
checking for getgid... stub
checking whether setsid is declared... yes
checking for setsid... no
checking whether getsid is declared... yes
checking for getsid... no
checking whether setpgid is declared... yes
checking for setpgid... no
checking whether getpgid is declared... yes
checking for getpgid... no
checking whether setpgrp is declared... yes
checking for setpgrp... no
checking whether getpgrp is declared... yes
checking for getpgrp... no
checking whether pthread_attr_getguardsize is declared... yes
checking for pthread_attr_getguardsize... no
checking whether pthread_attr_setguardsize is declared... yes
checking for pthread_attr_setguardsize... no
checking whether pthread_attr_setstack is declared... yes
checking for pthread_attr_setstack... no
checking whether pthread_attr_getstack is declared... yes
checking for pthread_attr_getstack... no
checking whether pthread_attr_setaffinity_np is declared... yes
checking for pthread_attr_setaffinity_np... no
checking whether pthread_attr_getaffinity_np is declared... yes
checking for pthread_attr_getaffinity_np... no
checking whether pthread_setaffinity_np is declared... yes
checking for pthread_setaffinity_np... no
checking whether pthread_getaffinity_np is declared... yes
checking for pthread_getaffinity_np... no
checking whether pthread_getattr_np is declared... yes
checking for pthread_getattr_np... no
checking whether getrusage is declared... no
checking for ttyname... yes
checking for getcwd... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking tar.h usability... yes
checking tar.h presence... yes
checking for tar.h... yes
checking threads.h usability... yes
checking threads.h presence... yes
checking for threads.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking for uintmax_t... yes
checking for intmax_t... yes
checking for uintptr_t... yes
checking for intptr_t... yes
checking if printf("%" PRIxPTR, uintptr_t) works... yes
checking if printf("%" PRIuPTR, uintptr_t) works... yes
checking if printf("%" PRIdPTR, intptr_t) works... yes
checking if printf("%zu", size_t) works... yes
checking if printf("%zd", ssize_t) works... yes
checking if printf("%ld", off_t) works... no
checking if printf("%lld", off_t) works... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_rwlock_t... yes
checking for pthread_barrier_t... yes
checking for pthread_spinlock_t... yes
checking for struct _pthread_cleanup_context... yes
checking for struct _Priority_Node... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sighandler_t... no
checking whether __getreent is declared... yes
checking whether CPU supports libposix... yes
checking whether CPU supports networking... yes
checking whether CPU supports SMP... yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking size of mode_t... 4
checking size of off_t... 8
checking size of time_t... 8
checking size of size_t... 4
checking size of blksize_t... 4
checking size of blkcnt_t... 4
configure: creating /home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include/rtems/score/cpuopts.h
checking for assignable stdio... yes
checking whether i386-rtems5-gcc --pipe supports function __attribute__((weak))... yes
checking whether _POSIX_LOGIN_NAME_MAX is declared... yes
checking whether CHAR_BIT is declared... yes
checking whether WORD_BIT is declared... no
checking whether LONG_BIT is declared... no
checking whether sbrk is declared... yes
checking whether rcmd is declared... no
checking for strlcpy... yes
checking for strlcat... yes
checking whether utime is declared... yes
checking whether utimes is declared... yes
checking whether _Timecounter_Time_second is declared... no
checking for rpcgen... rpcgen
checking whether CPU supports libdl... yes
checking whether CPU supports libdebugger... yes
checking whether CPU supports SHA... yes
checking whether CPU supports libpci... no
checking whether CPU supports libdrvmgr... no
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating dev/Makefile
config.status: creating dtc/libfdt/Makefile
config.status: creating rtems/Makefile
config.status: creating sapi/Makefile
config.status: creating score/Makefile
config.status: creating score/cpu/Makefile
config.status: creating score/cpu/arm/Makefile
config.status: creating score/cpu/bfin/Makefile
config.status: creating score/cpu/epiphany/Makefile
config.status: creating score/cpu/i386/Makefile
config.status: creating score/cpu/lm32/Makefile
config.status: creating score/cpu/m68k/Makefile
config.status: creating score/cpu/m32c/Makefile
config.status: creating score/cpu/mips/Makefile
config.status: creating score/cpu/moxie/Makefile
config.status: creating score/cpu/nios2/Makefile
config.status: creating score/cpu/or1k/Makefile
config.status: creating score/cpu/powerpc/Makefile
config.status: creating score/cpu/riscv/Makefile
config.status: creating score/cpu/sh/Makefile
config.status: creating score/cpu/sparc/Makefile
config.status: creating score/cpu/sparc64/Makefile
config.status: creating score/cpu/v850/Makefile
config.status: creating score/cpu/no_cpu/Makefile
config.status: creating posix/Makefile
config.status: creating libblock/Makefile
config.status: creating libdrvmgr/Makefile
config.status: creating libfs/Makefile
config.status: creating libfs/src/nfsclient/Makefile
config.status: creating libgnat/Makefile
config.status: creating libcrypt/Makefile
config.status: creating libcsupport/Makefile
config.status: creating libnetworking/Makefile
config.status: creating libpci/Makefile
config.status: creating librpc/Makefile
config.status: creating libmisc/Makefile
config.status: creating libi2c/Makefile
config.status: creating libmd/Makefile
config.status: creating libdl/Makefile
config.status: creating libstdthreads/Makefile
config.status: creating libdebugger/Makefile
config.status: creating zlib/Makefile
config.status: creating ftpd/Makefile
config.status: creating telnetd/Makefile
config.status: creating pppd/Makefile
config.status: creating mghttpd/Makefile
config.status: creating wrapup/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
configure: configuring in ../../testsuites
configure: running /bin/bash '../../../../../kernel/c/src/../../testsuites/configure' '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../kernel/c/src/../../testsuites
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking whether i386-rtems5-gcc and cc understand -c and -o together... yes
checking for ../make/custom/pc386.cfg... yes
checking for RTEMS_POSIX_API... yes
checking for RTEMS_MULTIPROCESSING... no
checking for RTEMS_NETWORKING... yes
checking for RTEMS_SMP... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in samples (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/samples)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/samples/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/samples
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking for RTEMS_MULTIPROCESSING... no
checking whether to build rtems++... yes
checking for RTEMS_NETWORKING... yes
checking for RTEMS_SMP... (cached) yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking if iostream supports std:: namespace... yes
checking size of time_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating base_mp/Makefile
config.status: creating base_mp/node1/Makefile
config.status: creating base_mp/node2/Makefile
config.status: creating base_sp/Makefile
config.status: creating capture/Makefile
config.status: creating cdtest/Makefile
config.status: creating fileio/Makefile
config.status: creating hello/Makefile
config.status: creating iostream/Makefile
config.status: creating loopback/Makefile
config.status: creating minimum/Makefile
config.status: creating nsecs/Makefile
config.status: creating paranoia/Makefile
config.status: creating pppd/Makefile
config.status: creating ticker/Makefile
config.status: creating unlimited/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in libtests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/libtests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/libtests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/libtests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking whether to build rtems++... yes
checking for RTEMS_NETWORKING... yes
checking for RTEMS_POSIX_API... yes
checking whether ln -s works... yes
checking for pax... /bin/pax
checking for gzip... /bin/gzip
checking for xz... /usr/bin/xz
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking whether CPU supports libdl... yes
checking for rtems-ld... yes
checking for rtems-syms... yes
checking whether CPU supports libdebugger... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating POSIX/Makefile
config.status: creating block01/Makefile
config.status: creating block02/Makefile
config.status: creating block03/Makefile
config.status: creating block04/Makefile
config.status: creating block05/Makefile
config.status: creating block06/Makefile
config.status: creating block07/Makefile
config.status: creating block08/Makefile
config.status: creating block09/Makefile
config.status: creating block10/Makefile
config.status: creating block11/Makefile
config.status: creating block12/Makefile
config.status: creating block13/Makefile
config.status: creating block14/Makefile
config.status: creating block15/Makefile
config.status: creating block16/Makefile
config.status: creating block17/Makefile
config.status: creating bspcmdline01/Makefile
config.status: creating capture01/Makefile
config.status: creating complex/Makefile
config.status: creating cpuuse/Makefile
config.status: creating crypt01/Makefile
config.status: creating debugger01/Makefile
config.status: creating defaultconfig01/Makefile
config.status: creating devfs01/Makefile
config.status: creating devfs02/Makefile
config.status: creating devfs03/Makefile
config.status: creating devfs04/Makefile
config.status: creating deviceio01/Makefile
config.status: creating devnullfatal01/Makefile
config.status: creating dl01/Makefile
config.status: creating dl02/Makefile
config.status: creating dl03/Makefile
config.status: creating dl04/Makefile
config.status: creating dl05/Makefile
config.status: creating dumpbuf01/Makefile
config.status: creating exit01/Makefile
config.status: creating exit02/Makefile
config.status: creating flashdisk01/Makefile
config.status: creating ftp01/Makefile
config.status: creating gxx01/Makefile
config.status: creating heapwalk/Makefile
config.status: creating i2c01/Makefile
config.status: creating libfdt01/Makefile
config.status: creating malloc02/Makefile
config.status: creating malloc03/Makefile
config.status: creating malloc04/Makefile
config.status: creating malloctest/Makefile
config.status: creating math/Makefile
config.status: creating mathf/Makefile
config.status: creating mathl/Makefile
config.status: creating md501/Makefile
config.status: creating mghttpd01/Makefile
config.status: creating monitor/Makefile
config.status: creating monitor02/Makefile
config.status: creating mouse01/Makefile
config.status: creating networking01/Makefile
config.status: creating newlib01/Makefile
config.status: creating putenvtest/Makefile
config.status: creating pwdgrp01/Makefile
config.status: creating pwdgrp02/Makefile
config.status: creating getentropy01/Makefile
config.status: creating rbheap01/Makefile
config.status: creating rtmonuse/Makefile
config.status: creating sha/Makefile
config.status: creating shell01/Makefile
config.status: creating sparsedisk01/Makefile
config.status: creating spi01/Makefile
config.status: creating stackchk/Makefile
config.status: creating stackchk01/Makefile
config.status: creating stringto01/Makefile
config.status: creating syscall01/Makefile
config.status: creating tar01/Makefile
config.status: creating tar02/Makefile
config.status: creating tar03/Makefile
config.status: creating termios/Makefile
config.status: creating termios01/Makefile
config.status: creating termios02/Makefile
config.status: creating termios03/Makefile
config.status: creating termios04/Makefile
config.status: creating termios05/Makefile
config.status: creating termios06/Makefile
config.status: creating termios07/Makefile
config.status: creating termios08/Makefile
config.status: creating termios09/Makefile
config.status: creating top/Makefile
config.status: creating tztest/Makefile
config.status: creating uid01/Makefile
config.status: creating utf8proc01/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in sptests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/sptests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/sptests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/sptests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking whether to build rtems++... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of time_t... 8
checking for RTEMS_SMP... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating spthread01/Makefile
config.status: creating sptls04/Makefile
config.status: creating spconsole01/Makefile
config.status: creating spintrcritical24/Makefile
config.status: creating spfatal31/Makefile
config.status: creating spfatal30/Makefile
config.status: creating spmutex01/Makefile
config.status: creating spextensions01/Makefile
config.status: creating sptimerserver01/Makefile
config.status: creating spsysinit01/Makefile
config.status: creating splinkersets01/Makefile
config.status: creating spstdthreads01/Makefile
config.status: creating spsyslock01/Makefile
config.status: creating sptasknopreempt01/Makefile
config.status: creating spintrcritical23/Makefile
config.status: creating sptimecounter01/Makefile
config.status: creating sptimecounter02/Makefile
config.status: creating sptimecounter03/Makefile
config.status: creating sptimecounter04/Makefile
config.status: creating spatomic01/Makefile
config.status: creating spglobalcon01/Makefile
config.status: creating spglobalcon02/Makefile
config.status: creating spintrcritical22/Makefile
config.status: creating spsem03/Makefile
config.status: creating spmrsp01/Makefile
config.status: creating spscheduler01/Makefile
config.status: creating spfatal28/Makefile
config.status: creating spthreadlife01/Makefile
config.status: creating spprofiling01/Makefile
config.status: creating spcache01/Makefile
config.status: creating sptls03/Makefile
config.status: creating spcpucounter01/Makefile
config.status: creating sptls02/Makefile
config.status: creating sptls01/Makefile
config.status: creating spintrcritical20/Makefile
config.status: creating spintrcritical21/Makefile
config.status: creating spcontext01/Makefile
config.status: creating spfatal26/Makefile
config.status: creating spinternalerror02/Makefile
config.status: creating spinternalerror01/Makefile
config.status: creating speventsystem01/Makefile
config.status: creating speventtransient01/Makefile
config.status: creating spintrcritical18/Makefile
config.status: creating sp01/Makefile
config.status: creating sp02/Makefile
config.status: creating sp03/Makefile
config.status: creating sp04/Makefile
config.status: creating sp05/Makefile
config.status: creating sp06/Makefile
config.status: creating sp07/Makefile
config.status: creating sp08/Makefile
config.status: creating sp11/Makefile
config.status: creating sp12/Makefile
config.status: creating sp13/Makefile
config.status: creating sp14/Makefile
config.status: creating sp15/Makefile
config.status: creating sp16/Makefile
config.status: creating sp17/Makefile
config.status: creating sp18/Makefile
config.status: creating sp19/Makefile
config.status: creating sp20/Makefile
config.status: creating sp21/Makefile
config.status: creating sp22/Makefile
config.status: creating sp23/Makefile
config.status: creating sp24/Makefile
config.status: creating sp25/Makefile
config.status: creating sp26/Makefile
config.status: creating sp27/Makefile
config.status: creating sp27a/Makefile
config.status: creating sp29/Makefile
config.status: creating sp30/Makefile
config.status: creating sp31/Makefile
config.status: creating sp32/Makefile
config.status: creating sp33/Makefile
config.status: creating sp34/Makefile
config.status: creating sp35/Makefile
config.status: creating sp36/Makefile
config.status: creating sp37/Makefile
config.status: creating sp38/Makefile
config.status: creating sp40/Makefile
config.status: creating sp41/Makefile
config.status: creating sp42/Makefile
config.status: creating sp43/Makefile
config.status: creating sp44/Makefile
config.status: creating sp45/Makefile
config.status: creating sp46/Makefile
config.status: creating sp47/Makefile
config.status: creating sp48/Makefile
config.status: creating sp49/Makefile
config.status: creating sp50/Makefile
config.status: creating sp51/Makefile
config.status: creating sp52/Makefile
config.status: creating sp53/Makefile
config.status: creating sp54/Makefile
config.status: creating sp55/Makefile
config.status: creating sp56/Makefile
config.status: creating sp57/Makefile
config.status: creating sp58/Makefile
config.status: creating sp59/Makefile
config.status: creating sp60/Makefile
config.status: creating sp62/Makefile
config.status: creating sp63/Makefile
config.status: creating sp64/Makefile
config.status: creating sp65/Makefile
config.status: creating sp66/Makefile
config.status: creating sp67/Makefile
config.status: creating sp68/Makefile
config.status: creating sp69/Makefile
config.status: creating sp70/Makefile
config.status: creating sp71/Makefile
config.status: creating sp72/Makefile
config.status: creating sp73/Makefile
config.status: creating sp74/Makefile
config.status: creating sp75/Makefile
config.status: creating sp76/Makefile
config.status: creating sp77/Makefile
config.status: creating sprmsched02/Makefile
config.status: creating sp2038/Makefile
config.status: creating spassoc01/Makefile
config.status: creating spcbssched01/Makefile
config.status: creating spcbssched02/Makefile
config.status: creating spcbssched03/Makefile
config.status: creating spchain/Makefile
config.status: creating spclock_err01/Makefile
config.status: creating spclock_err02/Makefile
config.status: creating spcoverage/Makefile
config.status: creating spedfsched01/Makefile
config.status: creating spedfsched02/Makefile
config.status: creating spedfsched03/Makefile
config.status: creating spedfsched04/Makefile
config.status: creating sperror01/Makefile
config.status: creating sperror02/Makefile
config.status: creating sperror03/Makefile
config.status: creating spevent_err03/Makefile
config.status: creating spfatal01/Makefile
config.status: creating spfatal02/Makefile
config.status: creating spfatal03/Makefile
config.status: creating spfatal04/Makefile
config.status: creating spfatal05/Makefile
config.status: creating spfatal06/Makefile
config.status: creating spfatal07/Makefile
config.status: creating spfatal08/Makefile
config.status: creating spfatal09/Makefile
config.status: creating spfatal10/Makefile
config.status: creating spfatal11/Makefile
config.status: creating spfatal12/Makefile
config.status: creating spfatal13/Makefile
config.status: creating spfatal14/Makefile
config.status: creating spfatal15/Makefile
config.status: creating spfatal16/Makefile
config.status: creating spfatal24/Makefile
config.status: creating spfatal25/Makefile
config.status: creating spfatal27/Makefile
config.status: creating spfatal29/Makefile
config.status: creating spfifo01/Makefile
config.status: creating spfifo02/Makefile
config.status: creating spfifo03/Makefile
config.status: creating spfifo04/Makefile
config.status: creating spfifo05/Makefile
config.status: creating spfreechain01/Makefile
config.status: creating spintr_err01/Makefile
config.status: creating spintrcritical01/Makefile
config.status: creating spintrcritical02/Makefile
config.status: creating spintrcritical03/Makefile
config.status: creating spintrcritical04/Makefile
config.status: creating spintrcritical05/Makefile
config.status: creating spintrcritical06/Makefile
config.status: creating spintrcritical07/Makefile
config.status: creating spintrcritical08/Makefile
config.status: creating spintrcritical09/Makefile
config.status: creating spintrcritical10/Makefile
config.status: creating spintrcritical11/Makefile
config.status: creating spintrcritical12/Makefile
config.status: creating spintrcritical13/Makefile
config.status: creating spintrcritical14/Makefile
config.status: creating spintrcritical15/Makefile
config.status: creating spintrcritical16/Makefile
config.status: creating spheapprot/Makefile
config.status: creating spmkdir/Makefile
config.status: creating spmountmgr01/Makefile
config.status: creating spmsgq_err01/Makefile
config.status: creating spmsgq_err02/Makefile
config.status: creating spnsext01/Makefile
config.status: creating spobjgetnext/Makefile
config.status: creating sppagesize/Makefile
config.status: creating spport_err01/Makefile
config.status: creating spprintk/Makefile
config.status: creating spprivenv01/Makefile
config.status: creating spqreslib/Makefile
config.status: creating spratemon_err01/Makefile
config.status: creating sprbtree01/Makefile
config.status: creating spsem_err01/Makefile
config.status: creating spsem_err02/Makefile
config.status: creating spsem01/Makefile
config.status: creating spsem02/Makefile
config.status: creating spsignal_err01/Makefile
config.status: creating spsimplesched01/Makefile
config.status: creating spsimplesched02/Makefile
config.status: creating spsimplesched03/Makefile
config.status: creating spsize/Makefile
config.status: creating spstkalloc/Makefile
config.status: creating spstkalloc02/Makefile
config.status: creating spthreadq01/Makefile
config.status: creating sptimespec01/Makefile
config.status: creating spwatchdog/Makefile
config.status: creating spwkspace/Makefile
config.status: creating sptask_err01/Makefile
config.status: creating sptask_err02/Makefile
config.status: creating sptask_err03/Makefile
config.status: creating sptask_err04/Makefile
config.status: creating sptimer_err01/Makefile
config.status: creating sptimer_err02/Makefile
config.status: creating spcpuset01/Makefile
config.status: creating spregion_err01/Makefile
config.status: creating sppartition_err01/Makefile
config.status: creating sprmsched01/Makefile
config.status: creating spversion01/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in fstests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/fstests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/fstests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/fstests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking for RTEMS_POSIX_API... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking whether pthread_rwlock_unlock is declared... yes
checking whether pthread_atfork is declared... yes
checking whether pthread_attr_getcputime is declared... no
checking whether pthread_attr_getcputime is declared... (cached) no
checking whether pthread_attr_setcputime is declared... no
checking whether pthread_attr_getstack is declared... yes
checking whether pthread_attr_setstack is declared... yes
checking whether pthread_attr_getguardsize is declared... yes
checking whether pthread_attr_setguardsize is declared... yes
checking whether adjtime is declared... yes
checking whether mprotect is declared... yes
checking whether seteuid is declared... yes
checking size of off_t... 8
checking size of blksize_t... 4
checking size of blkcnt_t... 4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fsbdpart01/Makefile
config.status: creating fsclose01/Makefile
config.status: creating fsdosfsformat01/Makefile
config.status: creating fsdosfsname01/Makefile
config.status: creating fsdosfsname02/Makefile
config.status: creating fsdosfssync01/Makefile
config.status: creating fsdosfswrite01/Makefile
config.status: creating fsfseeko01/Makefile
config.status: creating fsimfsconfig01/Makefile
config.status: creating fsimfsconfig02/Makefile
config.status: creating fsimfsconfig03/Makefile
config.status: creating fsimfsgeneric01/Makefile
config.status: creating fsjffs2gc01/Makefile
config.status: creating fsnofs01/Makefile
config.status: creating fsrfsbitmap01/Makefile
config.status: creating fsrofs01/Makefile
config.status: creating imfs_fserror/Makefile
config.status: creating imfs_fslink/Makefile
config.status: creating imfs_fspatheval/Makefile
config.status: creating imfs_fspermission/Makefile
config.status: creating imfs_fsrdwr/Makefile
config.status: creating imfs_fsscandir01/Makefile
config.status: creating imfs_fssymlink/Makefile
config.status: creating imfs_fstime/Makefile
config.status: creating jffs2_fserror/Makefile
config.status: creating jffs2_fslink/Makefile
config.status: creating jffs2_fspatheval/Makefile
config.status: creating jffs2_fspermission/Makefile
config.status: creating jffs2_fsrdwr/Makefile
config.status: creating jffs2_fsscandir01/Makefile
config.status: creating jffs2_fssymlink/Makefile
config.status: creating jffs2_fstime/Makefile
config.status: creating mdosfs_fserror/Makefile
config.status: creating mdosfs_fspatheval/Makefile
config.status: creating mdosfs_fsrdwr/Makefile
config.status: creating mdosfs_fsscandir01/Makefile
config.status: creating mdosfs_fsstatvfs/Makefile
config.status: creating mdosfs_fstime/Makefile
config.status: creating mimfs_fserror/Makefile
config.status: creating mimfs_fslink/Makefile
config.status: creating mimfs_fspatheval/Makefile
config.status: creating mimfs_fspermission/Makefile
config.status: creating mimfs_fsrdwr/Makefile
config.status: creating mimfs_fsrename/Makefile
config.status: creating mimfs_fsscandir01/Makefile
config.status: creating mimfs_fssymlink/Makefile
config.status: creating mimfs_fstime/Makefile
config.status: creating mrfs_fserror/Makefile
config.status: creating mrfs_fsfpathconf/Makefile
config.status: creating mrfs_fslink/Makefile
config.status: creating mrfs_fspatheval/Makefile
config.status: creating mrfs_fspermission/Makefile
config.status: creating mrfs_fsrdwr/Makefile
config.status: creating mrfs_fsscandir01/Makefile
config.status: creating mrfs_fssymlink/Makefile
config.status: creating mrfs_fstime/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in psxtests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/psxtests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/psxtests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/psxtests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking whether to build rtems++... yes
checking for RTEMS_POSIX_API... yes
checking for RTEMS_NETWORKING... yes
checking for RTEMS_POSIX_API... (cached) yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking whether pthread_rwlock_unlock is declared... yes
checking whether pthread_atfork is declared... yes
checking whether pthread_attr_getstack is declared... yes
checking whether pthread_attr_setstack is declared... yes
checking whether pthread_attr_getguardsize is declared... yes
checking whether pthread_attr_setguardsize is declared... yes
checking whether pthread_attr_setaffinity_np is declared... yes
checking whether pthread_attr_getaffinity_np is declared... yes
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking whether pthread_getattr_np is declared... yes
checking whether getrusage is declared... no
checking whether getrusage is declared... (cached) no
checking whether adjtime is declared... yes
checking whether mprotect is declared... yes
checking whether seteuid is declared... yes
checking size of off_t... 8
checking size of blksize_t... 4
checking size of blkcnt_t... 4
checking size of time_t... 8
checking size of mode_t... 4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating psx01/Makefile
config.status: creating psx02/Makefile
config.status: creating psx03/Makefile
config.status: creating psx04/Makefile
config.status: creating psx05/Makefile
config.status: creating psx06/Makefile
config.status: creating psx07/Makefile
config.status: creating psx08/Makefile
config.status: creating psx09/Makefile
config.status: creating psx10/Makefile
config.status: creating psx11/Makefile
config.status: creating psx12/Makefile
config.status: creating psx13/Makefile
config.status: creating psx14/Makefile
config.status: creating psx15/Makefile
config.status: creating psx16/Makefile
config.status: creating psxaio01/Makefile
config.status: creating psxaio02/Makefile
config.status: creating psxaio03/Makefile
config.status: creating psxalarm01/Makefile
config.status: creating psxautoinit01/Makefile
config.status: creating psxautoinit02/Makefile
config.status: creating psxbarrier01/Makefile
config.status: creating psxcancel/Makefile
config.status: creating psxcancel01/Makefile
config.status: creating psxchroot01/Makefile
config.status: creating psxclassic01/Makefile
config.status: creating psxcleanup/Makefile
config.status: creating psxcleanup01/Makefile
config.status: creating psxcleanup02/Makefile
config.status: creating psxclock/Makefile
config.status: creating psxclock01/Makefile
config.status: creating psxclockrealtime01/Makefile
config.status: creating psxconcurrency01/Makefile
config.status: creating psxcond01/Makefile
config.status: creating psxcond02/Makefile
config.status: creating psxconfig01/Makefile
config.status: creating psxdevctl01/Makefile
config.status: creating psxeintr_join/Makefile
config.status: creating psxenosys/Makefile
config.status: creating psxfatal01/Makefile
config.status: creating psxfatal02/Makefile
config.status: creating psxfchx01/Makefile
config.status: creating psxfile01/Makefile
config.status: creating psxfile02/Makefile
config.status: creating psxfilelock01/Makefile
config.status: creating psxgetattrnp01/Makefile
config.status: creating psxgetrusage01/Makefile
config.status: creating psxglobalcon01/Makefile
config.status: creating psxglobalcon02/Makefile
config.status: creating psxhdrs/Makefile
config.status: creating psxid01/Makefile
config.status: creating psximfs01/Makefile
config.status: creating psximfs02/Makefile
config.status: creating psxintrcritical01/Makefile
config.status: creating psxitimer/Makefile
config.status: creating psxkey01/Makefile
config.status: creating psxkey02/Makefile
config.status: creating psxkey03/Makefile
config.status: creating psxkey04/Makefile
config.status: creating psxkey05/Makefile
config.status: creating psxkey06/Makefile
config.status: creating psxkey07/Makefile
config.status: creating psxkey08/Makefile
config.status: creating psxkey09/Makefile
config.status: creating psxkey10/Makefile
config.status: creating psxmount/Makefile
config.status: creating psxmsgq01/Makefile
config.status: creating psxmsgq02/Makefile
config.status: creating psxmsgq03/Makefile
config.status: creating psxmsgq04/Makefile
config.status: creating psxmutexattr01/Makefile
config.status: creating psxobj01/Makefile
config.status: creating psxonce01/Makefile
config.status: creating psxpasswd01/Makefile
config.status: creating psxpasswd02/Makefile
config.status: creating psxpipe01/Makefile
config.status: creating psxrdwrv/Makefile
config.status: creating psxreaddir/Makefile
config.status: creating psxrwlock01/Makefile
config.status: creating psxsem01/Makefile
config.status: creating psxshm01/Makefile
config.status: creating psxshm02/Makefile
config.status: creating psxmmap01/Makefile
config.status: creating psxsignal01/Makefile
config.status: creating psxsignal02/Makefile
config.status: creating psxsignal03/Makefile
config.status: creating psxsignal04/Makefile
config.status: creating psxsignal05/Makefile
config.status: creating psxsignal06/Makefile
config.status: creating psxspin01/Makefile
config.status: creating psxstack01/Makefile
config.status: creating psxstack02/Makefile
config.status: creating psxstat/Makefile
config.status: creating psxstrsignal01/Makefile
config.status: creating psxsysconf/Makefile
config.status: creating psxthreadname01/Makefile
config.status: creating psxtime/Makefile
config.status: creating psxtimer01/Makefile
config.status: creating psxtimer02/Makefile
config.status: creating psxtimes01/Makefile
config.status: creating psxualarm/Makefile
config.status: creating psxusleep/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in smptests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/smptests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/smptests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/smptests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for RTEMS_SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for RTEMS_POSIX_API... yes
checking for ../../make/custom/pc386.cfg... yes
checking for RTEMS_MULTIPROCESSING... no
checking whether to build rtems++... yes
checking for RTEMS_NETWORKING... yes
checking for RTEMS_SMP... (cached) yes
checking whether pthread_attr_setaffinity_np is declared... yes
checking whether pthread_attr_getaffinity_np is declared... yes
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking whether pthread_getattr_np is declared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating smpopenmp01/Makefile
config.status: creating smp01/Makefile
config.status: creating smp02/Makefile
config.status: creating smp03/Makefile
config.status: creating smp05/Makefile
config.status: creating smp07/Makefile
config.status: creating smp08/Makefile
config.status: creating smp09/Makefile
config.status: creating smpaffinity01/Makefile
config.status: creating smpatomic01/Makefile
config.status: creating smpcache01/Makefile
config.status: creating smpcapture01/Makefile
config.status: creating smpcapture02/Makefile
config.status: creating smpclock01/Makefile
config.status: creating smpfatal01/Makefile
config.status: creating smpfatal02/Makefile
config.status: creating smpfatal03/Makefile
config.status: creating smpfatal04/Makefile
config.status: creating smpfatal05/Makefile
config.status: creating smpfatal06/Makefile
config.status: creating smpfatal08/Makefile
config.status: creating smpipi01/Makefile
config.status: creating smpload01/Makefile
config.status: creating smplock01/Makefile
config.status: creating smpmigration01/Makefile
config.status: creating smpmigration02/Makefile
config.status: creating smpmrsp01/Makefile
config.status: creating smpmutex01/Makefile
config.status: creating smpmutex02/Makefile
config.status: creating smppsxaffinity01/Makefile
config.status: creating smppsxaffinity02/Makefile
config.status: creating smppsxmutex01/Makefile
config.status: creating smppsxsignal01/Makefile
config.status: creating smpschedaffinity01/Makefile
config.status: creating smpschedaffinity02/Makefile
config.status: creating smpschedaffinity03/Makefile
config.status: creating smpschedaffinity04/Makefile
config.status: creating smpschedaffinity05/Makefile
config.status: creating smpschededf01/Makefile
config.status: creating smpschededf02/Makefile
config.status: creating smpschededf03/Makefile
config.status: creating smpschedsem01/Makefile
config.status: creating smpscheduler01/Makefile
config.status: creating smpscheduler02/Makefile
config.status: creating smpscheduler03/Makefile
config.status: creating smpscheduler04/Makefile
config.status: creating smpscheduler05/Makefile
config.status: creating smpscheduler06/Makefile
config.status: creating smpscheduler07/Makefile
config.status: creating smpsignal01/Makefile
config.status: creating smpstrongapa01/Makefile
config.status: creating smpswitchextension01/Makefile
config.status: creating smpthreadlife01/Makefile
config.status: creating smpunsupported01/Makefile
config.status: creating smpwakeafter01/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in tmtests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/tmtests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/tmtests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/tmtests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tmtimer01/Makefile
config.status: creating tmfine01/Makefile
config.status: creating tmcontext01/Makefile
config.status: creating tmck/Makefile
config.status: creating tmoverhd/Makefile
config.status: creating tm01/Makefile
config.status: creating tm02/Makefile
config.status: creating tm03/Makefile
config.status: creating tm04/Makefile
config.status: creating tm05/Makefile
config.status: creating tm06/Makefile
config.status: creating tm07/Makefile
config.status: creating tm08/Makefile
config.status: creating tm09/Makefile
config.status: creating tm10/Makefile
config.status: creating tm11/Makefile
config.status: creating tm12/Makefile
config.status: creating tm13/Makefile
config.status: creating tm14/Makefile
config.status: creating tm15/Makefile
config.status: creating tm16/Makefile
config.status: creating tm17/Makefile
config.status: creating tm18/Makefile
config.status: creating tm19/Makefile
config.status: creating tm20/Makefile
config.status: creating tm21/Makefile
config.status: creating tm22/Makefile
config.status: creating tm23/Makefile
config.status: creating tm24/Makefile
config.status: creating tm25/Makefile
config.status: creating tm26/Makefile
config.status: creating tm27/Makefile
config.status: creating tm28/Makefile
config.status: creating tm29/Makefile
config.status: creating tm30/Makefile
config.status: creating tm31/Makefile
config.status: creating tm32/Makefile
config.status: creating tm33/Makefile
config.status: creating tm34/Makefile
config.status: creating tm35/Makefile
config.status: creating tm36/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in psxtmtests (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/psxtmtests)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/psxtmtests/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/psxtmtests
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking for RTEMS_POSIX_API... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking whether pthread_rwlock_unlock is declared... yes
checking whether pthread_atfork is declared... yes
checking whether pthread_attr_getcputime is declared... no
checking whether pthread_attr_getcputime is declared... (cached) no
checking whether pthread_attr_setcputime is declared... no
checking whether pthread_attr_getstack is declared... yes
checking whether pthread_attr_setstack is declared... yes
checking whether pthread_attr_getguardsize is declared... yes
checking whether pthread_attr_setguardsize is declared... yes
checking whether adjtime is declared... yes
checking whether mprotect is declared... yes
checking whether seteuid is declared... yes
checking size of off_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating psxtmbarrier01/Makefile
config.status: creating psxtmbarrier02/Makefile
config.status: creating psxtmbarrier03/Makefile
config.status: creating psxtmbarrier04/Makefile
config.status: creating psxtmclocknanosleep01/Makefile
config.status: creating psxtmclocknanosleep02/Makefile
config.status: creating psxtmclocknanosleep03/Makefile
config.status: creating psxtmcond01/Makefile
config.status: creating psxtmcond02/Makefile
config.status: creating psxtmcond03/Makefile
config.status: creating psxtmcond04/Makefile
config.status: creating psxtmcond05/Makefile
config.status: creating psxtmcond06/Makefile
config.status: creating psxtmcond07/Makefile
config.status: creating psxtmcond08/Makefile
config.status: creating psxtmcond09/Makefile
config.status: creating psxtmcond10/Makefile
config.status: creating psxtmkey01/Makefile
config.status: creating psxtmkey02/Makefile
config.status: creating psxtmmq01/Makefile
config.status: creating psxtmmutex01/Makefile
config.status: creating psxtmmutex02/Makefile
config.status: creating psxtmmutex03/Makefile
config.status: creating psxtmmutex04/Makefile
config.status: creating psxtmmutex05/Makefile
config.status: creating psxtmmutex06/Makefile
config.status: creating psxtmmutex07/Makefile
config.status: creating psxtmnanosleep01/Makefile
config.status: creating psxtmnanosleep02/Makefile
config.status: creating psxtmrwlock01/Makefile
config.status: creating psxtmrwlock02/Makefile
config.status: creating psxtmrwlock03/Makefile
config.status: creating psxtmrwlock04/Makefile
config.status: creating psxtmrwlock05/Makefile
config.status: creating psxtmrwlock06/Makefile
config.status: creating psxtmrwlock07/Makefile
config.status: creating psxtmsem01/Makefile
config.status: creating psxtmsem02/Makefile
config.status: creating psxtmsem03/Makefile
config.status: creating psxtmsem04/Makefile
config.status: creating psxtmsem05/Makefile
config.status: creating psxtmsleep01/Makefile
config.status: creating psxtmsleep02/Makefile
config.status: creating psxtmthread01/Makefile
config.status: creating psxtmthread02/Makefile
config.status: creating psxtmthread03/Makefile
config.status: creating psxtmthread04/Makefile
config.status: creating psxtmthread05/Makefile
config.status: creating psxtmthread06/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in benchmarks (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/benchmarks)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/benchmarks/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/benchmarks
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dhrystone/Makefile
config.status: creating linpack/Makefile
config.status: creating whetstone/Makefile
config.status: creating config.h
config.status: executing depfiles commands
=== configuring in rhealstone (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/testsuites/rhealstone)
configure: running /bin/bash ../../../../../../kernel/c/src/../../testsuites/rhealstone/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' '--enable-rtems-root=../' '--enable-project-root=../../../pc386' '--with-project-top=../../../' '--enable-rtemsbsp=pc386' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib/include' '--libdir=/home/amaan/bin/rtems/5-i386/i386-rtems5/pc386/lib' --cache-file=/dev/null --srcdir=../../../../../../kernel/c/src/../../testsuites/rhealstone
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking BSP linkcmds... checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-strip... (cached) i386-rtems5-strip
checking for ../../make/custom/pc386.cfg... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rhdeadlockbrk/Makefile
config.status: creating rhilatency/Makefile
config.status: creating rhmlatency/Makefile
config.status: creating rhsemshuffle/Makefile
config.status: creating rhtaskpreempt/Makefile
config.status: creating rhtaskswitch/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: creating Makefile
make[3]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
make[3]: 'make/pc386.cache' is up to date.
make[3]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
config.status: creating support/Makefile
config.status: creating libchip/Makefile
config.status: creating lib/Makefile
config.status: creating lib/libcpu/Makefile
config.status: creating lib/libbsp/Makefile
config.status: creating wrapup/Makefile
config.status: executing depfiles commands
=== configuring in make (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/make)
configure: running /bin/bash ../../../../../kernel/c/src/make/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' --cache-file=/dev/null --srcdir=../../../../../kernel/c/src/make
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for cat... /bin/cat
checking for cp... /bin/cp
checking for mv... /bin/mv
checking for ln... /bin/ln
checking whether ln -s works... yes
checking for chmod... /bin/chmod
checking for sort... /usr/bin/sort
checking for touch... /usr/bin/touch
checking for cmp... /usr/bin/cmp
checking for sed... /bin/sed
checking for gm4... no
checking for m4... /usr/bin/m4
checking for bash... /bin/bash
checking for perl... /usr/bin/perl
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking whether i386-rtems5-gcc accepts -isystem... yes
checking whether i386-rtems5-gcc accepts --pipe... yes
checking whether i386-rtems5-gcc --pipe accepts -specs... yes
checking whether CPU supports SMP... yes
checking for i386-rtems5-g++... i386-rtems5-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-rtems5-g++ accepts -g... yes
checking dependency style of i386-rtems5-g++... gcc3
checking how to run the C++ preprocessor... i386-rtems5-g++ -E
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-size... i386-rtems5-size
checking for i386-rtems5-nm... i386-rtems5-nm
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking for 16 bit mode assembler support... yes
checking if wanting multiprocessing... no
checking whether BSP supports networking... yes
checking whether CPU supports libposix... yes
checking whether to build rtems++... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: linking ../../../../../kernel/c/src/make/leaf.cfg to leaf.cfg
config.status: executing depfiles commands
=== configuring in lib/libcpu/i386 (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libcpu/i386)
configure: running /bin/bash ../../../../../../../kernel/c/src/lib/libcpu/i386/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' --cache-file=/dev/null --srcdir=../../../../../../../kernel/c/src/lib/libcpu/i386
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for perl... /usr/bin/perl
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking whether i386-rtems5-gcc accepts -isystem... yes
checking whether i386-rtems5-gcc accepts --pipe... yes
checking whether i386-rtems5-gcc --pipe accepts -specs... yes
checking whether i386-rtems5-gcc --pipe and cc understand -c and -o together... yes
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking dependency style of i386-rtems5-gcc --pipe... gcc3
checking for perl... (cached) /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
=== configuring in lib/libbsp/i386 (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386)
configure: running /bin/bash ../../../../../../../kernel/c/src/lib/libbsp/i386/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' --cache-file=/dev/null --srcdir=../../../../../../../kernel/c/src/lib/libbsp/i386
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
=== configuring in pc386 (/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386)
configure: running /bin/bash ../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/configure --disable-option-checking '--prefix=/home/amaan/bin/rtems/5-i386' '--host=i386-rtems5' '--build=x86_64-pc-linux-gnu' '--target=i386-rtems5' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=i386-rtems5' 'target_alias=i386-rtems5' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' 'CFLAGS=-mtune=i386 -O2 -g -ffunction-sections -fdata-sections' --cache-file=/dev/null --srcdir=../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386
checking for gmake... no
checking for make... make
checking build system type... x86_64-pc-linux-gnu
checking host system type... i386-pc-rtems5
checking rtems target cpu... i386
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i386-rtems5-strip... i386-rtems5-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/bin/perl
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking if wanting multiprocessing... no
checking for style of include used by make... GNU
checking for i386-rtems5-gcc... i386-rtems5-gcc
checking for i386-rtems5-gcc... (cached) i386-rtems5-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i386-rtems5-gcc accepts -g... yes
checking for i386-rtems5-gcc option to accept ISO C89... none needed
checking dependency style of i386-rtems5-gcc... gcc3
checking how to run the C preprocessor... i386-rtems5-gcc -E
checking whether i386-rtems5-gcc accepts -isystem... yes
checking whether i386-rtems5-gcc accepts --pipe... yes
checking whether i386-rtems5-gcc --pipe accepts -specs... yes
checking for i386-rtems5-ar... i386-rtems5-ar
checking for i386-rtems5-as... i386-rtems5-as
checking for i386-rtems5-ld... i386-rtems5-ld
checking for i386-rtems5-ranlib... i386-rtems5-ranlib
checking for i386-rtems5-objcopy... i386-rtems5-objcopy
checking dependency style of i386-rtems5-gcc --pipe... gcc3
checking whether BSP supports networking... yes
checking whether CPU supports SMP... yes
checking for 16 bit mode assembler support... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/bspopts.tmp
config.status: creating include/bspopts.h
config.status: linking ../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/startup/linkcmds to linkcmds
config.status: executing depfiles commands
config.status: executing bsp-tools commands
configuring in tools
running /bin/bash ../../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/tools/configure '--disable-option-checking' '--prefix=/home/amaan/bin/rtems/5-i386' '--enable-smp' '--enable-posix' '--enable-tests' '--with-target-subdir=i386-rtems5' '--exec-prefix=/home/amaan/bin/rtems/5-i386/i386-rtems5' '--includedir=/home/amaan/bin/rtems/5-i386/i386-rtems5/include' '--with-project-root=../../' '--with-project-top=../../' '--with-rtems-build-top=/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386' '--with-rtems-source-top=/home/amaan/repos/rtems/kernel' 'RTEMS_BSP=pc386' 'RTEMS_CPU_MODEL=i386_fp' 'RTEMS_BSP_FAMILY=pc386' --cache-file=/dev/null --srcdir=../../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/tools
checking for gmake... no
checking for make... make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for RTEMS_BSP... pc386
checking for x86_64-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strtoul... yes
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c'
Making all in pc386
make[2]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
make[3]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
./config.status --file=i386-rtems5-pc386.pc:../../../../kernel/c/src/bsp.pc.in
Making project library directory: ../.././pc386/lib
Making all-am in .
Making all-am in cpukit
Making all-am in make
Making all-am in lib
make[4]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib'
make[4]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/make'
sed \
-e "s|[@]prefix[@]|/home/amaan/bin/rtems/5-i386|" \
-e "s|[@]exec_prefix[@]|/home/amaan/bin/rtems/5-i386/i386-rtems5|" \
-e "s|[@]pkgdatadir[@]|/home/amaan/bin/rtems/5-i386/share/rtems5|" \
-e "s|[@]RTEMS_BSP[@]|pc386|" \
-e "s|[@]CC[@]|i386-rtems5-gcc --pipe|" \
-e "s|[@]CXX[@]|i386-rtems5-g++|" \
-e "s|[@]AS[@]|i386-rtems5-as|" \
-e "s|[@]AR[@]|i386-rtems5-ar|" \
-e "s|[@]NM[@]|i386-rtems5-nm|" \
-e "s|[@]LD[@]|i386-rtems5-ld|" \
-e "s|[@]SIZE[@]|i386-rtems5-size|" \
-e "s|[@]OBJCOPY[@]|i386-rtems5-objcopy|" \
-e "s|[@]RTEMS_HAS_POSIX_API[@]|yes|" \
-e "s|[@]RTEMS_HAS_CPLUSPLUS[@]|yes|" \
< ../../../../../kernel/c/src/make/Makefile.inc.in > Makefile.inc
Making all-am in .
sed \
-e "s|[@]HAS_MP[@]||" \
-e "s|[@]HAS_POSIX_API[@]|yes|" \
-e "s|[@]HAS_CPLUSPLUS[@]|yes|" \
-e "s|[@]HAS_NETWORKING[@]|yes|" \
< ../../../../../kernel/c/src/make/bsp.cfg.in > bsp.cfg
Making all-am in libcpu
config.status: creating i386-rtems5-pc386.pc
sed \
-e "s|[@]RTEMS_API[@]|5|" \
-e "s|[@]CPPFLAGS[@]||" \
-e "s|[@]CFLAGS[@]|-mtune=i386 -O2 -g -ffunction-sections -fdata-sections|" \
-e "s|[@]LIBS[@]||" \
-e "s|[@]CC[@]|i386-rtems5-gcc --pipe|" \
-e "s|[@]CXX[@]|i386-rtems5-g++|" \
-e "s|[@]AS[@]|i386-rtems5-as|" \
-e "s|[@]AR[@]|i386-rtems5-ar|" \
-e "s|[@]NM[@]|i386-rtems5-nm|" \
-e "s|[@]LD[@]|i386-rtems5-ld|" \
-e "s|[@]SIZE[@]|i386-rtems5-size|" \
-e "s|[@]STRIP[@]|i386-rtems5-strip|" \
-e "s|[@]RANLIB[@]|i386-rtems5-ranlib|" \
-e "s|[@]OBJCOPY[@]|i386-rtems5-objcopy|" \
-e "s|[@]RTEMS_CPU[@]|i386|" \
-e "s|[@]RTEMS_HAS_MULTIPROCESSING[@]||" \
-e "s|[@]RTEMS_HAS_POSIX_API[@]|yes|" \
-e "s|[@]RTEMS_HAS_CPLUSPLUS[@]|yes|" \
-e "s|[@]RTEMS_HAS_NETWORKING[@]|yes|" \
< ../../../../../kernel/c/src/make/target.cfg.in > target.cfg
make[5]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libcpu'
Making all-am in .
sed \
-e "s|[@]CP[@]|/bin/cp|" \
-e "s|[@]MV[@]|/bin/mv|" \
-e "s|[@]LN[@]|/bin/ln|" \
-e "s|[@]SHELL[@]|/bin/bash|" \
-e "s|[@]KSH[@]|/bin/bash|" \
< ../../../../../kernel/c/src/make/host.cfg.in > host.cfg
Making all-am in i386
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/make'
Making all-am in libchip
make[6]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libcpu/i386'
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_TARNAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src-lib-libcpu-i386\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../kernel/c/src/lib/libcpu/i386 -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT score_rel-displayCpu.o -MD -MP -MF .deps/score_rel-displayCpu.Tpo -c -o score_rel-displayCpu.o `test -f 'displayCpu.c' || echo '../../../../../../../kernel/c/src/lib/libcpu/i386/'`displayCpu.c
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_TARNAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src-lib-libcpu-i386\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../kernel/c/src/lib/libcpu/i386 -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -DASM -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT score_rel-cpuModel.o -MD -MP -MF .deps/score_rel-cpuModel.Tpo -c -o score_rel-cpuModel.o `test -f 'cpuModel.S' || echo '../../../../../../../kernel/c/src/lib/libcpu/i386/'`cpuModel.S
make[4]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/libchip'
mv -f .deps/score_rel-cpuModel.Tpo .deps/score_rel-cpuModel.Po
Making all-am in support
make[4]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/support'
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/support -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -DRTEMS_BSP=\"pc386\" -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT libsupport_a-version.o -MD -MP -MF .deps/libsupport_a-version.Tpo -c -o libsupport_a-version.o `test -f 'version.c' || echo '../../../../../kernel/c/src/support/'`version.c
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT display/libdisplay_a-disp_hcms29xx.o -MD -MP -MF display/.deps/libdisplay_a-disp_hcms29xx.Tpo -c -o display/libdisplay_a-disp_hcms29xx.o `test -f 'display/disp_hcms29xx.c' || echo '../../../../../kernel/c/src/libchip/'`display/disp_hcms29xx.c
mv -f .deps/libsupport_a-version.Tpo .deps/libsupport_a-version.Po
rm -f libsupport.a
i386-rtems5-ar crD libsupport.a libsupport_a-version.o
make[4]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit'
i386-rtems5-ranlib libsupport.a
Making all-am in .
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/support'
Making all-am in score
Making all-am in rtems
make[5]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/rtems'
make[5]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score'
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT src/librtems_a-rtemsbuildid.o -MD -MP -MF src/.deps/librtems_a-rtemsbuildid.Tpo -c -o src/librtems_a-rtemsbuildid.o `test -f 'src/rtemsbuildid.c' || echo '../../../../../../kernel/c/src/../../cpukit/rtems/'`src/rtemsbuildid.c
mv -f .deps/score_rel-displayCpu.Tpo .deps/score_rel-displayCpu.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_TARNAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src-lib-libcpu-i386\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../kernel/c/src/lib/libcpu/i386 -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -DASM -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT score_rel-idtr.o -MD -MP -MF .deps/score_rel-idtr.Tpo -c -o score_rel-idtr.o `test -f 'idtr.S' || echo '../../../../../../../kernel/c/src/lib/libcpu/i386/'`idtr.S
Making all-am in .
Making all-am in cpu
make[6]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score/cpu'
mv -f .deps/score_rel-idtr.Tpo .deps/score_rel-idtr.Po
Making all-am in .
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_TARNAME=\"rtems-c-src-lib-libcpu-i386\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src-lib-libcpu-i386\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../../../kernel/c/src/lib/libcpu/i386 -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT page_rel-page.o -MD -MP -MF .deps/page_rel-page.Tpo -c -o page_rel-page.o `test -f 'page.c' || echo '../../../../../../../kernel/c/src/lib/libcpu/i386/'`page.c
Making all-am in i386
make[7]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score/cpu/i386'
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT libscorecpu_a-cpu.o -MD -MP -MF .deps/libscorecpu_a-cpu.Tpo -c -o libscorecpu_a-cpu.o `test -f 'cpu.c' || echo '../../../../../../../../kernel/c/src/../../cpukit/score/cpu/i386/'`cpu.c
Makefile:1051: recipe for target 'src/librtems_a-rtemsbuildid.o' failed
make[5]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/rtems'
Makefile:1620: recipe for target 'rtems' failed
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I../../.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -DASM -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT libscorecpu_a-cpu_asm.o -MD -MP -MF .deps/libscorecpu_a-cpu_asm.Tpo -c -o libscorecpu_a-cpu_asm.o `test -f 'cpu_asm.S' || echo '../../../../../../../../kernel/c/src/../../cpukit/score/cpu/i386/'`cpu_asm.S
mv -f display/.deps/libdisplay_a-disp_hcms29xx.Tpo display/.deps/libdisplay_a-disp_hcms29xx.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT display/libdisplay_a-font_hcms29xx.o -MD -MP -MF display/.deps/libdisplay_a-font_hcms29xx.Tpo -c -o display/libdisplay_a-font_hcms29xx.o `test -f 'display/font_hcms29xx.c' || echo '../../../../../kernel/c/src/libchip/'`display/font_hcms29xx.c
mv -f .deps/libscorecpu_a-cpu_asm.Tpo .deps/libscorecpu_a-cpu_asm.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT flash/libflash_a-am29lv160.o -MD -MP -MF flash/.deps/libflash_a-am29lv160.Tpo -c -o flash/libflash_a-am29lv160.o `test -f 'flash/am29lv160.c' || echo '../../../../../kernel/c/src/libchip/'`flash/am29lv160.c
Makefile:407: recipe for target 'libscorecpu_a-cpu.o' failed
make[7]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score/cpu/i386'
Makefile:634: recipe for target 'i386' failed
make[6]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score/cpu'
Makefile:4617: recipe for target 'cpu' failed
make[5]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score'
Makefile:1620: recipe for target 'score' failed
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit'
Makefile:1154: recipe for target 'cpukit' failed
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT ide/libide_a-ata.o -MD -MP -MF ide/.deps/libide_a-ata.Tpo -c -o ide/libide_a-ata.o `test -f 'ide/ata.c' || echo '../../../../../kernel/c/src/libchip/'`ide/ata.c
mv -f .deps/page_rel-page.Tpo .deps/page_rel-page.Po
i386-rtems5-gcc --pipe -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -qnolinkcmds -nostdlib -r -o score.rel score_rel-displayCpu.o score_rel-cpuModel.o score_rel-idtr.o
i386-rtems5-gcc --pipe -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -qnolinkcmds -nostdlib -r -o page.rel page_rel-page.o
mv -f display/.deps/libdisplay_a-font_hcms29xx.Tpo display/.deps/libdisplay_a-font_hcms29xx.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT ide/libide_a-ata_util.o -MD -MP -MF ide/.deps/libide_a-ata_util.Tpo -c -o ide/libide_a-ata_util.o `test -f 'ide/ata_util.c' || echo '../../../../../kernel/c/src/libchip/'`ide/ata_util.c
make[6]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libcpu/i386'
make[5]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libcpu'
Making all-am in libbsp
make[5]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp'
Making all-am in .
Making all-am in i386
make[6]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386'
Making all-am in .
Making all-am in pc386
mv -f flash/.deps/libflash_a-am29lv160.Tpo flash/.deps/libflash_a-am29lv160.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT ide/libide_a-ide_controller.o -MD -MP -MF ide/.deps/libide_a-ide_controller.Tpo -c -o ide/libide_a-ide_controller.o `test -f 'ide/ide_controller.c' || echo '../../../../../kernel/c/src/libchip/'`ide/ide_controller.c
make[7]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386'
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT ckinit.o -MD -MP -MF .deps/ckinit.Tpo -c -o ckinit.o `test -f 'clock/ckinit.c' || echo '../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/'`clock/ckinit.c
mv -f ide/.deps/libide_a-ata.Tpo ide/.deps/libide_a-ata.Po
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT todcfg.o -MD -MP -MF .deps/todcfg.Tpo -c -o todcfg.o `test -f 'clock/todcfg.c' || echo '../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/'`clock/todcfg.c
mv -f ide/.deps/libide_a-ata_util.Tpo ide/.deps/libide_a-ata_util.Po
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT tod.o -MD -MP -MF .deps/tod.Tpo -c -o tod.o `test -f '../../shared/tod.c' || echo '../../../../../../../../kernel/c/src/lib/libbsp/i386/pc386/'`../../shared/tod.c
Makefile:764: recipe for target 'ckinit.o' failed
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-cs8900.o -MD -MP -MF network/.deps/libnetchip_a-cs8900.Tpo -c -o network/libnetchip_a-cs8900.o `test -f 'network/cs8900.c' || echo '../../../../../kernel/c/src/libchip/'`network/cs8900.c
mv -f ide/.deps/libide_a-ide_controller.Tpo ide/.deps/libide_a-ide_controller.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-dec21140.o -MD -MP -MF network/.deps/libnetchip_a-dec21140.Tpo -c -o network/libnetchip_a-dec21140.o `test -f 'network/dec21140.c' || echo '../../../../../kernel/c/src/libchip/'`network/dec21140.c
mv -f .deps/todcfg.Tpo .deps/todcfg.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-i82586.o -MD -MP -MF network/.deps/libnetchip_a-i82586.Tpo -c -o network/libnetchip_a-i82586.o `test -f 'network/i82586.c' || echo '../../../../../kernel/c/src/libchip/'`network/i82586.c
mv -f .deps/tod.Tpo .deps/tod.Po
make[7]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386'
Makefile:774: recipe for target 'pc386' failed
make[6]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386'
Makefile:679: recipe for target 'i386' failed
make[5]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp'
Makefile:464: recipe for target 'libbsp' failed
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib'
Makefile:1154: recipe for target 'lib' failed
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-sonic.o -MD -MP -MF network/.deps/libnetchip_a-sonic.Tpo -c -o network/libnetchip_a-sonic.o `test -f 'network/sonic.c' || echo '../../../../../kernel/c/src/libchip/'`network/sonic.c
mv -f network/.deps/libnetchip_a-dec21140.Tpo network/.deps/libnetchip_a-dec21140.Po
mv -f network/.deps/libnetchip_a-cs8900.Tpo network/.deps/libnetchip_a-cs8900.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-if_fxp.o -MD -MP -MF network/.deps/libnetchip_a-if_fxp.Tpo -c -o network/libnetchip_a-if_fxp.o `test -f 'network/if_fxp.c' || echo '../../../../../kernel/c/src/libchip/'`network/if_fxp.c
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-elnk.o -MD -MP -MF network/.deps/libnetchip_a-elnk.Tpo -c -o network/libnetchip_a-elnk.o `test -f 'network/elnk.c' || echo '../../../../../kernel/c/src/libchip/'`network/elnk.c
mv -f network/.deps/libnetchip_a-sonic.Tpo network/.deps/libnetchip_a-sonic.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-open_eth.o -MD -MP -MF network/.deps/libnetchip_a-open_eth.Tpo -c -o network/libnetchip_a-open_eth.o `test -f 'network/open_eth.c' || echo '../../../../../kernel/c/src/libchip/'`network/open_eth.c
mv -f network/.deps/libnetchip_a-open_eth.Tpo network/.deps/libnetchip_a-open_eth.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-if_dc.o -MD -MP -MF network/.deps/libnetchip_a-if_dc.Tpo -c -o network/libnetchip_a-if_dc.o `test -f 'network/if_dc.c' || echo '../../../../../kernel/c/src/libchip/'`network/if_dc.c
mv -f network/.deps/libnetchip_a-i82586.Tpo network/.deps/libnetchip_a-i82586.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT network/libnetchip_a-smc91111.o -MD -MP -MF network/.deps/libnetchip_a-smc91111.Tpo -c -o network/libnetchip_a-smc91111.o `test -f 'network/smc91111.c' || echo '../../../../../kernel/c/src/libchip/'`network/smc91111.c
mv -f network/.deps/libnetchip_a-if_dc.Tpo network/.deps/libnetchip_a-if_dc.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-rtcprobe.o -MD -MP -MF rtc/.deps/librtcio_a-rtcprobe.Tpo -c -o rtc/librtcio_a-rtcprobe.o `test -f 'rtc/rtcprobe.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/rtcprobe.c
mv -f network/.deps/libnetchip_a-smc91111.Tpo network/.deps/libnetchip_a-smc91111.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-icm7170.o -MD -MP -MF rtc/.deps/librtcio_a-icm7170.Tpo -c -o rtc/librtcio_a-icm7170.o `test -f 'rtc/icm7170.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/icm7170.c
mv -f network/.deps/libnetchip_a-if_fxp.Tpo network/.deps/libnetchip_a-if_fxp.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-icm7170_reg.o -MD -MP -MF rtc/.deps/librtcio_a-icm7170_reg.Tpo -c -o rtc/librtcio_a-icm7170_reg.o `test -f 'rtc/icm7170_reg.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/icm7170_reg.c
mv -f network/.deps/libnetchip_a-elnk.Tpo network/.deps/libnetchip_a-elnk.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-icm7170_reg2.o -MD -MP -MF rtc/.deps/librtcio_a-icm7170_reg2.Tpo -c -o rtc/librtcio_a-icm7170_reg2.o `test -f 'rtc/icm7170_reg2.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/icm7170_reg2.c
mv -f rtc/.deps/librtcio_a-rtcprobe.Tpo rtc/.deps/librtcio_a-rtcprobe.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-icm7170_reg4.o -MD -MP -MF rtc/.deps/librtcio_a-icm7170_reg4.Tpo -c -o rtc/librtcio_a-icm7170_reg4.o `test -f 'rtc/icm7170_reg4.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/icm7170_reg4.c
mv -f rtc/.deps/librtcio_a-icm7170.Tpo rtc/.deps/librtcio_a-icm7170.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-icm7170_reg8.o -MD -MP -MF rtc/.deps/librtcio_a-icm7170_reg8.Tpo -c -o rtc/librtcio_a-icm7170_reg8.o `test -f 'rtc/icm7170_reg8.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/icm7170_reg8.c
mv -f rtc/.deps/librtcio_a-icm7170_reg.Tpo rtc/.deps/librtcio_a-icm7170_reg.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-m48t08.o -MD -MP -MF rtc/.deps/librtcio_a-m48t08.Tpo -c -o rtc/librtcio_a-m48t08.o `test -f 'rtc/m48t08.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/m48t08.c
mv -f rtc/.deps/librtcio_a-icm7170_reg2.Tpo rtc/.deps/librtcio_a-icm7170_reg2.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-m48t08_reg.o -MD -MP -MF rtc/.deps/librtcio_a-m48t08_reg.Tpo -c -o rtc/librtcio_a-m48t08_reg.o `test -f 'rtc/m48t08_reg.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/m48t08_reg.c
mv -f rtc/.deps/librtcio_a-icm7170_reg4.Tpo rtc/.deps/librtcio_a-icm7170_reg4.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-m48t08_reg2.o -MD -MP -MF rtc/.deps/librtcio_a-m48t08_reg2.Tpo -c -o rtc/librtcio_a-m48t08_reg2.o `test -f 'rtc/m48t08_reg2.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/m48t08_reg2.c
mv -f rtc/.deps/librtcio_a-icm7170_reg8.Tpo rtc/.deps/librtcio_a-icm7170_reg8.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-m48t08_reg4.o -MD -MP -MF rtc/.deps/librtcio_a-m48t08_reg4.Tpo -c -o rtc/librtcio_a-m48t08_reg4.o `test -f 'rtc/m48t08_reg4.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/m48t08_reg4.c
mv -f rtc/.deps/librtcio_a-m48t08.Tpo rtc/.deps/librtcio_a-m48t08.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-m48t08_reg8.o -MD -MP -MF rtc/.deps/librtcio_a-m48t08_reg8.Tpo -c -o rtc/librtcio_a-m48t08_reg8.o `test -f 'rtc/m48t08_reg8.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/m48t08_reg8.c
mv -f rtc/.deps/librtcio_a-m48t08_reg.Tpo rtc/.deps/librtcio_a-m48t08_reg.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-mc146818a.o -MD -MP -MF rtc/.deps/librtcio_a-mc146818a.Tpo -c -o rtc/librtcio_a-mc146818a.o `test -f 'rtc/mc146818a.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/mc146818a.c
mv -f rtc/.deps/librtcio_a-m48t08_reg2.Tpo rtc/.deps/librtcio_a-m48t08_reg2.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-mc146818a_ioreg.o -MD -MP -MF rtc/.deps/librtcio_a-mc146818a_ioreg.Tpo -c -o rtc/librtcio_a-mc146818a_ioreg.o `test -f 'rtc/mc146818a_ioreg.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/mc146818a_ioreg.c
mv -f rtc/.deps/librtcio_a-m48t08_reg4.Tpo rtc/.deps/librtcio_a-m48t08_reg4.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT rtc/librtcio_a-ds1375.o -MD -MP -MF rtc/.deps/librtcio_a-ds1375.Tpo -c -o rtc/librtcio_a-ds1375.o `test -f 'rtc/ds1375.c' || echo '../../../../../kernel/c/src/libchip/'`rtc/ds1375.c
mv -f rtc/.deps/librtcio_a-m48t08_reg8.Tpo rtc/.deps/librtcio_a-m48t08_reg8.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-i2c-ds1621.o -MD -MP -MF i2c/.deps/libi2cio_a-i2c-ds1621.Tpo -c -o i2c/libi2cio_a-i2c-ds1621.o `test -f 'i2c/i2c-ds1621.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/i2c-ds1621.c
mv -f rtc/.deps/librtcio_a-mc146818a.Tpo rtc/.deps/librtcio_a-mc146818a.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-i2c-2b-eeprom.o -MD -MP -MF i2c/.deps/libi2cio_a-i2c-2b-eeprom.Tpo -c -o i2c/libi2cio_a-i2c-2b-eeprom.o `test -f 'i2c/i2c-2b-eeprom.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/i2c-2b-eeprom.c
mv -f rtc/.deps/librtcio_a-mc146818a_ioreg.Tpo rtc/.deps/librtcio_a-mc146818a_ioreg.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-i2c-sc620.o -MD -MP -MF i2c/.deps/libi2cio_a-i2c-sc620.Tpo -c -o i2c/libi2cio_a-i2c-sc620.o `test -f 'i2c/i2c-sc620.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/i2c-sc620.c
mv -f rtc/.deps/librtcio_a-ds1375.Tpo rtc/.deps/librtcio_a-ds1375.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-spi-memdrv.o -MD -MP -MF i2c/.deps/libi2cio_a-spi-memdrv.Tpo -c -o i2c/libi2cio_a-spi-memdrv.o `test -f 'i2c/spi-memdrv.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/spi-memdrv.c
mv -f i2c/.deps/libi2cio_a-i2c-ds1621.Tpo i2c/.deps/libi2cio_a-i2c-ds1621.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-spi-flash-m25p40.o -MD -MP -MF i2c/.deps/libi2cio_a-spi-flash-m25p40.Tpo -c -o i2c/libi2cio_a-spi-flash-m25p40.o `test -f 'i2c/spi-flash-m25p40.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/spi-flash-m25p40.c
mv -f i2c/.deps/libi2cio_a-i2c-2b-eeprom.Tpo i2c/.deps/libi2cio_a-i2c-2b-eeprom.Po
mv -f i2c/.deps/libi2cio_a-i2c-sc620.Tpo i2c/.deps/libi2cio_a-i2c-sc620.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-spi-fram-fm25l256.o -MD -MP -MF i2c/.deps/libi2cio_a-spi-fram-fm25l256.Tpo -c -o i2c/libi2cio_a-spi-fram-fm25l256.o `test -f 'i2c/spi-fram-fm25l256.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/spi-fram-fm25l256.c
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT i2c/libi2cio_a-spi-sd-card.o -MD -MP -MF i2c/.deps/libi2cio_a-spi-sd-card.Tpo -c -o i2c/libi2cio_a-spi-sd-card.o `test -f 'i2c/spi-sd-card.c' || echo '../../../../../kernel/c/src/libchip/'`i2c/spi-sd-card.c
mv -f i2c/.deps/libi2cio_a-spi-memdrv.Tpo i2c/.deps/libi2cio_a-spi-memdrv.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681.o -MD -MP -MF serial/.deps/libserialio_a-mc68681.Tpo -c -o serial/libserialio_a-mc68681.o `test -f 'serial/mc68681.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681.c
mv -f i2c/.deps/libi2cio_a-spi-flash-m25p40.Tpo i2c/.deps/libi2cio_a-spi-flash-m25p40.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681_baud.o -MD -MP -MF serial/.deps/libserialio_a-mc68681_baud.Tpo -c -o serial/libserialio_a-mc68681_baud.o `test -f 'serial/mc68681_baud.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681_baud.c
mv -f i2c/.deps/libi2cio_a-spi-fram-fm25l256.Tpo i2c/.deps/libi2cio_a-spi-fram-fm25l256.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681_reg.o -MD -MP -MF serial/.deps/libserialio_a-mc68681_reg.Tpo -c -o serial/libserialio_a-mc68681_reg.o `test -f 'serial/mc68681_reg.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681_reg.c
mv -f serial/.deps/libserialio_a-mc68681_baud.Tpo serial/.deps/libserialio_a-mc68681_baud.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681_reg2.o -MD -MP -MF serial/.deps/libserialio_a-mc68681_reg2.Tpo -c -o serial/libserialio_a-mc68681_reg2.o `test -f 'serial/mc68681_reg2.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681_reg2.c
mv -f i2c/.deps/libi2cio_a-spi-sd-card.Tpo i2c/.deps/libi2cio_a-spi-sd-card.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681_reg4.o -MD -MP -MF serial/.deps/libserialio_a-mc68681_reg4.Tpo -c -o serial/libserialio_a-mc68681_reg4.o `test -f 'serial/mc68681_reg4.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681_reg4.c
mv -f serial/.deps/libserialio_a-mc68681_reg.Tpo serial/.deps/libserialio_a-mc68681_reg.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-mc68681_reg8.o -MD -MP -MF serial/.deps/libserialio_a-mc68681_reg8.Tpo -c -o serial/libserialio_a-mc68681_reg8.o `test -f 'serial/mc68681_reg8.c' || echo '../../../../../kernel/c/src/libchip/'`serial/mc68681_reg8.c
mv -f serial/.deps/libserialio_a-mc68681.Tpo serial/.deps/libserialio_a-mc68681.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-ns16550.o -MD -MP -MF serial/.deps/libserialio_a-ns16550.Tpo -c -o serial/libserialio_a-ns16550.o `test -f 'serial/ns16550.c' || echo '../../../../../kernel/c/src/libchip/'`serial/ns16550.c
mv -f serial/.deps/libserialio_a-mc68681_reg2.Tpo serial/.deps/libserialio_a-mc68681_reg2.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-z85c30.o -MD -MP -MF serial/.deps/libserialio_a-z85c30.Tpo -c -o serial/libserialio_a-z85c30.o `test -f 'serial/z85c30.c' || echo '../../../../../kernel/c/src/libchip/'`serial/z85c30.c
mv -f serial/.deps/libserialio_a-mc68681_reg4.Tpo serial/.deps/libserialio_a-mc68681_reg4.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-z85c30_reg.o -MD -MP -MF serial/.deps/libserialio_a-z85c30_reg.Tpo -c -o serial/libserialio_a-z85c30_reg.o `test -f 'serial/z85c30_reg.c' || echo '../../../../../kernel/c/src/libchip/'`serial/z85c30_reg.c
mv -f serial/.deps/libserialio_a-mc68681_reg8.Tpo serial/.deps/libserialio_a-mc68681_reg8.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-serprobe.o -MD -MP -MF serial/.deps/libserialio_a-serprobe.Tpo -c -o serial/libserialio_a-serprobe.o `test -f 'serial/serprobe.c' || echo '../../../../../kernel/c/src/libchip/'`serial/serprobe.c
mv -f serial/.deps/libserialio_a-ns16550.Tpo serial/.deps/libserialio_a-ns16550.Po
i386-rtems5-gcc --pipe -DPACKAGE_NAME=\"rtems-c-src\" -DPACKAGE_TARNAME=\"rtems-c-src\" -DPACKAGE_VERSION=\"5.0.0\" -DPACKAGE_STRING=\"rtems-c-src\ 5.0.0\" -DPACKAGE_BUGREPORT=\"https://devel.rtems.org/newticket\" -DPACKAGE_URL=\"\" -I. -I../../../../../kernel/c/src/libchip -I.. -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/include -I/home/amaan/repos/rtems/kernel/cpukit/include -I/home/amaan/repos/rtems/kernel/cpukit/score/cpu/i386/include -I/home/amaan/repos/rtems/kernel/cpukit/libnetworking -I/home/amaan/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/lib/libbsp/i386/pc386/include -I/home/amaan/repos/rtems/kernel/bsps/include -I/home/amaan/repos/rtems/kernel/bsps/i386/include -I/home/amaan/repos/rtems/kernel/bsps/i386/pc386/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -MT serial/libserialio_a-ns16550-context.o -MD -MP -MF serial/.deps/libserialio_a-ns16550-context.Tpo -c -o serial/libserialio_a-ns16550-context.o `test -f 'serial/ns16550-context.c' || echo '../../../../../kernel/c/src/libchip/'`serial/ns16550-context.c
mv -f serial/.deps/libserialio_a-z85c30_reg.Tpo serial/.deps/libserialio_a-z85c30_reg.Po
rm -f libdisplay.a
i386-rtems5-ar crD libdisplay.a display/libdisplay_a-disp_hcms29xx.o display/libdisplay_a-font_hcms29xx.o
i386-rtems5-ranlib libdisplay.a
rm -f libflash.a
i386-rtems5-ar crD libflash.a flash/libflash_a-am29lv160.o
i386-rtems5-ranlib libflash.a
rm -f libide.a
i386-rtems5-ar crD libide.a ide/libide_a-ata.o ide/libide_a-ata_util.o ide/libide_a-ide_controller.o
i386-rtems5-ranlib libide.a
rm -f libnetchip.a
mv -f serial/.deps/libserialio_a-serprobe.Tpo serial/.deps/libserialio_a-serprobe.Po
i386-rtems5-ar crD libnetchip.a network/libnetchip_a-cs8900.o network/libnetchip_a-dec21140.o network/libnetchip_a-i82586.o network/libnetchip_a-sonic.o network/libnetchip_a-if_fxp.o network/libnetchip_a-elnk.o network/libnetchip_a-open_eth.o network/libnetchip_a-if_dc.o network/libnetchip_a-smc91111.o
rm -f librtcio.a
i386-rtems5-ar crD librtcio.a rtc/librtcio_a-rtcprobe.o rtc/librtcio_a-icm7170.o rtc/librtcio_a-icm7170_reg.o rtc/librtcio_a-icm7170_reg2.o rtc/librtcio_a-icm7170_reg4.o rtc/librtcio_a-icm7170_reg8.o rtc/librtcio_a-m48t08.o rtc/librtcio_a-m48t08_reg.o rtc/librtcio_a-m48t08_reg2.o rtc/librtcio_a-m48t08_reg4.o rtc/librtcio_a-m48t08_reg8.o rtc/librtcio_a-mc146818a.o rtc/librtcio_a-mc146818a_ioreg.o rtc/librtcio_a-ds1375.o
i386-rtems5-ranlib libnetchip.a
i386-rtems5-ranlib librtcio.a
rm -f libi2cio.a
i386-rtems5-ar crD libi2cio.a i2c/libi2cio_a-i2c-ds1621.o i2c/libi2cio_a-i2c-2b-eeprom.o i2c/libi2cio_a-i2c-sc620.o i2c/libi2cio_a-spi-memdrv.o i2c/libi2cio_a-spi-flash-m25p40.o i2c/libi2cio_a-spi-fram-fm25l256.o i2c/libi2cio_a-spi-sd-card.o
mv -f serial/.deps/libserialio_a-z85c30.Tpo serial/.deps/libserialio_a-z85c30.Po
i386-rtems5-ranlib libi2cio.a
mv -f serial/.deps/libserialio_a-ns16550-context.Tpo serial/.deps/libserialio_a-ns16550-context.Po
rm -f libserialio.a
i386-rtems5-ar crD libserialio.a serial/libserialio_a-mc68681.o serial/libserialio_a-mc68681_baud.o serial/libserialio_a-mc68681_reg.o serial/libserialio_a-mc68681_reg2.o serial/libserialio_a-mc68681_reg4.o serial/libserialio_a-mc68681_reg8.o serial/libserialio_a-ns16550.o serial/libserialio_a-z85c30.o serial/libserialio_a-z85c30_reg.o serial/libserialio_a-serprobe.o serial/libserialio_a-ns16550-context.o
i386-rtems5-ranlib libserialio.a
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/libchip'
make[3]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
Makefile:650: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
Makefile:290: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c'
Makefile:413: recipe for target 'all-recursive' failed
...
Making all-am in score
make[5]: Entering directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score'
i386-rtems5-gcc --pipe -DHAVE_CONFIG_H -I.. -I../../cpukit/../../../pc386/lib/include -mtune=i386 -O2 -g -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -MT src/libscore_a-percpustatewait.o -MD -MP -MF src/.deps/libscore_a-percpustatewait.Tpo -c -o src/libscore_a-percpustatewait.o `test -f 'src/percpustatewait.c' || echo '../../../../../../kernel/c/src/../../cpukit/score/'`src/percpustatewait.c
In file included from ../../../../../../kernel/c/src/../../cpukit/score/src/percpustatewait.c:19:0:
../../cpukit/../../../pc386/lib/include/rtems/score/percpu.h:376:23: error: variable or field 'Interrupt_frame' declared void
CPU_Interrupt_frame Interrupt_frame;
^~~~~~~~~~~~~~~
Makefile:1712: recipe for target 'src/libscore_a-percpustatewait.o' failed
make[5]: *** [src/libscore_a-percpustatewait.o] Error 1
make[5]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit/score'
Makefile:2142: recipe for target 'score' failed
make[4]: *** [score] Error 2
make[4]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386/cpukit'
Makefile:946: recipe for target 'cpukit' failed
make[3]: *** [cpukit] Error 2
make[3]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
Makefile:443: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c/pc386'
Makefile:286: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/media/commonhdd/repos/rtems/b-i386-smp/i386-rtems5/c'
Makefile:410: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment