Microsoft Windows [Version 10.0.17763.678] (c) 2018 Microsoft Corporation. All rights reserved. C:\Windows\system32>cd .. C:\Windows>cd .. C:\>cd SDImage C:\SDImage>cd sofware The system cannot find the path specified. C:\SDImage>cd software C:\SDImage\software>cd spl_bsp C:\SDImage\software\spl_bsp>cd generated C:\SDImage\software\spl_bsp\generated>del sdram C:\SDImage\software\spl_bsp\generated\sdram\*, Are you sure (Y/N)? Y C:\SDImage\software\spl_bsp\generated>del sdram\*.* C:\SDImage\software\spl_bsp\generated\sdram\*.*, Are you sure (Y/N)? y C:\SDImage\software\spl_bsp\generated>cd .. C:\SDImage\software\spl_bsp>cd .. C:\SDImage\software>cd .. C:\SDImage>cd .. C:\>cd intelFPGA C:\intelFPGA>cd 16.1 C:\intelFPGA\16.1>cd embedded C:\intelFPGA\16.1\embedded>dir Volume in drive C is Windows Volume Serial Number is 2E71-E760 Directory of C:\intelFPGA\16.1\embedded 10/15/2019 12:21 PM . 10/15/2019 12:21 PM .. 10/15/2019 11:27 AM drivers 10/15/2019 12:23 PM ds-5 10/15/2019 11:37 AM ds-5_installer 10/15/2019 11:27 AM embeddedsw 10/25/2016 05:41 AM 1,708 Embedded_Command_Shell.bat 10/25/2016 05:41 AM 1,833 embedded_command_shell.sh 10/25/2016 05:41 AM 10,015 env.sh 10/15/2019 11:29 AM examples 10/15/2019 11:30 AM host_tools 10/15/2019 11:30 AM ip 10/25/2016 05:41 AM 26 version.txt 4 File(s) 13,582 bytes 9 Dir(s) 129,233,264,640 bytes free C:\intelFPGA\16.1\embedded>Embedded_Command_Shell.bat ------------------------------------------------ Altera Embedded Command Shell Version 16.1 [Build 196] ------------------------------------------------ 204045264@G5CTS7H2E ~ $ cd .. 204045264@G5CTS7H2E /cygdrive/c/Users $ cd .. 204045264@G5CTS7H2E /cygdrive/c $ cd SDImage 204045264@G5CTS7H2E /cygdrive/c/SDImage $ cd software 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ cd spf_bsp bash: cd: spf_bsp: No such file or directory 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ cd generated bash: cd: generated: No such file or directory 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ dir spl_bsp 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ cd spl_bsp 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ cd generated 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp/generated $ dir sdram 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp/generated $ del sdram bash: del: command not found 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp/generated $ delete sdram bash: delete: command not found 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp/generated $ help GNU bash, version 4.3.33(1)-release (x86_64-unknown-cygwin) These shell commands are defined internally. Type `help' to see this list. Type `help name' to find out more about the function `name'. Use `info bash' to find out more about the shell in general. Use `man -k' or `info' to find out more about commands not in this list. A star (*) next to a name means that the command is disabled. job_spec [&] history [-c] [-d offset] [n] or hist> (( expression )) if COMMANDS; then COMMANDS; [ elif C> . filename [arguments] jobs [-lnprs] [jobspec ...] or jobs > : kill [-s sigspec | -n signum | -sigs> [ arg... ] let arg [arg ...] [[ expression ]] local [option] name[=value] ... alias [-p] [name[=value] ... ] logout [n] bg [job_spec ...] mapfile [-n count] [-O origin] [-s c> bind [-lpsvPSVX] [-m keymap] [-f file> popd [-n] [+N | -N] break [n] printf [-v var] format [arguments] builtin [shell-builtin [arg ...]] pushd [-n] [+N | -N | dir] caller [expr] pwd [-LP] case WORD in [PATTERN [| PATTERN]...)> read [-ers] [-a array] [-d delim] [-> cd [-L|[-P [-e]] [-@]] [dir] readarray [-n count] [-O origin] [-s> command [-pVv] command [arg ...] readonly [-aAf] [name[=value] ...] o> compgen [-abcdefgjksuv] [-o option] > return [n] complete [-abcdefgjksuv] [-pr] [-DE] > select NAME [in WORDS ... ;] do COMM> compopt [-o|+o option] [-DE] [name ..> set [-abefhkmnptuvxBCHP] [-o option-> continue [n] shift [n] coproc [NAME] command [redirections] shopt [-pqsu] [-o] [optname ...] declare [-aAfFgilnrtux] [-p] [name[=v> source filename [arguments] dirs [-clpv] [+N] [-N] suspend [-f] disown [-h] [-ar] [jobspec ...] test [expr] echo [-neE] [arg ...] time [-p] pipeline enable [-a] [-dnps] [-f filename] [na> times eval [arg ...] trap [-lp] [[arg] signal_spec ...] exec [-cl] [-a name] [command [argume> true exit [n] type [-afptP] name [name ...] export [-fn] [name[=value] ...] or ex> typeset [-aAfFgilrtux] [-p] name[=va> false ulimit [-SHabcdefilmnpqrstuvxT] [lim> fc [-e ename] [-lnr] [first] [last] o> umask [-p] [-S] [mode] fg [job_spec] unalias [-a] name [name ...] for NAME [in WORDS ... ] ; do COMMAND> unset [-f] [-v] [-n] [name ...] for (( exp1; exp2; exp3 )); do COMMAN> until COMMANDS; do COMMANDS; done function name { COMMANDS ; } or name > variables - Names and meanings of so> getopts optstring name [arg] wait [-n] [id ...] hash [-lr] [-p pathname] [-dt] [name > while COMMANDS; do COMMANDS; done help [-dms] [pattern ...] { COMMANDS ; } 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp/generated $ cd .. 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ cd .. 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ cd .. 204045264@G5CTS7H2E /cygdrive/c/SDImage $ cd .. 204045264@G5CTS7H2E /cygdrive/c $ bsp-editor & [1] 6944 204045264@G5CTS7H2E /cygdrive/c $ cd SDImage [1]+ Done bsp-editor (wd: /cygdrive/c) (wd now: /cygdrive/c/SDImage) 204045264@G5CTS7H2E /cygdrive/c/SDImage $ cd software 204045264@G5CTS7H2E /cygdrive/c/SDImage/software $ cd spl_bsp 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ sed 's/socfpga_\$(DEVICE_FAMILY)/mitysom-5csx/' Makefile > Makefile.new 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ sed 's/altera\/socfpga/cl\/mitysom-5csx/' Makefile.new > Makefile 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ cp /cygdrive/c/intelFPGA/16.1/embedded/host_tools/altera/preloader/uboot-socfpga.patch/cygwin/* . 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ sed -i '/update-src:/a\\t@$(CHMOD) -R 755 ../*' Makefile 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ sed -i '/$(stamp)/a\\t@$(CHMOD) -R 755 ../../*' Makefile 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $ make tar zxf uboot-socfpga.tar.gz ‘generated/build.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/build.h’ ‘generated/iocsr_config_cyclone5.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/iocsr_config_cyclone5.c’ ‘generated/iocsr_config_cyclone5.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/iocsr_config_cyclone5.h’ ‘generated/reset_config.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/reset_config.h’ ‘generated/pll_config.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/pll_config.h’ ‘generated/pinmux_config_cyclone5.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/pinmux_config_cyclone5.c’ ‘generated/pinmux_config.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/pinmux_config.h’ ‘generated/sdram/sdram_config.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sdram_config.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/alt_types.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/alt_types.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sdram_io.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sdram_io.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer_auto_ac_init.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer_auto_ac_init.c’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer_auto.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer_auto.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer_auto_inst_init.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer_auto_inst_init.c’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer.c’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer_defines.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer_defines.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/sequencer.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/sequencer.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/system.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/system.h’ ‘../../FPGA/RCIS_GPC_S0S1_hps/tclrpt.c’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/tclrpt.c’ ‘../../FPGA/RCIS_GPC_S0S1_hps/tclrpt.h’ -> ‘uboot-socfpga/board/cl/mitysom-5csx/sdram/tclrpt.h’ Applying Patch: C:/SDImage/software/spl_bsp/add_fms_extensions_cflag.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/add_fms_extensions_cflag.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file config.mk Applying Patch: C:/SDImage/software/spl_bsp/apply_mingw_support.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/apply_mingw_support.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file tools/mkenvimage.c Applying Patch: C:/SDImage/software/spl_bsp/build_system_cygpath_repair.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/build_system_cygpath_repair.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file Makefile Hunk #1 succeeded at 682 (offset 56 lines). (Stripping trailing CRs from patch; use --binary to disable.) patching file rules.mk Applying Patch: C:/SDImage/software/spl_bsp/build_system_rm_spl_repair.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/build_system_rm_spl_repair.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file Makefile Hunk #1 succeeded at 876 (offset -1 lines). Applying Patch: C:/SDImage/software/spl_bsp/cc_option_dev_null_fix.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/cc_option_dev_null_fix.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file config.mk Hunk #1 succeeded at 112 (offset 2 lines). Applying Patch: C:/SDImage/software/spl_bsp/docproc_force_use_cygwin_gcc.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/docproc_force_use_cygwin_gcc.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file tools/kernel-doc/Makefile Applying Patch: C:/SDImage/software/spl_bsp/repair_cmd_process_proto.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/repair_cmd_process_proto.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file include/command.h Applying Patch: C:/SDImage/software/spl_bsp/static_inline_fix.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/static_inline_fix.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file include/image.h (Stripping trailing CRs from patch; use --binary to disable.) patching file include/libfdt.h (Stripping trailing CRs from patch; use --binary to disable.) patching file lib/libfdt/fdt_rw.c (Stripping trailing CRs from patch; use --binary to disable.) patching file lib/libfdt/libfdt_internal.h Applying Patch: C:/SDImage/software/spl_bsp/static_inline_little_endian_fix.patch patch -p1 --directory=uboot-socfpga --input=C:/SDImage/software/spl_bsp/static_inline_little_endian_fix.patch (Stripping trailing CRs from patch; use --binary to disable.) patching file include/linux/byteorder/little_endian.h C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/make CROSS_COMPILE=arm-altera-eabi- MAKE=/bin/make CYGPATH=C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/cygpath HOSTCC=x86_64-w64-mingw32-gcc HOSTSTRIP=x86_64-w64-mingw32-strip -C uboot-socfpga mitysom-5csx_config make[1]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' Configuring for mitysom-5csx board... make[1]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/make CROSS_COMPILE=arm-altera-eabi- MAKE=/bin/make CYGPATH=C:/intelFPGA/16.1/embedded/host_tools/cygwin/bin/cygpath HOSTCC=x86_64-w64-mingw32-gcc HOSTSTRIP=x86_64-w64-mingw32-strip -C uboot-socfpga spl/u-boot-spl.bin make[1]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' Generating include/autoconf.mk Generating include/autoconf.mk.dep arm-altera-eabi-gcc -DDO_DEPS_ONLY \ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \ -o lib/asm-offsets.s lib/asm-offsets.c -c -S Generating include/generated/generic-asm-offsets.h tools/scripts/make-asm-offsets lib/asm-offsets.s include/generated/generic-asm-offsets.h if [ -f arch/arm/cpu/armv7/socfpga/asm-offsets.c ];then \ arm-altera-eabi-gcc -DDO_DEPS_ONLY \ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv5 -Wall -Wstrict-prototypes \ -o arch/arm/cpu/armv7/socfpga/asm-offsets.s arch/arm/cpu/armv7/socfpga/asm-offsets.c -c -S; \ else \ touch arch/arm/cpu/armv7/socfpga/asm-offsets.s; \ fi Generating include/generated/asm-offsets.h tools/scripts/make-asm-offsets arch/arm/cpu/armv7/socfpga/asm-offsets.s include/generated/asm-offsets.h for dir in tools examples/standalone examples/api arch/arm/cpu/armv7 ; do \ /bin/make -C $dir _depend ; done make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools' cat /dev/null >.depend make[2]: Nothing to be done for '_depend'. make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools' make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' make[2]: *** examples/standalone: No such file or directory. Stop. make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' make[2]: *** examples/api: No such file or directory. Stop. make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ start.o start.S >.depend.start arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ cache_v7.o cache_v7.c >.depend.cache_v7 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ cpu.o cpu.c >.depend.cpu arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ syslib.o syslib.c >.depend.syslib cat /dev/null .depend.start .depend.cache_v7 .depend.cpu .depend.syslib >.depend make[2]: Nothing to be done for '_depend'. make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' /bin/make -C tools all make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools' x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o gen_eth_addr.o gen_eth_addr.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o gen_eth_addr.exe gen_eth_addr.o x86_64-w64-mingw32-strip gen_eth_addr.exe x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o img2srec.o img2srec.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o img2srec.exe img2srec.o x86_64-w64-mingw32-strip img2srec.exe x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -c -o crc32.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/crc32.c /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/crc32.c: In function ‘crc32_no_comp’: /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/crc32.c:188:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((long)b) & 3 && len) { ^ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/crc32.c:192:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] } while ((--len) && ((long)p)&3); ^ x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o mkenvimage.o mkenvimage.c -c mkenvimage.c: In function ‘main’: mkenvimage.c:224:6: warning: unknown conversion type character ‘z’ in format [-Wformat=] strerror(errno)); ^ mkenvimage.c:224:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] mkenvimage.c:224:6: warning: too many arguments for format [-Wformat-extra-args] mkenvimage.c:232:6: warning: unknown conversion type character ‘z’ in format [-Wformat=] strerror(errno)); ^ mkenvimage.c:232:6: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘long long unsigned int’ [-Wformat=] mkenvimage.c:232:6: warning: too many arguments for format [-Wformat-extra-args] x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o os_support.o os_support.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o mkenvimage.exe crc32.o mkenvimage.o os_support.o x86_64-w64-mingw32-strip mkenvimage.exe x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o aisimage.o aisimage.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o default_image.o default_image.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o fit_image.o fit_image.c -c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o image.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c: In function ‘image_check_dcrc’: /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c:192:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ulong dcrc = crc32_wd(0, (unsigned char *)data, len, CHUNKSZ_CRC32); ^ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c: In function ‘image_multi_count’: /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c:217:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] size = (uint32_t *)image_get_data(hdr); ^ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c: In function ‘image_multi_getimg’: /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c:255:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] size = (uint32_t *)image_get_data(hdr); ^ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c: In function ‘fit_all_image_check_hashes’: /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/image.c:2921:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (ulong)fit); ^ x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o imximage.o imximage.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o kwbimage.o kwbimage.c -c kwbimage.c: In function ‘kwbimage_checksum32’: kwbimage.c:135:4: warning: unknown conversion type character ‘z’ in format [-Wformat=] __FUNCTION__, len, sizeof(uint32_t)); ^ kwbimage.c:135:4: warning: too many arguments for format [-Wformat-extra-args] In file included from kwbimage.c:30:0: kwbimage.c: In function ‘kwdimage_set_ext_header’: kwbimage.h:30:59: warning: unknown conversion type character ‘z’ in format [-Wformat=] #define KWBIMAGE_MAX_CONFIG ((0x1dc - 0x20)/sizeof(struct reg_config)) ^ kwbimage.c:277:7: note: in expansion of macro ‘KWBIMAGE_MAX_CONFIG’ KWBIMAGE_MAX_CONFIG); ^ kwbimage.h:30:59: warning: too many arguments for format [-Wformat-extra-args] #define KWBIMAGE_MAX_CONFIG ((0x1dc - 0x20)/sizeof(struct reg_config)) ^ kwbimage.c:277:7: note: in expansion of macro ‘KWBIMAGE_MAX_CONFIG’ KWBIMAGE_MAX_CONFIG); ^ x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o pblimage.o pblimage.c -c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -c -o md5.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/md5.c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o mkimage.o mkimage.c -c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o omapimage.o omapimage.c -c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -c -o sha1.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/sha1.c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -o ublimage.o ublimage.c -c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o fdt.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt/fdt.c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o fdt_ro.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt/fdt_ro.c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o fdt_rw.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt/fdt_rw.c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o fdt_strerror.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt/fdt_strerror.c x86_64-w64-mingw32-gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -c -o fdt_wip.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt/fdt_wip.c x86_64-w64-mingw32-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include2 -idirafter /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/libfdt -I /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools -DCONFIG_SYS_TEXT_BASE=0x01000040 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -fms-extensions -pedantic -o mkimage.exe aisimage.o crc32.o default_image.o fit_image.o image.o imximage.o kwbimage.o pblimage.o md5.o mkimage.o os_support.o omapimage.o sha1.o ublimage.o fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_wip.o x86_64-w64-mingw32-strip mkimage.exe make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools/kernel-doc' cat /dev/null >.depend gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fms-extensions -pedantic -o docproc docproc.c docproc.c: In function ‘find_export_symbols’: docproc.c:219:5: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isalnum(*p) || *p == '_') ^ docproc.c:222:5: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isspace(*p)) ^ docproc.c:228:5: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isspace(*p)) ^ docproc.c:231:5: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isalnum(*e) || *e == '_') ^ docproc.c: In function ‘singfunc’: docproc.c:300:17: warning: array subscript has type ‘char’ [-Wchar-subscripts] if (isspace(line[i])) { ^ docproc.c: In function ‘parse_file’: docproc.c:448:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ docproc.c:453:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ docproc.c:458:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ docproc.c:464:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ docproc.c:467:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isspace(*s)) ^ docproc.c:473:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ docproc.c:476:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (isspace(*s)) ^ docproc.c:481:6: warning: array subscript has type ‘char’ [-Wchar-subscripts] while (*s && !isspace(*s)) s++; ^ strip docproc make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools/kernel-doc' make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/tools' /bin/make -C spl all make[2]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl' cat /dev/null >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/.depend /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/start.o make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/start.o start.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.start arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cache_v7.o cache_v7.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.cache_v7 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cpu.o cpu.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.cpu arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/syslib.o syslib.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.syslib cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.start /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.cache_v7 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.cpu /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend.syslib >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/.depend arm-altera-eabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/start.o start.S -c make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cache_v7.o cache_v7.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cpu.o cpu.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/syslib.o syslib.c -c arm-altera-eabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/lowlevel_init.o lowlevel_init.S -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/libarmv7.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cache_v7.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/cpu.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/syslib.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/lowlevel_init.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/socfpga/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/socfpga' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/lowlevel_init.o lowlevel_init.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.lowlevel_init arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/misc.o misc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.misc arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/s_init.o s_init.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.s_init arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/timer.o timer.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.timer arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/reset_manager.o reset_manager.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.reset_manager arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram.o sdram.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.sdram arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/fpga_manager.o fpga_manager.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.fpga_manager arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/gic.o gic.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.gic arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/interrupts.o interrupts.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.interrupts arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram_test.o sdram_test.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.sdram_test arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/clock_manager.o clock_manager.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.clock_manager arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/spl.o spl.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.spl arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/freeze_controller.o freeze_controller.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.freeze_controller arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/ecc_ram.o ecc_ram.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.ecc_ram arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/nic301.o nic301.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.nic301 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/scan_manager.o scan_manager.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.scan_manager arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/system_manager.o system_manager.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.system_manager arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/debug_memory.o debug_memory.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.debug_memory cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.lowlevel_init /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.misc /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.s_init /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.timer /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.reset_manager /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.sdram /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.fpga_manager /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.gic /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.interrupts /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.sdram_test /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.clock_manager /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.spl /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.freeze_controller /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.ecc_ram /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.nic301 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.scan_manager /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.system_manager /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend.debug_memory >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/s_init.o s_init.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/timer.o timer.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/reset_manager.o reset_manager.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram.o sdram.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/fpga_manager.o fpga_manager.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/gic.o gic.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/interrupts.o interrupts.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram_test.o sdram_test.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/clock_manager.o clock_manager.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/spl.o spl.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/freeze_controller.o freeze_controller.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/ecc_ram.o ecc_ram.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/nic301.o nic301.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/scan_manager.o scan_manager.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/system_manager.o system_manager.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/debug_memory.o debug_memory.c -c arm-altera-eabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/lowlevel_init.o lowlevel_init.S -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/misc.o misc.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/libsocfpga.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/s_init.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/timer.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/reset_manager.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/fpga_manager.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/gic.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/interrupts.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/sdram_test.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/clock_manager.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/spl.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/freeze_controller.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/ecc_ram.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/nic301.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/scan_manager.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/system_manager.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/debug_memory.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/lowlevel_init.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/misc.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/socfpga' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/lib/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/lib' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_ashldi3.o _ashldi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._ashldi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_ashrdi3.o _ashrdi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._ashrdi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_divsi3.o _divsi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._divsi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_lshrdi3.o _lshrdi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._lshrdi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_modsi3.o _modsi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._modsi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_udivsi3.o _udivsi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._udivsi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/_umodsi3.o _umodsi3.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._umodsi3 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/div0.o div0.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.div0 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/crt0.o crt0.S >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.crt0 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/spl.o spl.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.spl arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/interrupts.o interrupts.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.interrupts arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/reset.o reset.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.reset arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache.o cache.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.cache arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache-cp15.o cache-cp15.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.cache-cp15 cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._ashldi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._ashrdi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._divsi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._lshrdi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._modsi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._udivsi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend._umodsi3 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.div0 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.crt0 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.spl /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.interrupts /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.reset /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.cache /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend.cache-cp15 >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/.depend arm-altera-eabi-gcc -D__ASSEMBLY__ -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/crt0.o crt0.S -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/spl.o spl.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/interrupts.o interrupts.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/reset.o reset.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache.o cache.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache-cp15.o cache-cp15.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/libarm.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/crt0.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/spl.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/interrupts.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/reset.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/cache-cp15.o arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/eabi_compat.o eabi_compat.c -c make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/lib' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/mitysom-5csx.o mitysom-5csx.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.mitysom-5csx arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/config_block.o config_block.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.config_block arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/pinmux_config_cyclone5.o pinmux_config_cyclone5.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.pinmux_config_cyclone5 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/iocsr_config_cyclone5.o iocsr_config_cyclone5.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.iocsr_config_cyclone5 cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.mitysom-5csx /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.config_block /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.pinmux_config_cyclone5 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend.iocsr_config_cyclone5 >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/mitysom-5csx.o mitysom-5csx.c -c mitysom-5csx.c: In function 'read_eeprom': mitysom-5csx.c:69:3: warning: implicit declaration of function 'i2c_set_bus_num' [-Wimplicit-function-declaration] i2c_set_bus_num(I2C_EEPROM_BUS); ^ mitysom-5csx.c: At top level: mitysom-5csx.c:194:12: warning: 'eth_set_ksz9021_skew' defined but not used [-Wunused-function] static int eth_set_ksz9021_skew(struct eth_device *dev, int phy_addr, ^ arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/config_block.o config_block.c -c config_block.c:580:13: warning: 'set_mac_from_string' defined but not used [-Wunused-function] static void set_mac_from_string(u8* mac,char *buffer) ^ arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/pinmux_config_cyclone5.o pinmux_config_cyclone5.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/iocsr_config_cyclone5.o iocsr_config_cyclone5.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/libmitysom-5csx.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/mitysom-5csx.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/config_block.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/pinmux_config_cyclone5.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/iocsr_config_cyclone5.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer.o sequencer.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/tclrpt.o tclrpt.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.tclrpt arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_ac_init.o sequencer_auto_ac_init.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer_auto_ac_init arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_inst_init.o sequencer_auto_inst_init.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer_auto_inst_init cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.tclrpt /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer_auto_ac_init /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend.sequencer_auto_inst_init >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer.o sequencer.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/tclrpt.o tclrpt.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_ac_init.o sequencer_auto_ac_init.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_inst_init.o sequencer_auto_inst_init.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/libsocfpga-sdram.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/tclrpt.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_ac_init.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/sequencer_auto_inst_init.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/cmd_nvedit.o cmd_nvedit.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.cmd_nvedit arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/console.o console.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.console arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/dlmalloc.o dlmalloc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.dlmalloc arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/env_common.o env_common.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.env_common arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/image.o image.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.image arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/memsize.o memsize.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.memsize arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -I.. -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/stdio.o stdio.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.stdio cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.cmd_nvedit /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.console /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.dlmalloc /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.env_common /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.image /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.memsize /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend.stdio >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/cmd_nvedit.o cmd_nvedit.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/console.o console.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/dlmalloc.o dlmalloc.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/env_common.o env_common.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/image.o image.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/memsize.o memsize.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/stdio.o stdio.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/libcommon.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/cmd_nvedit.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/console.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/dlmalloc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/env_common.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/image.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/memsize.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/stdio.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/spl/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/spl' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/spl.o spl.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/.depend.spl cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/.depend.spl >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/spl.o spl.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/libspl.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/spl.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/common/spl' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/disk/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/disk' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part.o part.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/.depend.part arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part_dos.o part_dos.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/.depend.part_dos cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/.depend.part /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/.depend.part_dos >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part.o part.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part_dos.o part_dos.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/libdisk.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/part_dos.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/disk' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/dma/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/dma' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/pl330.o pl330.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/.depend.pl330 cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/.depend.pl330 >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/pl330.o pl330.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/libdma.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/pl330.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/dma' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/mmc/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/mmc' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/spl_mmc.o spl_mmc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.spl_mmc arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/mmc.o mmc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.mmc arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/dw_mmc.o dw_mmc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.dw_mmc arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/altera_dw_mmc.o altera_dw_mmc.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.altera_dw_mmc cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.spl_mmc /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.mmc /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.dw_mmc /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend.altera_dw_mmc >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/spl_mmc.o spl_mmc.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/mmc.o mmc.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/dw_mmc.o dw_mmc.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/altera_dw_mmc.o altera_dw_mmc.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/libmmc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/spl_mmc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/mmc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/dw_mmc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/altera_dw_mmc.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/mmc' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/serial/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/serial' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/ns16550.o ns16550.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.ns16550 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial.o serial.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.serial arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial_ns16550.o serial_ns16550.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.serial_ns16550 cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.ns16550 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.serial /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend.serial_ns16550 >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/ns16550.o ns16550.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial.o serial.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial_ns16550.o serial_ns16550.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/libserial.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/ns16550.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/serial_ns16550.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/serial' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/watchdog/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/watchdog' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/designware_wdt.o designware_wdt.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/.depend.designware_wdt cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/.depend.designware_wdt >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/designware_wdt.o designware_wdt.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/libwatchdog.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/designware_wdt.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/drivers/watchdog' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/fs/fat/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/fs/fat' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/fat_write.o fat_write.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/.depend.fat_write cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/.depend.fat_write >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/fat_write.o fat_write.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/libfat.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/fat_write.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/fs/fat' /bin/make -C /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib/ make[3]: Entering directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib' arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/crc32.o crc32.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.crc32 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/ctype.o ctype.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.ctype arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/div64.o div64.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.div64 arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/linux_string.o linux_string.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.linux_string arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/string.o string.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.string arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/time.o time.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.time arm-altera-eabi-gcc -M -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -MQ /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/vsprintf.o vsprintf.c >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.vsprintf cat /dev/null /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.crc32 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.ctype /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.div64 /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.linux_string /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.string /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.time /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend.vsprintf >/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/.depend arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/crc32.o crc32.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/ctype.o ctype.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/div64.o div64.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/linux_string.o linux_string.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/string.o string.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/time.o time.c -c arm-altera-eabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/vsprintf.o vsprintf.c -c arm-altera-eabi-ld -r -o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/libgeneric.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/crc32.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/ctype.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/div64.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/linux_string.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/string.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/time.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/vsprintf.o make[3]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/lib' arm-altera-eabi-objdump -h /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/libarmv7.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/cpu/armv7/socfpga/libsocfpga.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/libarm.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/libmitysom-5csx.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/board/cl/mitysom-5csx/sdram/libsocfpga-sdram.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/libcommon.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/common/spl/libspl.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/disk/libdisk.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/dma/libdma.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/mmc/libmmc.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/serial/libserial.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/drivers/watchdog/libwatchdog.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/fs/fat/libfat.o /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/lib/libgeneric.o | sed -n -e '/.*\.u_boot_list[^ ]\+/ ! {d;n}' -e 's/.*\(\.u_boot_list[^ ]\+\).*$/\1/' -e 's/\.[^\.]\+$//' -e ':s /^.\+$/ { p;s/^\(.*\)\.[^\.]*$/\1/;b s }' | sed -n -e 'h;s/$/\a/p;g;s/$/@/p;g;s/$/~/p;' | LC_COLLATE=C sort -u | sed -n -e '/\a$/ { s/\./_/g;s/\a$/__start = .;/p; }' -e '/~$/ { s/\./_/g;s/~$/__end = .;/p; }' -e '/@$/ { s/\(.*\)@$/*(SORT(\1.*));/p }' > /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/u-boot.lst arm-altera-eabi-gcc -E -g -Os -fno-common -ffixed-r8 -msoft-float -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/board/cl/mitysom-5csx/sdram -D__KERNEL__ -ffunction-sections -fdata-sections -DCONFIG_SYS_TEXT_BASE=0x01000040 -DCONFIG_SPL_TEXT_BASE=0xFFFF0000 -DCONFIG_SPL_BUILD -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include -fno-builtin -ffreestanding -nostdinc -isystem c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0/include -pipe -DCONFIG_ARM -D__ARM__ -mthumb -mthumb-interwork -mabi=aapcs-linux -march=armv7-a -mno-unaligned-access -include /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include/u-boot/u-boot.lds.h -include /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/include/config.h -DCPUDIR=arch/arm/cpu/armv7 -I/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/. -ansi -D__ASSEMBLY__ -P - < /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/arch/arm/cpu/armv7/socfpga/u-boot-spl.lds > /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/u-boot-spl.lds cd /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/ && arm-altera-eabi-ld -T /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/u-boot-spl.lds --gc-sections -Bstatic -Ttext 0xFFFF0000 arch/arm/cpu/armv7/start.o --start-group arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/socfpga/libsocfpga.o arch/arm/lib/libarm.o board/cl/mitysom-5csx/libmitysom-5csx.o board/cl/mitysom-5csx/sdram/libsocfpga-sdram.o common/libcommon.o common/spl/libspl.o disk/libdisk.o drivers/dma/libdma.o drivers/mmc/libmmc.o drivers/serial/libserial.o drivers/watchdog/libwatchdog.o fs/fat/libfat.o lib/libgeneric.o --end-group /cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/arch/arm/lib/eabi_compat.o -L c:/intelfpga/16.1/embedded/host_tools/mentor/gnu/arm/baremetal/bin/../lib/gcc/arm-altera-eabi/5.2.0 -lgcc -Map u-boot-spl.map -o u-boot-spl C:\intelFPGA\16.1\embedded\host_tools\mentor\gnu\arm\baremetal\bin\arm-altera-eabi-ld.exe: reopening u-boot-spl: Permission denied C:\intelFPGA\16.1\embedded\host_tools\mentor\gnu\arm\baremetal\bin\arm-altera-eabi-ld.exe: final link failed: Permission denied Makefile:178: recipe for target '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/u-boot-spl' failed make[2]: *** [/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl/u-boot-spl] Error 1 make[2]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga/spl' Makefile:611: recipe for target 'spl/u-boot-spl.bin' failed make[1]: *** [spl/u-boot-spl.bin] Error 2 make[1]: Leaving directory '/cygdrive/c/SDImage/software/spl_bsp/uboot-socfpga' make: *** [uboot-socfpga/spl/u-boot-spl.bin] Error 2 204045264@G5CTS7H2E /cygdrive/c/SDImage/software/spl_bsp $