- Вы здесь:
- Главная
- Форум
- Главный раздел форума Домашней автоматизации
- Openwrt
- Компиляция u-boot для 16MB flash для TL-WR941ND
Добро пожаловать,
Гость
|
ТЕМА: Компиляция u-boot для 16MB flash для TL-WR941ND
Компиляция u-boot для 16MB flash для TL-WR941ND 22 мая 2017 12:16 #1
|
Здравствуйте.
Хочу проапгрейдить роутер TP-Link TL-WR941Nd V3 - заменить 4 MB FLASH чип Spansion FL032PIF на 16 MB чип [url=WINBOND W25Q128FVSG . Нашёл [url=инструкцию для роутеров, базирующихся на AR 9331, но в моём используется AR9132, и, из-за чего U-Boot 1.1.4 modification не подходит. Далее мною была найдена инструкция по переделке роутера TP-LINK TL-MR3420v1, в которой рассказывается как перекомпилировать U-Boot из исходников, предоставляемых TP-Link'ом. Как я понял, мне нужно подправить файл wr941ndv2_v3/ap81fus/boot/u-boot/include/configs/ap81.h ? Заменить в нём #define CFG_MAX_FLASH_SECT 128 /* max number of sectors on one chip */ #define CFG_MAX_FLASH_SECT 256 /* max number of sectors on one chip */ cd wr941ndv2_v3/build
mv Makefile Makefile.bak
mv Makefile.ap81fus Makefile
mkdir /home/YourUserName/images/ap81fus
make BOARD_TYPE=ap81fus uboot 5. Check the back of you router box, write down your MAC and PIN, write the mac and pin to your uboot.bin:
MAC 6 bytes from 0x1FC00
MODEL 8byte from 0x1FD00 (need to check the model flag, it shall be something like 34 20 00 01 00 00 00 01)
PIN 8 bytes from 0x1FE00 Дальше нужно скомпилировать прошивку, я нашёл две методики: Вариант 1 (отсюда): указать в конфиге /trunk/tools/firmware-utils/src/mktplinkfw.c fw_max_len = 0xfc0000 /* for 16M Flash*/ For a 16 MB flash add a new section in target/linux/ar71xx/image/Makefile, e.g. define Device/tl-wr710n-v1-16mb
$(Device/tplink-16mlzma)
BOARDNAME := TL-WR710N
DEVICE_PROFILE := TLWR710
TPLINK_HWID := 0x0710000F
CONSOLE := ttyATH0,115200
endef
TARGET_DEVICES += tl-wr710n-v1-16mb define Device/tl-wr941nd-v3-16mb
$(Device/tplink-16m)
BOARDNAME := TL-WR941ND
DEVICE_PROFILE := TLWR941
TPLINK_HWID := 0x09410002
TPLINK_HWREV := 2
endef
TARGET_DEVICES += tl-wr941nd-v3-16mb Далее нужно скомпилировать прошивку, сделать дамп ART области из роутера, собрать в WinHex'е прошивку из U-Boot, firmware, ART. И прошить её программатором в новую флешку. Всё верно? |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 мая 2017 15:39 #2
Я не могу вам сказать, что верно или нет, т.к. не делал подобную процедуру для ваших моделей роутеров.
Теоретически верно) Если получится отпишитесь) Вполне возможно, что оно заработает с тем uboot, который сейчас в роутере. Pin - да, он на роутере написан |
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 мая 2017 15:48 #3
|
Возможно пока не буду внутреннюю флешку увеличивать, попробую ещё раз с overlayfs на внешней USB флешке (пару лет назад USB порт распаял на плате). Раньше (на OpenWRT AA) были глюки с отваливанием USB устройства, надеюсь в CC это пофиксено. Собираю прошивку с поддержкой USB, о результатах отпишусь.
Update: Пересобрал прошивку с поддержкой USB storage, и настроил внешний overlay на USB флешке. Подожду недельку, посмотрю на стабильность системы. |
Последнее редактирование: 23 мая 2017 08:38 от kt368.
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 05 июнь 2017 13:39 #4
|
Ну вот, как и ожидал вижу глюки с USB флешкой, при активной работе по SSH (настраивал OpenVPN) после 2-х минут выполнения команды build-dh в dmesg высыпалось следующее:
[ 582.000000] usb 1-1: USB disconnect, device number 2
[ 582.310000] usb 1-1: new high-speed USB device number 3 using ehci-platform
[ 582.460000] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 582.490000] scsi host1: usb-storage 1-1:1.0
[ 583.490000] scsi 1:0:0:0: Direct-Access SanDisk Cruzer Fit 1.26 PQ: 0 ANSI: 5
[ 583.500000] sd 1:0:0:0: [sdb] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB)
[ 583.520000] sd 1:0:0:0: [sdb] Write Protect is off
[ 583.520000] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 583.540000] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 583.550000] sdb: sdb1 sdb2
[ 583.560000] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[ 630.850000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
[ 630.860000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #41: comm ls: reading directory lblock 0
[ 781.550000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #687: comm ash: reading directory lblock 0
[ 781.570000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #347: comm ash: reading directory lblock 0
[ 800.960000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 49, block 0)
[ 804.160000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 15, block 0)
[ 805.510000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 15, block 0)
[ 825.350000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 49, block 0)
[ 844.160000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #687: comm ash: reading directory lblock 0
[ 931.130000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
[ 1027.800000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #40: comm hotplug-call: reading directory lblock 0
[ 1230.430000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
[ 1530.690000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0) Mon Jun 5 12:54:44 2017 kern.warn kernel: [ 630.850000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
Mon Jun 5 12:54:44 2017 kern.crit kernel: [ 630.860000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #41: comm ls: reading directory lblock 0
Mon Jun 5 12:57:15 2017 kern.crit kernel: [ 781.550000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #687: comm ash: reading directory lblock 0
Mon Jun 5 12:57:15 2017 kern.crit kernel: [ 781.570000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #347: comm ash: reading directory lblock 0
Mon Jun 5 12:57:34 2017 kern.warn kernel: [ 800.960000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 49, block 0)
Mon Jun 5 12:57:38 2017 kern.warn kernel: [ 804.160000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 15, block 0)
Mon Jun 5 12:57:39 2017 kern.warn kernel: [ 805.510000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 15, block 0)
Mon Jun 5 12:57:59 2017 kern.warn kernel: [ 825.350000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 49, block 0)
Mon Jun 5 12:58:18 2017 kern.crit kernel: [ 844.160000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #687: comm ash: reading directory lblock 0
Mon Jun 5 12:59:44 2017 daemon.notice netifd: wan (1181): Sending renew...
Mon Jun 5 12:59:44 2017 daemon.notice netifd: wan (1181): Lease of 93.170.55.210 obtained, lease time 600
Mon Jun 5 12:59:45 2017 kern.warn kernel: [ 931.130000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
Mon Jun 5 13:22:54 2017 kern.crit kernel: [ 1027.800000] EXT4-fs error (device sda1): ext4_find_entry:1289: inode #40: comm hotplug-call: reading directory lblock 0
Mon Jun 5 13:26:13 2017 daemon.info dnsmasq-dhcp[1319]: DHCPREQUEST(br-lan) 192.168.1.100 7c:05:07:0e:b9:63
Mon Jun 5 13:26:13 2017 daemon.info dnsmasq-dhcp[1319]: DHCPACK(br-lan) 192.168.1.100 7c:05:07:0e:b9:63 homepc
Mon Jun 5 13:26:16 2017 daemon.notice netifd: wan (1181): Sending renew...
Mon Jun 5 13:26:17 2017 daemon.notice netifd: wan (1181): Lease of 93.170.55.210 obtained, lease time 600
Mon Jun 5 13:26:17 2017 kern.warn kernel: [ 1230.430000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0)
Mon Jun 5 13:31:17 2017 daemon.notice netifd: wan (1181): Sending renew...
Mon Jun 5 13:31:17 2017 daemon.notice netifd: wan (1181): Lease of 93.170.55.210 obtained, lease time 600
Mon Jun 5 13:31:17 2017 kern.warn kernel: [ 1530.690000] EXT4-fs warning (device sda1): __ext4_read_dirblock:884: error -5 reading directory block (ino 41, block 0) Если роутер загрузиться и его не трогать - то и неделю без проблем работает, в dmesg'e о USB ничего плохого нет. Подскажите, как отследить что приводит к такой проблеме, а то сам не настолько в unix'е силён. |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 21 нояб 2018 16:13 #5
|
не получается скомпилировать u boot куча ошибок....
~/tp-link/GPL_Code/build$ make BOARD_TYPE=ap99 uboot Makefile:146: "Should specify WIRELESSTOOLNAMES value" cd /home/irbira/tp-link/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- mrproper make[1]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found find . -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ -o -name '*.o' -o -name '*.a' -o -name .depend \) -print \ | xargs rm -f rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom \ examples/smc91111_eeprom \ examples/test_burst rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr rm -f tools/mpc86x_clk tools/ncb rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image rm -f board/netstar/eeprom board/netstar/crcek rm -f board/netstar/*.srec board/netstar/*.bin rm -f board/trab/trab_fkt board/voiceblue/eeprom rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \ -print0 \ | xargs -0 rm -f rm -f cpu/mips/start.o *.bak tags TAGS include/version_autogenerated.h rm -fr *.*~ rm -f u-boot u-boot.map u-boot.hex u-boot.srec u-boot.bin System.map rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c rm -f include/asm/proc include/asm/arch include/asm make[1]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» cd /home/irbira/tp-link/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- ap99_config make[1]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» Configuring for ap99 board... make[1]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» cd /home/irbira/tp-link/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- all make[1]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found make[2]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/tools» make[2]: mips-linux-uclibc-gcc: Command not found ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x9f000000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c inca-swap-bytes.c > .depend make[2]: mips-linux-uclibc-gcc: Command not found make[2]: «.depend» не требует обновления. make[2]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/tools» make[2]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/post» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes cache_8xx.S cache.c codec.c cpu.c dsp.c ether.c i2c.c memory.c post.c rtc.c spr.c sysmon.c tests.c uart.c usb.c watchdog.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/post» make[2]: вход в каталог «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/post/cpu» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes asm.S cmp.c cmpi.c two.c twox.c three.c threex.c threei.c andi.c srawi.c rlwnm.c rlwinm.c rlwimi.c store.c load.c cr.c b.c multi.c string.c complex.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot/post/cpu» Makefile:265: recipe for target 'depend' failed make[1]: *** [depend] Error 2 make[1]: выход из каталога «/home/irbira/tp-link/GPL_Code/ap99/boot/u-boot» Makefile:273: recipe for target 'uboot' failed make: *** [uboot] Error 2 |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 04:20 #6
А откуда u-boot, есть ссылка?
Я думаю проблема в строчке make[1]: mips-linux-uclibc-gcc: Command not found Скорее всего не настроена крос-компиляция... |
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 09:05 #7
|
u-boot из исходиков tp-link tl-wr841n v7. я неособо в этом силён пытаюсь изучить что-то новое для себя. инструкцию брал от сюда: forum.archive.openwrt.org/viewtopic.php?id=32512&p=1 с поправкой на свою модель. вот только про настройку крос компиляции там ничего не сказано. так же читал пост выше - "same shet".
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 14:55 #8
Там ссылка битая на u-boot.
Я для себя компилировал вот такой u-boot. Но там, что бы он начал собираться в его папку нужно скачать так называемый toolchain, который по сути отвечает за кроскомпиляцию. В моем случае он берется из репозитория openwrt. Найдите в приведенной инструкции строку "How to compile the code?" Там указано как поправить make file, что бы указать ссылку на ваш toolchaine. Возможно toolchaine еще нужно докачать, вопрос откуда. |
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 16:02 #9
|
да вроде не битая вот скачал static.tp-link.com/resources/gpl/GPL_Code.tar.gz
не нашёл параметр export MAKECMD в makefile вроде нашёл что для кроскомпиляции надо указать в переменных окружения путь к toolchain для примера: export PATH="$home/irbira/1/toolchain-mips_r2_gcc-4.3.3+cs_uClibc-0.9.30.1/usr/bin$PATH" и всё равно: VirtualBox:~/1$ mips-openwrt-linux-gcc -o test test.c mips-openwrt-linux-gcc: команда не найдена |
Последнее редактирование: 22 нояб 2018 20:20 от irbira. Причина: дополнение ответа
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 20:49 #10
Ну там же есть файл readme)))
Сделал все как в нем написано и собралось. Единственное на пункте 6 (make BOARD_TYPE=ap81fus fakeroot_build) были ошибки, но дальше (make BOARD_TYPE=ap81fus uboot) отработал и собрался. Команда 4 (make BOARD_TYPE=ap81fus toolchain_prep) как раз и разворачивает и настраивает кроскомпиляцию toolchain, чего вам и не хватало. |
|
Администратор запретил публиковать записи гостям.
Спасибо сказали: irbira
|
Компиляция u-boot для 16MB flash для TL-WR941ND 22 нояб 2018 22:17 #11
|
да похоже мне как раз этого не хватало make BOARD_TYPE=ap81fus toolchain_prep сам не сообразил что это надо пытался сразу запустить mv Makefile Makefile.bak
mv Makefile.ap81fus Makefile mkdir /home/YourUserName/images/ap81fus make BOARD_TYPE=ap81fus uboot сейчас что то сдвинулось с мёртвой точки. спасибо за терпение и оперативность |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 23 нояб 2018 14:50 #12
|
я прямо теряюсь в догадках где он ищет mips-linux-uclibc-gcc может где конфиги править надо..
что я делаю неправилььно? ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] irbira@irbira-VirtualBox:~/GPL_Code/build$ make BOARD_TYPE=ap99 toolchain_prep Makefile.ap99:146: "Should specify WIRELESSTOOLNAMES value" Uncompressing toolchain, please wait for a few minutes ... cd /home/irbira/GPL_Code/build/../toolchain && \ tar -jxf build0.9.29.pb42.tar.bz2 && \ tar -jxf gcc-4.3.3.tar.bz2 && \ mv ./build/gcc-3.4.4-2.16.1 /home/irbira/GPL_Code/build/../build && \ rm -rf /home/irbira/GPL_Code/build/../toolchain/build && \ mv gcc-4.3.3 /home/irbira/GPL_Code/build/../build irbira@irbira-VirtualBox:~/GPL_Code/build$ make BOARD_TYPE=ap99 uboot Makefile.ap99:146: "Should specify WIRELESSTOOLNAMES value" cd /home/irbira/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- mrproper make[1]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found find . -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ -o -name '*.o' -o -name '*.a' -o -name .depend \) -print \ | xargs rm -f rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom \ examples/smc91111_eeprom \ examples/test_burst rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr rm -f tools/mpc86x_clk tools/ncb rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image rm -f board/netstar/eeprom board/netstar/crcek rm -f board/netstar/*.srec board/netstar/*.bin rm -f board/trab/trab_fkt board/voiceblue/eeprom rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \ -print0 \ | xargs -0 rm -f rm -f cpu/mips/start.o *.bak tags TAGS include/version_autogenerated.h rm -fr *.*~ rm -f u-boot u-boot.map u-boot.hex u-boot.srec u-boot.bin System.map rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c rm -f include/asm/proc include/asm/arch include/asm make[1]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot» cd /home/irbira/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- ap99_config make[1]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot» Configuring for ap99 board... make[1]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot» cd /home/irbira/GPL_Code/build/../ap99/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- all make[1]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found make[2]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot/tools» make[2]: mips-linux-uclibc-gcc: Command not found ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x9f000000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c inca-swap-bytes.c > .depend make[2]: mips-linux-uclibc-gcc: Command not found make[2]: «.depend» не требует обновления. make[2]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot/tools» make[2]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot/post» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/irbira/GPL_Code/ap99/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes cache_8xx.S cache.c codec.c cpu.c dsp.c ether.c i2c.c memory.c post.c rtc.c spr.c sysmon.c tests.c uart.c usb.c watchdog.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot/post» make[2]: вход в каталог «/home/irbira/GPL_Code/ap99/boot/u-boot/post/cpu» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -Os -D__KERNEL__ -DTEXT_BASE=0x9f000000 -I/home/irbira/GPL_Code/ap99/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes asm.S cmp.c cmpi.c two.c twox.c three.c threex.c threei.c andi.c srawi.c rlwnm.c rlwinm.c rlwimi.c store.c load.c cr.c b.c multi.c string.c complex.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot/post/cpu» Makefile:265: recipe for target 'depend' failed make[1]: *** [depend] Error 2 make[1]: выход из каталога «/home/irbira/GPL_Code/ap99/boot/u-boot» Makefile.ap99:273: recipe for target 'uboot' failed make: *** [uboot] Error 2 |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 23 нояб 2018 16:34 #13
Я ничего не правил. Просто сделайте с нуля. Разархивируйте архив и сделайте все как в readme написано.
Там же есть еще другие пункты, я их тоже выполнял make BOARD_TYPE=ap81fus fs_prep make BOARD_TYPE=ap81fus fakeroot_build Последний правда был с ошибкой, но потом (make BOARD_TYPE=ap81fus uboot) отработал без ошибок. |
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 24 нояб 2018 21:18 #14
|
чистая ubuntu-18.04.1-desktop-amd64
сделал upgrade установил make&make-guile&gcc&chmod распаковал GPL_Code.tar.gz в папку home\tp-link tp-link@TP-LINK:~/GPL_Code/build$ make BOARD_TYPE=ap81fus toolchain_prep в принципе эта команда по большому счёту обычное разархивирование - поправьте если не верно... ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] Uncompressing toolchain, please wait for a few minutes ... cd /home/tp-link/GPL_Code/build/../toolchain && \ tar -jxf build0.9.29.pb42.tar.bz2 && \ tar -jxf gcc-4.3.3.tar.bz2 && \ mv ./build/gcc-3.4.4-2.16.1 /home/tp-link/GPL_Code/build/../build && \ rm -rf /home/tp-link/GPL_Code/build/../toolchain/build && \ mv gcc-4.3.3 /home/tp-link/GPL_Code/build/../build make BOARD_TYPE=ap81fus fs_prep и тут куча ошибок - отсутствие папок... ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] rm -rf /home/tp-link/GPL_Code/build/../rootfs.build/* cd /home/tp-link/GPL_Code/build/../util && chmod 777 cplibs md5_des mkdev mksquashfs pad chmod: невозможно получить доступ к 'md5_des': Нет такого файла или каталога chmod: невозможно получить доступ к 'mkdev': Нет такого файла или каталога chmod: невозможно получить доступ к 'pad': Нет такого файла или каталога Makefile:87: recipe for target 'util_chmod' failed make: [util_chmod] Error 1 (игнорирование) chmod 777 /home/tp-link/GPL_Code/build/../webs/web_pages/utils/getini/gather chmod: невозможно получить доступ к '/home/tp-link/GPL_Code/build/../webs/web_pages/utils/getini/gather': Нет такого файла или каталога Makefile:87: recipe for target 'util_chmod' failed make: [util_chmod] Error 1 (игнорирование) chmod 777 /home/tp-link/GPL_Code/build/../webs/web_pages/utils/mkrc/mkrc chmod: невозможно получить доступ к '/home/tp-link/GPL_Code/build/../webs/web_pages/utils/mkrc/mkrc': Нет такого файла или каталога Makefile:87: recipe for target 'util_chmod' failed make: [util_chmod] Error 1 (игнорирование) chmod 777 /home/tp-link/GPL_Code/build/../webs/web_pages/utils/mkrc/rmtag chmod: невозможно получить доступ к '/home/tp-link/GPL_Code/build/../webs/web_pages/utils/mkrc/rmtag': Нет такого файла или каталога Makefile:87: recipe for target 'util_chmod' failed make: [util_chmod] Error 1 (игнорирование) chmod 777 /home/tp-link/GPL_Code/build/../webs/web_pages/utils/web_collector/webc chmod: невозможно получить доступ к '/home/tp-link/GPL_Code/build/../webs/web_pages/utils/web_collector/webc': Нет такого файла или каталога Makefile:87: recipe for target 'util_chmod' failed make: [util_chmod] Error 1 (игнорирование) mkdir -p /home/tp-link/GPL_Code/build/../images/ap81fus if test -d /home/tp-link/GPL_Code/build/../tftpboot/ap81fus/; then echo /home/tp-link/GPL_Code/build/../tftpboot/ap81fus/ exists; else mkdir -p /home/tp-link/GPL_Code/build/../tftpboot/ap81fus/; fi; /home/tp-link/GPL_Code/build/../util/cplibs /home/tp-link/GPL_Code/build/../util/cplibs: 3: [: gcc-3.4.4-2.16.1: unexpected operator /home/tp-link/GPL_Code/rootfs.build/lib rm -rf /home/tp-link/GPL_Code/build/../rootfs.build/etc cp -r /home/tp-link/GPL_Code/build/../filesystem/ap93fus/etc /home/tp-link/GPL_Code/build/../rootfs.build/ if test -d /home/tp-link/GPL_Code/build/../rootfs.build/mnt; then echo /home/tp-link/GPL_Code/build/../rootfs.build/mnt exists; else mkdir /home/tp-link/GPL_Code/build/../rootfs.build/mnt; fi; if test -d /home/tp-link/GPL_Code/build/../rootfs.build/proc; then echo /home/tp-link/GPL_Code/build/../rootfs.build/proc exists; else mkdir /home/tp-link/GPL_Code/build/../rootfs.build/proc; fi; if test -d /home/tp-link/GPL_Code/build/../rootfs.build/root; then echo /home/tp-link/GPL_Code/build/../rootfs.build/root exists; else mkdir /home/tp-link/GPL_Code/build/../rootfs.build/root; fi; if test -d /home/tp-link/GPL_Code/build/../rootfs.build/tmp; then echo /home/tp-link/GPL_Code/build/../rootfs.build/mnt exists; else mkdir /home/tp-link/GPL_Code/build/../rootfs.build/tmp; fi; if test -d /home/tp-link/GPL_Code/build/../rootfs.build/var; then echo /home/tp-link/GPL_Code/build/../rootfs.build/var exists; else mkdir -p /home/tp-link/GPL_Code/build/../rootfs.build/var/run; fi; make BOARD_TYPE=ap81fus fakeroot_build - опять куча ошибок ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] cd /home/tp-link/GPL_Code/build/../util/fakeroot && make -f make.fakeroot fakeroot make[1]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot» make -C /home/tp-link/GPL_Code/util/fakeroot/fakeroot make[2]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» make all-recursive make[3]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» Making all in scripts make[4]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/scripts» sed -e 's,[@]prefix[@],/usr,g' -e 's,[@]bindir[@],/usr/bin,g' -e 's,[@]libdir[@],/usr/lib,g' -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e 's,x,x,'`',g' -e 's,[@]faked_transformed[@],'`echo faked | sed -e 's,x,x,'`',g' -e 's,[@]signal[@],TERM,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.9.1,g' -e 's,[@]DLSUFFIX[@],.so,g' -e 's,[@]LDLIBPATHVAR[@],LD_LIBRARY_PATH,g' -e 's,[@]LDPRELOADVAR[@],LD_PRELOAD,g' -e 's,[@]LDPRELOADABS[@],0,g' -e 's,[@]LDEXTRAVAR[@],,g' < ./fakeroot.in > fakeroot chmod +x fakeroot make[4]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/scripts» Making all in doc make[4]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc» Making all in es make[5]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/es» make[5]: Цель «all» не требует выполнения команд. make[5]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/es» Making all in fr make[5]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/fr» make[5]: Цель «all» не требует выполнения команд. make[5]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/fr» Making all in sv make[5]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/sv» make[5]: Цель «all» не требует выполнения команд. make[5]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/sv» Making all in nl make[5]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/nl» make[5]: Цель «all» не требует выполнения команд. make[5]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc/nl» make[5]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc» make[5]: Цель «all-am» не требует выполнения команд. make[5]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc» make[4]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/doc» Making all in test make[4]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/test» make[4]: Цель «all» не требует выполнения команд. make[4]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot/test» make[4]: вход в каталог «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» awk -f ./wrapawk < ./wrapfunc.inp /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c -o libfakeroot.lo libfakeroot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -O2 -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c -fPIC -DPIC -o .libs/libfakeroot.o libfakeroot.c:62:10: fatal error: sys/acl.h: No such file or directory #include <sys/acl.h> ^~~~~~~~~~~ compilation terminated. Makefile:418: recipe for target 'libfakeroot.lo' failed make[4]: *** [libfakeroot.lo] Error 1 make[4]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» Makefile:440: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» Makefile:255: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot/fakeroot» make.fakeroot:12: recipe for target 'fakeroot' failed make[1]: *** [fakeroot] Error 2 make[1]: выход из каталога «/home/tp-link/GPL_Code/util/fakeroot» Makefile:16: recipe for target 'fakeroot_build' failed make: *** [fakeroot_build] Error 2 ну и под завязку make BOARD_TYPE=ap81fus uboot ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] cd /home/tp-link/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- mrproper make[1]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found find . -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ -o -name '*.o' -o -name '*.a' \) -print \ | xargs rm -f rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom \ examples/smc91111_eeprom \ examples/test_burst rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr rm -f tools/mpc86x_clk tools/ncb rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image rm -f board/netstar/eeprom board/netstar/crcek rm -f board/netstar/*.srec board/netstar/*.bin rm -f board/trab/trab_fkt board/voiceblue/eeprom rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \ -print0 \ | xargs -0 rm -f rm -f cpu/mips/start.o *.bak tags TAGS include/version_autogenerated.h rm -fr *.*~ rm -f u-boot u-boot.map u-boot.hex u-boot.srec u-boot.bin System.map rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c rm -f include/asm/proc include/asm/arch include/asm make[1]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» cd /home/tp-link/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- ap81_config make[1]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» Configuring for ap81 board... make[1]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» cd /home/tp-link/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- all make[1]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» make[1]: mips-linux-uclibc-gcc: Command not found make[2]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/tools» make[2]: mips-linux-uclibc-gcc: Command not found ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c inca-swap-bytes.c > .depend make[2]: mips-linux-uclibc-gcc: Command not found make[2]: «.depend» не требует обновления. make[2]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/tools» make[2]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/post» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/home/tp-link/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes cache_8xx.S cache.c codec.c cpu.c dsp.c ether.c i2c.c memory.c post.c rtc.c spr.c sysmon.c tests.c uart.c usb.c watchdog.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/post» make[2]: вход в каталог «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/post/cpu» make[2]: mips-linux-uclibc-gcc: Command not found mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/home/tp-link/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes asm.S cmp.c cmpi.c two.c twox.c three.c threex.c threei.c andi.c srawi.c rlwnm.c rlwinm.c rlwimi.c store.c load.c cr.c b.c multi.c string.c complex.c > .depend /bin/sh: 1: mips-linux-uclibc-gcc: not found make[2]: *** Нет правила для сборки цели «.depend». Останов. make[2]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot/post/cpu» Makefile:203: recipe for target 'depend' failed make[1]: *** [depend] Error 2 make[1]: выход из каталога «/home/tp-link/GPL_Code/ap81fus/boot/u-boot» Makefile.ap81fus:108: recipe for target 'uboot' failed make: *** [uboot] Error 2 куда копать??? |
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 25 нояб 2018 11:23 #15
Странно, сделал у себя все с нуля
make BOARD_TYPE=ap81fus uboot ВНИМАНИЕ: Спойлер! [ Нажмите, чтобы развернуть ][ Нажмите, чтобы скрыть ] cd /media/files/openwrt/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- mrproper make[1]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' find . -type f \ \( -name 'core' -o -name '*.bak' -o -name '*~' \ -o -name '*.o' -o -name '*.a' \) -print \ | xargs rm -f rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ examples/mem_to_mem_idma2intr examples/82559_eeprom \ examples/smc91111_eeprom \ examples/test_burst rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr rm -f tools/mpc86x_clk tools/ncb rm -f tools/easylogo/easylogo tools/bmp_logo rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend rm -f tools/env/fw_printenv tools/env/fw_setenv rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image rm -f board/netstar/eeprom board/netstar/crcek rm -f board/netstar/*.srec board/netstar/*.bin rm -f board/trab/trab_fkt board/voiceblue/eeprom rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \ -print0 \ | xargs -0 rm -f rm -f cpu/mips/start.o *.bak tags TAGS include/version_autogenerated.h rm -fr *.*~ rm -f u-boot u-boot.map u-boot.hex u-boot.srec u-boot.bin System.map rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c rm -f include/asm/proc include/asm/arch include/asm make[1]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' cd /media/files/openwrt/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- ap81_config make[1]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' Configuring for ap81 board... make[1]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' cd /media/files/openwrt/GPL_Code/build/../ap81fus/boot/u-boot && make ARCH=mips CROSS_COMPILE=mips-linux-uclibc- all make[1]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c inca-swap-bytes.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' make[2]: `.depend' не требует обновления. make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes cache_8xx.S cache.c codec.c cpu.c dsp.c ether.c i2c.c memory.c post.c rtc.c spr.c sysmon.c tests.c uart.c usb.c watchdog.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make[2]: `.depend' не требует обновления. make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes asm.S cmp.c cmpi.c two.c twox.c three.c threex.c threei.c andi.c srawi.c rlwnm.c rlwinm.c rlwimi.c store.c load.c cr.c b.c multi.c string.c complex.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' make[2]: `.depend' не требует обновления. make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' make -C tools all make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c -o img2srec.o img2srec.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o img2srec img2srec.o strip img2srec gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c mkimage.c gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c crc32.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o strip mkimage gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c envcrc.c gcc -g -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -c environment.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o envcrc envcrc.o crc32.o environment.o gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c gen_eth_addr.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o gen_eth_addr gen_eth_addr.o strip gen_eth_addr gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o bmp_logo bmp_logo.o strip bmp_logo gcc -g -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -c inca-swap-bytes.c gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0xbf000000 -DUSE_HOSTCC -O -o inca-swap-bytes inca-swap-bytes.o strip inca-swap-bytes ./bmp_logo logos/denx.bmp >/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include/bmp_logo.h make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/tools' make -C post all make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -c -o cache_8xx.o /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cache_8xx.S mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cache.o cache.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o codec.o codec.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cpu.o cpu.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dsp.o dsp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ether.o ether.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o i2c.o i2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o memory.o memory.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o post.o post.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rtc.o rtc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o spr.o spr.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sysmon.o sysmon.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o tests.o tests.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o uart.o uart.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usb.o usb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o watchdog.o watchdog.c mips-linux-uclibc-ar crv libpost.a cache_8xx.o cache.o codec.o cpu.o dsp.o ether.o i2c.o memory.o post.o rtc.o spr.o sysmon.o tests.o uart.o usb.o watchdog.o a - cache_8xx.o a - cache.o a - codec.o a - cpu.o a - dsp.o a - ether.o a - i2c.o a - memory.o a - post.o a - rtc.o a - spr.o a - sysmon.o a - tests.o a - uart.o a - usb.o a - watchdog.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make -C post/cpu all make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -c -o asm.o /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu/asm.S mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmp.o cmp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmpi.o cmpi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o two.o two.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o twox.o twox.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o three.o three.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o threex.o threex.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o threei.o threei.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o andi.o andi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o srawi.o srawi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rlwnm.o rlwnm.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rlwinm.o rlwinm.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rlwimi.o rlwimi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o store.o store.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o load.o load.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cr.o cr.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o b.o b.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o multi.o multi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o string.o string.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o complex.o complex.c mips-linux-uclibc-ar crv libcpu.a asm.o cmp.o cmpi.o two.o twox.o three.o threex.o threei.o andi.o srawi.o rlwnm.o rlwinm.o rlwimi.o store.o load.o cr.o b.o multi.o string.o complex.o a - asm.o a - cmp.o a - cmpi.o a - two.o a - twox.o a - three.o a - threex.o a - threei.o a - andi.o a - srawi.o a - rlwnm.o a - rlwinm.o a - rlwimi.o a - store.o a - load.o a - cr.o a - b.o a - multi.o a - string.o a - complex.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -c -o cpu/mips/start.o /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/start.S make -C `dirname lib_generic/libgeneric.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_generic' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes bzlib.c bzlib_crctable.c bzlib_decompress.c bzlib_randtable.c bzlib_huffman.c crc32.c ctype.c display_options.c ldiv.c string.c vsprintf.c zlib.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_generic' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_generic' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bzlib.o bzlib.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bzlib_crctable.o bzlib_crctable.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bzlib_decompress.o bzlib_decompress.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bzlib_randtable.o bzlib_randtable.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bzlib_huffman.o bzlib_huffman.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o crc32.o crc32.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ctype.o ctype.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o display_options.o display_options.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ldiv.o ldiv.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o string.o string.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o vsprintf.o vsprintf.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o zlib.o zlib.c mips-linux-uclibc-ar crv libgeneric.a bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_randtable.o bzlib_huffman.o crc32.o ctype.o display_options.o ldiv.o string.o vsprintf.o zlib.o a - bzlib.o a - bzlib_crctable.o a - bzlib_decompress.o a - bzlib_randtable.o a - bzlib_huffman.o a - crc32.o a - ctype.o a - display_options.o a - ldiv.o a - string.o a - vsprintf.o a - zlib.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_generic' make -C `dirname board/ar7100/ap81/libap81.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes ../common/lowlevel_init_ar9100.S ap81.c flash.c ../common/ar7100_flash.c ../common/adm_phy.c ../common/ipPhy.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ap81.o ap81.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o flash.o flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ../common/ar7100_flash.o ../common/ar7100_flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ../common/adm_phy.o ../common/adm_phy.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ../common/ipPhy.o ../common/ipPhy.c mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -c -o ../common/lowlevel_init_ar9100.o /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81/../common/lowlevel_init_ar9100.S mips-linux-uclibc-ar crv libap81.a ap81.o flash.o ../common/ar7100_flash.o ../common/adm_phy.o ../common/ipPhy.o ../common/lowlevel_init_ar9100.o a - ap81.o a - flash.o a - ../common/ar7100_flash.o a - ../common/adm_phy.o a - ../common/ipPhy.o a - ../common/lowlevel_init_ar9100.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81' make -C `dirname cpu/mips/libmips.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes start.S cpu.c interrupts.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cpu.o cpu.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o interrupts.o interrupts.c mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -c -o cache.o /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/cache.S mips-linux-uclibc-ar crv libmips.a cpu.o interrupts.o cache.o a - cpu.o a - interrupts.o a - cache.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips' make -C `dirname cpu/mips/ar7100/libar7100.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/ar7100' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes ar7100_serial.c ag7100.c meminit.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/ar7100' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/ar7100' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ar7100_serial.o ar7100_serial.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ag7100.o ag7100.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o meminit.o meminit.c mips-linux-uclibc-ar crv libar7100.a ar7100_serial.o ag7100.o meminit.o a - ar7100_serial.o a - ag7100.o a - meminit.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/cpu/mips/ar7100' make -C `dirname lib_mips/libmips.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_mips' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes board.c time.c mips_linux.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_mips' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_mips' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o board.o board.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o time.o time.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mips_linux.o mips_linux.c mips-linux-uclibc-ar crv libmips.a board.o time.o mips_linux.o a - board.o a - time.o a - mips_linux.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/lib_mips' make -C `dirname fs/cramfs/libcramfs.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/cramfs' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes cramfs.c uncompress.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/cramfs' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/cramfs' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cramfs.o cramfs.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o uncompress.o uncompress.c mips-linux-uclibc-ar crv libcramfs.a cramfs.o uncompress.o a - cramfs.o a - uncompress.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/cramfs' make -C `dirname fs/fat/libfat.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fat' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I../..//include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes fat.c file.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fat' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fat' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I../..//include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o fat.o fat.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I../..//include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o file.o file.c mips-linux-uclibc-ar crv libfat.a fat.o file.o a - fat.o a - file.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fat' make -C `dirname fs/fdos/libfdos.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fdos' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes fat.c vfat.c dev.c fdos.c fs.c subdir.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fdos' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fdos' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o fat.o fat.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o vfat.o vfat.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dev.o dev.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o fdos.o fdos.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o fs.o fs.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o subdir.o subdir.c mips-linux-uclibc-ar crv libfdos.a fat.o vfat.o dev.o fdos.o fs.o subdir.o a - fat.o a - vfat.o a - dev.o a - fdos.o a - fs.o a - subdir.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/fdos' make -C `dirname fs/jffs2/libjffs2.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/jffs2' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes jffs2_1pass.c compr_rtime.c compr_rubin.c compr_zlib.c mini_inflate.c compr_lzo.c compr_lzari.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/jffs2' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/jffs2' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o jffs2_1pass.o jffs2_1pass.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o compr_rtime.o compr_rtime.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o compr_rubin.o compr_rubin.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o compr_zlib.o compr_zlib.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mini_inflate.o mini_inflate.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o compr_lzo.o compr_lzo.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o compr_lzari.o compr_lzari.c mips-linux-uclibc-ar crv libjffs2.a jffs2_1pass.o compr_rtime.o compr_rubin.o compr_zlib.o mini_inflate.o compr_lzo.o compr_lzari.o a - jffs2_1pass.o a - compr_rtime.o a - compr_rubin.o a - compr_zlib.o a - mini_inflate.o a - compr_lzo.o a - compr_lzari.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/jffs2' make -C `dirname fs/reiserfs/libreiserfs.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/reiserfs' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes reiserfs.c dev.c mode_string.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/reiserfs' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/reiserfs' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o reiserfs.o reiserfs.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dev.o dev.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mode_string.o mode_string.c mips-linux-uclibc-ar crv libreiserfs.a reiserfs.o dev.o mode_string.o a - reiserfs.o a - dev.o a - mode_string.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/reiserfs' make -C `dirname fs/ext2/libext2fs.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/ext2' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes ext2fs.c dev.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/ext2' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/ext2' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ext2fs.o ext2fs.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dev.o dev.c mips-linux-uclibc-ar crv libext2fs.a ext2fs.o dev.o a - ext2fs.o a - dev.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/fs/ext2' make -C `dirname net/libnet.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/net' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes net.c tftp.c bootp.c rarp.c eth.c nfs.c sntp.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/net' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/net' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o net.o net.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o tftp.o tftp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bootp.o bootp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rarp.o rarp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o eth.o eth.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o nfs.o nfs.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sntp.o sntp.c mips-linux-uclibc-ar crv libnet.a net.o tftp.o bootp.o rarp.o eth.o nfs.o sntp.o a - net.o a - tftp.o a - bootp.o a - rarp.o a - eth.o a - nfs.o a - sntp.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/net' make -C `dirname disk/libdisk.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/disk' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes part.c part_mac.c part_dos.c part_iso.c part_amiga.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/disk' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/disk' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o part.o part.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o part_mac.o part_mac.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o part_dos.o part_dos.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o part_iso.o part_iso.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o part_amiga.o part_amiga.c mips-linux-uclibc-ar crv libdisk.a part.o part_mac.o part_dos.o part_iso.o part_amiga.o a - part.o a - part_mac.o a - part_dos.o a - part_iso.o a - part_amiga.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/disk' make -C `dirname rtc/librtc.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/rtc' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes date.c bf533_rtc.c ds12887.c ds1302.c ds1306.c ds1307.c ds1337.c ds1374.c ds1556.c ds164x.c ds174x.c m41t11.c max6900.c m48t35ax.c mc146818.c mk48t59.c mpc5xxx.c mpc8xx.c pcf8563.c s3c24x0_rtc.c rs5c372.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/rtc' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/rtc' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o date.o date.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bf533_rtc.o bf533_rtc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds12887.o ds12887.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1302.o ds1302.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1306.o ds1306.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1307.o ds1307.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1337.o ds1337.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1374.o ds1374.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1556.o ds1556.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds164x.o ds164x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds174x.o ds174x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o m41t11.o m41t11.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o max6900.o max6900.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o m48t35ax.o m48t35ax.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mc146818.o mc146818.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mk48t59.o mk48t59.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mpc5xxx.o mpc5xxx.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o mpc8xx.o mpc8xx.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pcf8563.o pcf8563.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o s3c24x0_rtc.o s3c24x0_rtc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rs5c372.o rs5c372.c mips-linux-uclibc-ar crv librtc.a date.o bf533_rtc.o ds12887.o ds1302.o ds1306.o ds1307.o ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o a - date.o a - bf533_rtc.o a - ds12887.o a - ds1302.o a - ds1306.o a - ds1307.o a - ds1337.o a - ds1374.o a - ds1556.o a - ds164x.o a - ds174x.o a - m41t11.o a - max6900.o a - m48t35ax.o a - mc146818.o a - mk48t59.o a - mpc5xxx.o a - mpc8xx.o a - pcf8563.o a - s3c24x0_rtc.o a - rs5c372.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/rtc' make -C `dirname dtt/libdtt.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/dtt' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes lm75.c ds1621.c adm1021.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/dtt' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/dtt' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o lm75.o lm75.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ds1621.o ds1621.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o adm1021.o adm1021.c mips-linux-uclibc-ar crv libdtt.a lm75.o ds1621.o adm1021.o a - lm75.o a - ds1621.o a - adm1021.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/dtt' make -C `dirname drivers/libdrivers.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes 3c589.c 5701rls.c ali512x.c bcm570x.c bcm570x_autoneg.c cfb_console.c cfi_flash.c cs8900.c ct69000.c dataflash.c dc2114x.c dm9000x.c e1000.c eepro100.c i8042.c i82365.c inca-ip_sw.c keyboard.c lan91c96.c natsemi.c ne2000.c netarm_eth.c netconsole.c ns16550.c ns8382x.c ns87308.c ns7520_eth.c omap1510_i2c.c omap24xx_i2c.c pci.c pci_auto.c pci_indirect.c pcnet.c plb2800_eth.c ps2ser.c ps2mult.c pc_keyb.c rtl8019.c rtl8139.c rtl8169.c s3c4510b_eth.c s3c4510b_uart.c sed13806.c sed156x.c serial.c serial_max3100.c serial_pl010.c serial_pl011.c serial_xuartlite.c sl811_usb.c sm501.c smc91111.c smiLynxEM.c status_led.c sym53c8xx.c ti_pci1410a.c tigon3.c tsec.c usbdcore.c usbdcore_ep0.c usbdcore_omap1510.c usbtty.c videomodes.c w83c553f.c ks8695eth.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o 3c589.o 3c589.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o 5701rls.o 5701rls.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ali512x.o ali512x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bcm570x.o bcm570x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bcm570x_autoneg.o bcm570x_autoneg.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cfb_console.o cfb_console.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cfi_flash.o cfi_flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cs8900.o cs8900.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ct69000.o ct69000.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dataflash.o dataflash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dc2114x.o dc2114x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dm9000x.o dm9000x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o e1000.o e1000.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o eepro100.o eepro100.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o i8042.o i8042.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o i82365.o i82365.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o inca-ip_sw.o inca-ip_sw.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o keyboard.o keyboard.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o lan91c96.o lan91c96.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o natsemi.o natsemi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ne2000.o ne2000.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o netarm_eth.o netarm_eth.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o netconsole.o netconsole.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ns16550.o ns16550.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ns8382x.o ns8382x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ns87308.o ns87308.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ns7520_eth.o ns7520_eth.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o omap1510_i2c.o omap1510_i2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o omap24xx_i2c.o omap24xx_i2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pci.o pci.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pci_auto.o pci_auto.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pci_indirect.o pci_indirect.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pcnet.o pcnet.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o plb2800_eth.o plb2800_eth.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ps2ser.o ps2ser.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ps2mult.o ps2mult.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o pc_keyb.o pc_keyb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rtl8019.o rtl8019.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rtl8139.o rtl8139.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o rtl8169.o rtl8169.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o s3c4510b_eth.o s3c4510b_eth.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o s3c4510b_uart.o s3c4510b_uart.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sed13806.o sed13806.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sed156x.o sed156x.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial.o serial.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial_max3100.o serial_max3100.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial_pl010.o serial_pl010.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial_pl011.o serial_pl011.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial_xuartlite.o serial_xuartlite.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sl811_usb.o sl811_usb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sm501.o sm501.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o smc91111.o smc91111.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o smiLynxEM.o smiLynxEM.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o status_led.o status_led.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o sym53c8xx.o sym53c8xx.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ti_pci1410a.o ti_pci1410a.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o tigon3.o tigon3.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o tsec.o tsec.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usbdcore.o usbdcore.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usbdcore_ep0.o usbdcore_ep0.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usbdcore_omap1510.o usbdcore_omap1510.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usbtty.o usbtty.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o videomodes.o videomodes.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o w83c553f.o w83c553f.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ks8695eth.o ks8695eth.c mips-linux-uclibc-ar crv libdrivers.a 3c589.o 5701rls.o ali512x.o bcm570x.o bcm570x_autoneg.o cfb_console.o cfi_flash.o cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o e1000.o eepro100.o i8042.o i82365.o inca-ip_sw.o keyboard.o lan91c96.o natsemi.o ne2000.o netarm_eth.o netconsole.o ns16550.o ns8382x.o ns87308.o ns7520_eth.o omap1510_i2c.o omap24xx_i2c.o pci.o pci_auto.o pci_indirect.o pcnet.o plb2800_eth.o ps2ser.o ps2mult.o pc_keyb.o rtl8019.o rtl8139.o rtl8169.o s3c4510b_eth.o s3c4510b_uart.o sed13806.o sed156x.o serial.o serial_max3100.o serial_pl010.o serial_pl011.o serial_xuartlite.o sl811_usb.o sm501.o smc91111.o smiLynxEM.o status_led.o sym53c8xx.o ti_pci1410a.o tigon3.o tsec.o usbdcore.o usbdcore_ep0.o usbdcore_omap1510.o usbtty.o videomodes.o w83c553f.o ks8695eth.o a - 3c589.o a - 5701rls.o a - ali512x.o a - bcm570x.o a - bcm570x_autoneg.o a - cfb_console.o a - cfi_flash.o a - cs8900.o a - ct69000.o a - dataflash.o a - dc2114x.o a - dm9000x.o a - e1000.o a - eepro100.o a - i8042.o a - i82365.o a - inca-ip_sw.o a - keyboard.o a - lan91c96.o a - natsemi.o a - ne2000.o a - netarm_eth.o a - netconsole.o a - ns16550.o a - ns8382x.o a - ns87308.o a - ns7520_eth.o a - omap1510_i2c.o a - omap24xx_i2c.o a - pci.o a - pci_auto.o a - pci_indirect.o a - pcnet.o a - plb2800_eth.o a - ps2ser.o a - ps2mult.o a - pc_keyb.o a - rtl8019.o a - rtl8139.o a - rtl8169.o a - s3c4510b_eth.o a - s3c4510b_uart.o a - sed13806.o a - sed156x.o a - serial.o a - serial_max3100.o a - serial_pl010.o a - serial_pl011.o a - serial_xuartlite.o a - sl811_usb.o a - sm501.o a - smc91111.o a - smiLynxEM.o a - status_led.o a - sym53c8xx.o a - ti_pci1410a.o a - tigon3.o a - tsec.o a - usbdcore.o a - usbdcore_ep0.o a - usbdcore_omap1510.o a - usbtty.o a - videomodes.o a - w83c553f.o a - ks8695eth.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers' make -C `dirname drivers/sk98lin/libsk98lin.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers/sk98lin' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM skge.c skaddr.c skgehwt.c skgeinit.c skgepnmi.c skgesirq.c ski2c.c sklm80.c skqueue.c skrlmt.c sktimer.c skvpd.c skxmac2.c skcsum.c uboot_skb.c uboot_drv.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers/sk98lin' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers/sk98lin' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skge.o skge.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skaddr.o skaddr.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skgehwt.o skgehwt.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skgeinit.o skgeinit.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skgepnmi.o skgepnmi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skgesirq.o skgesirq.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o ski2c.o ski2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o sklm80.o sklm80.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skqueue.o skqueue.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skrlmt.o skrlmt.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o sktimer.o sktimer.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skvpd.o skvpd.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skxmac2.o skxmac2.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o skcsum.o skcsum.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o uboot_skb.o uboot_skb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -I. -DSK_USE_CSUM -c -o uboot_drv.o uboot_drv.c mips-linux-uclibc-ar crv libsk98lin.a skge.o skaddr.o skgehwt.o skgeinit.o skgepnmi.o skgesirq.o ski2c.o sklm80.o skqueue.o skrlmt.o sktimer.o skvpd.o skxmac2.o skcsum.o uboot_skb.o uboot_drv.o a - skge.o a - skaddr.o a - skgehwt.o a - skgeinit.o a - skgepnmi.o a - skgesirq.o a - ski2c.o a - sklm80.o a - skqueue.o a - skrlmt.o a - sktimer.o a - skvpd.o a - skxmac2.o a - skcsum.o a - uboot_skb.o a - uboot_drv.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/drivers/sk98lin' make -C `dirname post/libpost.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make[2]: Цель `all' не требует выполнения команд. make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post' make -C `dirname post/cpu/libcpu.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' make[2]: Цель `all' не требует выполнения команд. make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/post/cpu' make -C `dirname common/libcommon.a` make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/common' mips-linux-uclibc-gcc -M -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes main.c ACEX1K.c altera.c bedbug.c circbuf.c cmd_ace.c cmd_autoscript.c cmd_bdinfo.c cmd_bedbug.c cmd_bmp.c cmd_boot.c cmd_bootm.c cmd_cache.c cmd_console.c cmd_date.c cmd_dcr.c cmd_diag.c cmd_display.c cmd_doc.c cmd_dtt.c cmd_eeprom.c cmd_elf.c cmd_ext2.c cmd_fat.c cmd_fdc.c cmd_fdos.c cmd_flash.c cmd_fpga.c cmd_i2c.c cmd_ide.c cmd_immap.c cmd_itest.c cmd_jffs2.c cmd_load.c cmd_log.c cmd_mem.c cmd_mii.c cmd_misc.c cmd_mmc.c cmd_nand.c cmd_net.c cmd_nvedit.c cmd_pci.c cmd_pcmcia.c cmd_portio.c cmd_reginfo.c cmd_reiser.c cmd_scsi.c cmd_spi.c cmd_universe.c cmd_usb.c cmd_vfd.c command.c console.c devices.c dlmalloc.c docecc.c environment.c env_common.c env_nand.c env_dataflash.c env_flash.c env_eeprom.c env_nvram.c env_nowhere.c exports.c flash.c fpga.c ft_build.c hush.c kgdb.c lcd.c lists.c lynxkdi.c memsize.c miiphybb.c miiphyutil.c s_record.c serial.c soft_i2c.c soft_spi.c spartan2.c spartan3.c usb.c usb_kbd.c usb_storage.c virtex2.c xilinx.c crc16.c xyzModem.c > .depend make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/common' make[2]: Вход в каталог `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/common' mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o main.o main.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ACEX1K.o ACEX1K.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o altera.o altera.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o bedbug.o bedbug.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o circbuf.o circbuf.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_ace.o cmd_ace.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_autoscript.o cmd_autoscript.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_bdinfo.o cmd_bdinfo.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_bedbug.o cmd_bedbug.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_bmp.o cmd_bmp.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_boot.o cmd_boot.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_bootm.o cmd_bootm.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_cache.o cmd_cache.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_console.o cmd_console.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_date.o cmd_date.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_dcr.o cmd_dcr.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_diag.o cmd_diag.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_display.o cmd_display.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_doc.o cmd_doc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_dtt.o cmd_dtt.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_eeprom.o cmd_eeprom.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_elf.o cmd_elf.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_ext2.o cmd_ext2.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_fat.o cmd_fat.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_fdc.o cmd_fdc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_fdos.o cmd_fdos.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_flash.o cmd_flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_fpga.o cmd_fpga.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_i2c.o cmd_i2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_ide.o cmd_ide.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_immap.o cmd_immap.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_itest.o cmd_itest.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_jffs2.o cmd_jffs2.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_load.o cmd_load.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_log.o cmd_log.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_mem.o cmd_mem.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_mii.o cmd_mii.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_misc.o cmd_misc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_mmc.o cmd_mmc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_nand.o cmd_nand.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_net.o cmd_net.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_nvedit.o cmd_nvedit.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_pci.o cmd_pci.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_pcmcia.o cmd_pcmcia.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_portio.o cmd_portio.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_reginfo.o cmd_reginfo.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_reiser.o cmd_reiser.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_scsi.o cmd_scsi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_spi.o cmd_spi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_universe.o cmd_universe.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_usb.o cmd_usb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o cmd_vfd.o cmd_vfd.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o command.o command.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o console.o console.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o devices.o devices.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o dlmalloc.o dlmalloc.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o docecc.o docecc.c mips-linux-uclibc-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wa,--no-warn \ -DENV_CRC=0 \ -c -o environment.o environment.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_common.o env_common.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_nand.o env_nand.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_dataflash.o env_dataflash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_flash.o env_flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_eeprom.o env_eeprom.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_nvram.o env_nvram.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o env_nowhere.o env_nowhere.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o exports.o exports.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o flash.o flash.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o fpga.o fpga.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o ft_build.o ft_build.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o hush.o hush.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o kgdb.o kgdb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o lcd.o lcd.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o lists.o lists.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o lynxkdi.o lynxkdi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o memsize.o memsize.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o miiphybb.o miiphybb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o miiphyutil.o miiphyutil.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o s_record.o s_record.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o serial.o serial.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o soft_i2c.o soft_i2c.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o soft_spi.o soft_spi.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o spartan2.o spartan2.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o spartan3.o spartan3.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usb.o usb.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usb_kbd.o usb_kbd.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o usb_storage.o usb_storage.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o virtex2.o virtex2.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o xilinx.o xilinx.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o crc16.o crc16.c mips-linux-uclibc-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbf000000 -I/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4/include -pipe -DCONFIG_MIPS -D__MIPS__ -mabicalls -march=mips32r2 -Wall -Wstrict-prototypes -c -o xyzModem.o xyzModem.c mips-linux-uclibc-ar crv libcommon.a main.o ACEX1K.o altera.o bedbug.o circbuf.o cmd_ace.o cmd_autoscript.o cmd_bdinfo.o cmd_bedbug.o cmd_bmp.o cmd_boot.o cmd_bootm.o cmd_cache.o cmd_console.o cmd_date.o cmd_dcr.o cmd_diag.o cmd_display.o cmd_doc.o cmd_dtt.o cmd_eeprom.o cmd_elf.o cmd_ext2.o cmd_fat.o cmd_fdc.o cmd_fdos.o cmd_flash.o cmd_fpga.o cmd_i2c.o cmd_ide.o cmd_immap.o cmd_itest.o cmd_jffs2.o cmd_load.o cmd_log.o cmd_mem.o cmd_mii.o cmd_misc.o cmd_mmc.o cmd_nand.o cmd_net.o cmd_nvedit.o cmd_pci.o cmd_pcmcia.o cmd_portio.o cmd_reginfo.o cmd_reiser.o cmd_scsi.o cmd_spi.o cmd_universe.o cmd_usb.o cmd_vfd.o command.o console.o devices.o dlmalloc.o docecc.o environment.o env_common.o env_nand.o env_dataflash.o env_flash.o env_eeprom.o env_nvram.o env_nowhere.o exports.o flash.o fpga.o ft_build.o hush.o kgdb.o lcd.o lists.o lynxkdi.o memsize.o miiphybb.o miiphyutil.o s_record.o serial.o soft_i2c.o soft_spi.o spartan2.o spartan3.o usb.o usb_kbd.o usb_storage.o virtex2.o xilinx.o crc16.o xyzModem.o a - main.o a - ACEX1K.o a - altera.o a - bedbug.o a - circbuf.o a - cmd_ace.o a - cmd_autoscript.o a - cmd_bdinfo.o a - cmd_bedbug.o a - cmd_bmp.o a - cmd_boot.o a - cmd_bootm.o a - cmd_cache.o a - cmd_console.o a - cmd_date.o a - cmd_dcr.o a - cmd_diag.o a - cmd_display.o a - cmd_doc.o a - cmd_dtt.o a - cmd_eeprom.o a - cmd_elf.o a - cmd_ext2.o a - cmd_fat.o a - cmd_fdc.o a - cmd_fdos.o a - cmd_flash.o a - cmd_fpga.o a - cmd_i2c.o a - cmd_ide.o a - cmd_immap.o a - cmd_itest.o a - cmd_jffs2.o a - cmd_load.o a - cmd_log.o a - cmd_mem.o a - cmd_mii.o a - cmd_misc.o a - cmd_mmc.o a - cmd_nand.o a - cmd_net.o a - cmd_nvedit.o a - cmd_pci.o a - cmd_pcmcia.o a - cmd_portio.o a - cmd_reginfo.o a - cmd_reiser.o a - cmd_scsi.o a - cmd_spi.o a - cmd_universe.o a - cmd_usb.o a - cmd_vfd.o a - command.o a - console.o a - devices.o a - dlmalloc.o a - docecc.o a - environment.o a - env_common.o a - env_nand.o a - env_dataflash.o a - env_flash.o a - env_eeprom.o a - env_nvram.o a - env_nowhere.o a - exports.o a - flash.o a - fpga.o a - ft_build.o a - hush.o a - kgdb.o a - lcd.o a - lists.o a - lynxkdi.o a - memsize.o a - miiphybb.o a - miiphyutil.o a - s_record.o a - serial.o a - soft_i2c.o a - soft_spi.o a - spartan2.o a - spartan3.o a - usb.o a - usb_kbd.o a - usb_storage.o a - virtex2.o a - xilinx.o a - crc16.o a - xyzModem.o make[2]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/common' UNDEF_SYM=`mips-linux-uclibc-objdump -x lib_generic/libgeneric.a board/ar7100/ap81/libap81.a cpu/mips/libmips.a cpu/mips/ar7100/libar7100.a lib_mips/libmips.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\ mips-linux-uclibc-ld -Bstatic -T /media/files/openwrt/GPL_Code/ap81fus/boot/u-boot/board/ar7100/ap81/u-boot.lds -Ttext 0xbf000000 $UNDEF_SYM cpu/mips/start.o \ --start-group lib_generic/libgeneric.a board/ar7100/ap81/libap81.a cpu/mips/libmips.a cpu/mips/ar7100/libar7100.a lib_mips/libmips.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /media/files/openwrt/GPL_Code/build/gcc-3.4.4-2.16.1/build_mips/bin/../lib/gcc/mips-linux-uclibc/3.4.4 -lgcc \ -Map u-boot.map -o u-boot mips-linux-uclibc-objcopy --gap-fill=0xff -O srec u-boot u-boot.srec mips-linux-uclibc-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin cp u-boot.bin /media/files/openwrt/GPL_Code/build/../tftpboot/ap81fus/ make[1]: Выход из каталога `/media/files/openwrt/GPL_Code/ap81fus/boot/u-boot' cp /media/files/openwrt/GPL_Code/build/../ap81fus/boot/u-boot/u-boot.bin /media/files/openwrt/GPL_Code/build/../tftpboot/ap81fus/ cp /media/files/openwrt/GPL_Code/build/../ap81fus/boot/u-boot/u-boot.bin /media/files/openwrt/GPL_Code/build/../images/ap81fus Вы случайно все это не под root делаете, а то так делать нельзя. Остальные команды у меня точно с такими же ошибками отработали. У меня убунту 14.04 Пока предположений что делать нет у меня( |
|
Администратор запретил публиковать записи гостям.
|
Компиляция u-boot для 16MB flash для TL-WR941ND 29 нояб 2018 12:59 #16
|
у вас Ubuntu случайно не 32бит
как не странно но проблема решилась установкой 32 битной Ubuntu теперь вопрос что было не так в 64 бит и как эту проблему всё таки решить |
Администратор запретил публиковать записи гостям.
|