[SOLVED] Fehler beim Build nach svn up

cando

Aktives Mitglied
Mitglied seit
28 Nov 2008
Beiträge
1,080
Punkte für Reaktionen
0
Punkte
0
EDIT: make distclean hat geholfen....

Hallo,

ich hab mal ein svn up auf die neueste trunk version gemacht und nun scheitert der Compiler an der uclibc Übersetzung:

Code:
cando@CANDO1:/data/freetz-new$ make
cmd() { PATH="/data/freetz-new/toolchain/target/bin:/data/freetz-new/toolchain/kernel/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed.";  exit 1; } }; 	if [ -e source/.echo_item_start -a ! -e source/.echo_item_build ]; then echo -n "building... "; touch source/.echo_item_build; fi; cmd -C source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2 \
		ARCH_CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
		CROSS="mipsel-linux-uclibc-" \
		all
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[1]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2'
for dir in bin include src ; do \
		make -C $dir all; \
	done
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/bin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/bin'
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/include'
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src'
make -C abi/libgcc_eh all
make -C abi/libsupc all
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[3]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libgcc_eh'
mipsel-linux-uclibc-ar x 
Usage: mipsel-linux-uclibc-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
       mipsel-linux-uclibc-ar -M [<mri-script]
 commands:
  d            - delete file(s) from the archive
  m[ab]        - move file(s) in the archive
  p            - print file(s) found in the archive
  q[f]         - quick append file(s) to the archive
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  t            - display contents of archive
  x[o]         - extract file(s) from the archive
 command specific modifiers:
  [a]          - put file(s) after [member-name]
  [b]          - put file(s) before [member-name] (same as [i])
  [N]          - use instance [count] of name
  [f]          - truncate inserted file names
  [P]          - use full path names when matching
  [o]          - preserve original dates
  [u]          - only replace files that are newer than current archive contents
 generic modifiers:
  [c]          - do not warn if the library had to be created
  [s]          - create an archive index (cf. ranlib)
  [S]          - do not build a symbol table
  [v]          - be verbose
  [V]          - display the version number
  @<file>      - read options from <file>
 emulation options: 
  No emulation specific options
mipsel-linux-uclibc-ar: supported targets: elf32-tradlittlemips elf32-tradbigmips ecoff-littlemips ecoff-bigmips elf32-ntradlittlemips elf64-tradlittlemips elf32-ntradbigmips elf64-tradbigmips elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
make[3]: *** [unwind-c.o] Error 1
make[3]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libgcc_eh'
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: *** [libgcc_eh] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libsupc'
mipsel-linux-uclibc-ar x 
Usage: mipsel-linux-uclibc-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
       mipsel-linux-uclibc-ar -M [<mri-script]
 commands:
  d            - delete file(s) from the archive
  m[ab]        - move file(s) in the archive
  p            - print file(s) found in the archive
  q[f]         - quick append file(s) to the archive
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  t            - display contents of archive
  x[o]         - extract file(s) from the archive
 command specific modifiers:
  [a]          - put file(s) after [member-name]
  [b]          - put file(s) before [member-name] (same as [i])
  [N]          - use instance [count] of name
  [f]          - truncate inserted file names
  [P]          - use full path names when matching
  [o]          - preserve original dates
  [u]          - only replace files that are newer than current archive contents
 generic modifiers:
  [c]          - do not warn if the library had to be created
  [s]          - create an archive index (cf. ranlib)
  [S]          - do not build a symbol table
  [v]          - be verbose
  [V]          - display the version number
  @<file>      - read options from <file>
 emulation options: 
  No emulation specific options
mipsel-linux-uclibc-ar: supported targets: elf32-tradlittlemips elf32-tradbigmips ecoff-littlemips ecoff-bigmips elf32-ntradlittlemips elf64-tradlittlemips elf32-ntradbigmips elf64-tradbigmips elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
make[3]: *** [libsupc] Error 1
make[3]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libsupc'
make[2]: *** [libsupc] Error 2
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2'

ERROR: Build failed.
make: *** [source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/libuClibc++-0.2.2.so] Error 1
cando@CANDO1:/data/freetz-new$

Hat sich daran irgend was geändert?
Hier meine .config:

Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_7270_04_80=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7112 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
# FREETZ_TYPE_FON_WLAN_7170 is not set
# FREETZ_TYPE_FON_WLAN_7240 is not set
FREETZ_TYPE_FON_WLAN_7270=y
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_WLAN_3270_V3 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
FREETZ_TYPE_FON_WLAN_7270_16MB=y
# FREETZ_TYPE_LABOR is not set
# FREETZ_TYPE_ALIEN_HARDWARE is not set
FREETZ_AVM_VERSION_STRING="7270_04.80"
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7270"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_SHOW_ADVANCED=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
FREETZ_REPLACE_KERNEL=y
# FREETZ_TARGET_IPV6_SUPPORT is not set
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ur8"
FREETZ_KERNEL_MTD_SIZE=246
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_AVM_INETD=y
FREETZ_HAS_LIBSSL=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Web menu patches ------------------------
#
FREETZ_PATCH_DSL_EXPERT=y
FREETZ_ADD_REGEXT_GUI=y
# FREETZ_PATCH_ALARMCLOCK is not set
FREETZ_PATCH_SIGNED=y

#
# USB mounting ----------------------------
#
# FREETZ_PATCH_FREETZMOUNT is not set
# FREETZ_PATCH_RCFTPD is not set
FREETZ_PATCH_USBSTORAGE=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
FREETZ_AUTOMOUNT_EXT2=y
FREETZ_AUTOMOUNT_EXT3=y
FREETZ_AUTOMOUNT_NTFS=y
# FREETZ_AUTOMOUNT_REISER_FS is not set
# FREETZ_AUTORUN_AUTOEND is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set

#
# Removings -------------------------------
#
# FREETZ_REMOVE_ANNEX_B_FIRMWARE is not set
FREETZ_REMOVE_ASSISTANT=y
FREETZ_REMOVE_AURA_USB=y
FREETZ_REMOVE_AVM_VPN=y

#
# Remove brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
# FREETZ_REMOVE_BRANDING_avm is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_CHRONYD is not set
# FREETZ_REMOVE_DECT is not set
# FREETZ_REMOVE_DSLD is not set
FREETZ_REMOVE_DTRACE=y
# FREETZ_REMOVE_FTPD is not set
FREETZ_REMOVE_HELP=y
FREETZ_REMOVE_SUPPORT=y
FREETZ_REMOVE_TR069=y
FREETZ_REMOVE_TR069_FWUPDATE=y
# FREETZ_REMOVE_UPNP is not set
FREETZ_REMOVE_USERMAN=y
# FREETZ_REMOVE_VOIPD is not set
# FREETZ_REMOVE_VOIP_ISDN is not set
# FREETZ_REMOVE_WLAN is not set

#
# Adds -----------------------------------
#
# FREETZ_ADD_ANNEX_A_FIRMWARE is not set

#
# Other stuff -----------------------------
#
# FREETZ_PATCH_GETCONS is not set

#
# Package selection
#

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
FREETZ_PACKAGE_BRIDGE_UTILS=y
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
FREETZ_PACKAGE_CPMACCFG=y
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNSMASQ is not set
# FREETZ_PACKAGE_DROPBEAR is not set
# FREETZ_PACKAGE_DTMFBOX is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FORTUNE is not set
# FREETZ_PACKAGE_FUSE is not set
# FREETZ_PACKAGE_INETD is not set
# FREETZ_PACKAGE_KNOCK is not set
FREETZ_PACKAGE_MC=y
FREETZ_PACKAGE_MC_INTERNAL_EDITOR=y
# FREETZ_PACKAGE_MC_SUBSHELL is not set
FREETZ_PACKAGE_MC_ONLINE_HELP=y
# FREETZ_PACKAGE_MC_WITH_NCURSES is not set
# FREETZ_PACKAGE_MC_FORCE_GLIB12 is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
FREETZ_PACKAGE_NANO=y

#
# Nano additional features
#
FREETZ_PACKAGE_NANO_TINY=y
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NETSNMP is not set
FREETZ_PACKAGE_NTFS=y
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set

#
# Web interfaces
#
FREETZ_PACKAGE_AVM_FIREWALL=y
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
FREETZ_PACKAGE_AUTHORIZED_KEYS=y
# FREETZ_PACKAGE_NFSD_CGI is not set
FREETZ_PACKAGE_NHIPT=y
FREETZ_PACKAGE_IPTABLES=y
FREETZ_PACKAGE_IPTABLES_KERNEL_MODULES=y

#
# Select kernel modules (IPv4)
#
FREETZ_MODULE_ip_conntrack=y
FREETZ_MODULE_ip_conntrack_ftp=y
FREETZ_MODULE_ip_conntrack_h323=y
FREETZ_MODULE_ip_conntrack_irc=y
FREETZ_MODULE_ip_conntrack_pptp=y
FREETZ_MODULE_ip_conntrack_tftp=y
FREETZ_MODULE_ip_nat=y
FREETZ_MODULE_ip_nat_ftp=y
FREETZ_MODULE_ip_nat_h323=y
FREETZ_MODULE_ip_nat_irc=y
FREETZ_MODULE_ip_nat_pptp=y
FREETZ_MODULE_ip_nat_tftp=y
FREETZ_MODULE_iptable_filter=y
FREETZ_MODULE_iptable_mangle=y
FREETZ_MODULE_iptable_nat=y
FREETZ_MODULE_iptable_raw=y
FREETZ_MODULE_ip_tables=y
FREETZ_MODULE_ipt_iprange=y
FREETZ_MODULE_ipt_layer7=y
FREETZ_MODULE_ipt_ipp2p=y
FREETZ_MODULE_ipt_LOG=y
FREETZ_MODULE_ipt_comment=y
FREETZ_MODULE_ipt_MASQUERADE=y
FREETZ_MODULE_ipt_REDIRECT=y
FREETZ_MODULE_ipt_REJECT=y
FREETZ_MODULE_ipt_TCPMSS=y
FREETZ_MODULE_ipt_tos=y
FREETZ_MODULE_ipt_TOS=y
FREETZ_MODULE_ipt_ttl=y

#
# x_tables (both IPv4 and IPv6)
#
FREETZ_MODULE_x_tables=y
FREETZ_MODULE_xt_helper=y
FREETZ_MODULE_xt_CLASSIFY=y
FREETZ_MODULE_xt_comment=y
FREETZ_MODULE_xt_conntrack=y
FREETZ_MODULE_xt_esp=y
FREETZ_MODULE_xt_length=y
FREETZ_MODULE_xt_limit=y
FREETZ_MODULE_xt_mac=y
FREETZ_MODULE_xt_multiport=y
FREETZ_MODULE_xt_mark=y
FREETZ_MODULE_xt_MARK=y
FREETZ_MODULE_xt_NFQUEUE=y
FREETZ_MODULE_xt_NOTRACK=y
FREETZ_MODULE_xt_pkttype=y
FREETZ_MODULE_xt_physdev=y
FREETZ_MODULE_xt_quota=y
FREETZ_MODULE_xt_realm=y
FREETZ_MODULE_xt_state=y
FREETZ_MODULE_xt_statistic=y
FREETZ_MODULE_xt_string=y
FREETZ_MODULE_xt_tcpudp=y
FREETZ_MODULE_xt_tcpmss=y
FREETZ_PACKAGE_IPTABLES_SHARED_LIBS=y

#
# Select shared libraries (IPv4)
#
FREETZ_LIB_libipt_addrtype=y
FREETZ_LIB_libipt_ah=y
FREETZ_LIB_libipt_CLUSTERIP=y
FREETZ_LIB_libipt_DNAT=y
FREETZ_LIB_libipt_ecn=y
FREETZ_LIB_libipt_ECN=y
FREETZ_LIB_libipt_icmp=y
FREETZ_LIB_libipt_ipp2p=y
FREETZ_LIB_libipt_LOG=y
FREETZ_LIB_libipt_MASQUERADE=y
FREETZ_LIB_libipt_MIRROR=y
FREETZ_LIB_libipt_NETMAP=y
FREETZ_LIB_libipt_policy=y
FREETZ_LIB_libipt_realm=y
FREETZ_LIB_libipt_REDIRECT=y
FREETZ_LIB_libipt_REJECT=y
FREETZ_LIB_libipt_SAME=y
FREETZ_LIB_libipt_set=y
FREETZ_LIB_libipt_SET=y
FREETZ_LIB_libipt_SNAT=y
FREETZ_LIB_libipt_ttl=y
FREETZ_LIB_libipt_TTL=y
FREETZ_LIB_libipt_ULOG=y
FREETZ_LIB_libipt_unclean=y

#
# Select shared libraries (both IPv4 and IPv6)
#
FREETZ_LIB_libxt_CLASSIFY=y
FREETZ_LIB_libxt_comment=y
FREETZ_LIB_libxt_connbytes=y
FREETZ_LIB_libxt_connmark=y
FREETZ_LIB_libxt_CONNMARK=y
FREETZ_LIB_libxt_CONNSECMARK=y
FREETZ_LIB_libxt_conntrack=y
FREETZ_LIB_libxt_dscp=y
FREETZ_LIB_libxt_DSCP=y
FREETZ_LIB_libxt_esp=y
FREETZ_LIB_libxt_hashlimit=y
FREETZ_LIB_libxt_helper=y
FREETZ_LIB_libxt_iprange=y
FREETZ_LIB_libxt_length=y
FREETZ_LIB_libxt_limit=y
FREETZ_LIB_libxt_mac=y
FREETZ_LIB_libxt_mark=y
FREETZ_LIB_libxt_MARK=y
FREETZ_LIB_libxt_multiport=y
FREETZ_LIB_libxt_NFLOG=y
FREETZ_LIB_libxt_NFQUEUE=y
FREETZ_LIB_libxt_NOTRACK=y
FREETZ_LIB_libxt_owner=y
FREETZ_LIB_libxt_physdev=y
FREETZ_LIB_libxt_pkttype=y
FREETZ_LIB_libxt_quota=y
FREETZ_LIB_libxt_rateest=y
FREETZ_LIB_libxt_RATEEST=y
FREETZ_LIB_libxt_sctp=y
FREETZ_LIB_libxt_SECMARK=y
FREETZ_LIB_libxt_standard=y
FREETZ_LIB_libxt_state=y
FREETZ_LIB_libxt_statistic=y
FREETZ_LIB_libxt_string=y
FREETZ_LIB_libxt_tcpmss=y
FREETZ_LIB_libxt_TCPMSS=y
FREETZ_LIB_libxt_tcp=y
FREETZ_LIB_libxt_time=y
FREETZ_LIB_libxt_tos=y
FREETZ_LIB_libxt_TOS=y
FREETZ_LIB_libxt_TRACE=y
FREETZ_LIB_libxt_u32=y
FREETZ_LIB_libxt_udp=y
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_PHPXMAIL is not set
# FREETZ_PACKAGE_PPP_CGI is not set
FREETZ_PACKAGE_RRDSTATS=y
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
FREETZ_PACKAGE_SYSLOGD_CGI=y
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
FREETZ_PACKAGE_VNSTAT_CGI=y
# FREETZ_PACKAGE_WOL_CGI is not set

#
# Debug helpers
#
FREETZ_PACKAGE_LDD=y
FREETZ_PACKAGE_LSOF=y
FREETZ_PACKAGE_LTRACE=y
FREETZ_PACKAGE_NANO_SHELL=y
FREETZ_PACKAGE_PCIUTILS=y
FREETZ_PACKAGE_PCIUTILS_IDS=y
FREETZ_PACKAGE_STRACE=y
FREETZ_PACKAGE_USBUTILS=y
FREETZ_PACKAGE_USBUTILS_IDS=y

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BITTWIST is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CRYPTSETUP is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DOSFSTOOLS is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
FREETZ_PACKAGE_FSTYP=y
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_GNUTLS is not set
# FREETZ_PACKAGE_GOCR is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HTOP is not set
# FREETZ_PACKAGE_HTTPRY is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_IGMPPROXY is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LFTP is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
# FREETZ_PACKAGE_MICROPERL is not set
# FREETZ_PACKAGE_MINICOM is not set
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
# FREETZ_PACKAGE_NAGIOS is not set
# FREETZ_PACKAGE_NCFTP is not set
# FREETZ_PACKAGE_NETPBM is not set
# FREETZ_PACKAGE_NOIP is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NFSROOT is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set

#
# OpenSSH
#
# FREETZ_PACKAGE_OPENSSH_SSHD is not set
# FREETZ_PACKAGE_OPENSSH_CLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SCP is not set
# FREETZ_PACKAGE_OPENSSH_CLIENTUTILS is not set
# FREETZ_PACKAGE_OPENSSH_KEYUTILS is not set
# FREETZ_PACKAGE_OPENSSH_SFTPCLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_POLIPO is not set
# FREETZ_PACKAGE_PPPD_CHAT is not set
# FREETZ_PACKAGE_PPTP is not set
# FREETZ_PACKAGE_PPTPD is not set
# FREETZ_PACKAGE_QUAGGA is not set
FREETZ_PACKAGE_RRDTOOL=y
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SISPMCTL is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SPAWN_FCGI is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SUBVERSION is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_TRICKLE is not set
# FREETZ_PACKAGE_TMUX is not set
# FREETZ_PACKAGE_UMURMUR is not set
# FREETZ_PACKAGE_UNRAR is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_VIM is not set
FREETZ_PACKAGE_VNSTAT=y
FREETZ_PACKAGE_VNSTAT_DAEMON=y
FREETZ_PACKAGE_VNSTAT_IMAGE=y
# FREETZ_PACKAGE_VTUN is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XMAIL is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
# FREETZ_PACKAGE_XSLTPROC is not set
FREETZ_SHOW_UNSTABLE_PACKAGES=y

#
# Unstable packages
#
# FREETZ_PACKAGE_COLLECTD is not set
# FREETZ_PACKAGE_HP_UTILS is not set
# FREETZ_PACKAGE_HPLIP is not set
# FREETZ_PACKAGE_IPTABLES_CGI is not set

#
# Select kernel modules (IPv4)
#
# FREETZ_MODULE_ip_conntrack_rtsp is not set
# FREETZ_MODULE_ip_nat_rtsp is not set

#
# x_tables (both IPv4 and IPv6)
#

#
# Select shared libraries (IPv4)
#

#
# Select shared libraries (both IPv4 and IPv6)
#
# FREETZ_PACKAGE_MDEV is not set

#
# SANE
#
# FREETZ_PACKAGE_SANE_BACKENDS is not set
# FREETZ_PACKAGE_TINC is not set
# FREETZ_PACKAGE_USBIP is not set
# FREETZ_PACKAGE_UTIL_LINUX_NG is not set
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_KERNEL_SITE="@AVM/fritz.box/fritzbox.fon_wlan_7270/x_misc/opensrc"
FREETZ_DL_KERNEL_SOURCE="fritzbox7270-source-files-04.80.tar.gz"
FREETZ_DL_KERNEL_SOURCE_MD5="bcd49b28a54293e1481b8170b07245e0"
FREETZ_DL_SITE="@AVM/fritz.box/fritzbox.fon_wlan_7270/firmware/deutsch"
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7270.54.04.80.image"
FREETZ_DL_SOURCE_MD5="4ea997dce6bbf72202ae80cb572ab1fe"

#
# Freetz package download sites
#
FREETZ_MOD_DL_NUM_SITES="5"

#
# Download site #1 - default: http://freetz.3dfxatwork.de
#
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"

#
# Download site #2 - default: http://freetz.wirsind.info
#
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"

#
# Download site #3 - default: http://freetz.magenbrot.net
#
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"

#
# Download site #4 - default: empty (reserved for later use)
#
FREETZ_MOD_DL_SITE_4=""

#
# Download site #5 - user-defined
#
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=0
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_ATOMPHIL is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_HANSOLO is not set
# FREETZ_BACKUP_CONFIG_CACHE is not set
FREETZ_CHECK_CHANGED=y
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
FREETZ_DEVELOPER_VERSION_STRING=y
# FREETZ_STYLE_COLORED is not set
FREETZ_STYLE_GREY=y
FREETZ_STYLE="grey"
FREETZ_USER_DEFINED_COMMENT=""
# FREETZ_CUSTOM_IMAGE_NAME is not set

#
# Info pages
#
# FREETZ_REMOVE_BOX_INFO is not set
# FREETZ_REMOVE_FREETZ_INFO is not set
# FREETZ_REMOVE_DOT_CONFIG is not set
FREETZ_AVMPLUGINS_ENABLED=y

#
# Plugin selection
#

#
# Select plugin(s) for insertion
#
# FREETZ_AVMPLUGINS_MEDIASRV is not set
# FREETZ_AVMPLUGINS_MINI is not set
FREETZ_AVMPLUGINS_NTFS=y
# FREETZ_AVMPLUGINS_ONLINEPB is not set
FREETZ_AVMPLUGINS_SAMBA=y
FREETZ_AVMPLUGINS_TAM=y
# FREETZ_AVMPLUGINS_WEBDAV is not set

#
# External
#
# EXTERNAL_ENABLED is not set
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
# FREETZ_SQUASHFS_BLOCKSIZE_16384 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_32768 is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set
# FREETZ_REPLACE_SSL_LIBS is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
FREETZ_BUSYBOX_BRCTL=y
FREETZ_BUSYBOX_BRCTL_FANCY=y
# FREETZ_BUSYBOX_BZIP2 is not set
# FREETZ_BUSYBOX_CHGRP is not set
# FREETZ_BUSYBOX_FEATURE_DD_IBS_OBS is not set
FREETZ_BUSYBOX_DIFF=y
# FREETZ_BUSYBOX_DOS2UNIX is not set
# FREETZ_BUSYBOX_ETHER_WAKE is not set
# FREETZ_BUSYBOX_FANCY_KEYS is not set
# FREETZ_BUSYBOX_FUSER is not set
FREETZ_BUSYBOX_INETD=y
FREETZ_BUSYBOX_IP=y
FREETZ_BUSYBOX_FEATURE_IP_ADDRESS=y
FREETZ_BUSYBOX_FEATURE_IP_LINK=y
FREETZ_BUSYBOX_FEATURE_IP_RULE=y
FREETZ_BUSYBOX_FEATURE_IP_ROUTE=y
FREETZ_BUSYBOX_FEATURE_IP_TUNNEL=y
FREETZ_BUSYBOX_LESS=y
FREETZ_BUSYBOX_LONG_OPTS=y
FREETZ_BUSYBOX_LS_COLOR=y
FREETZ_BUSYBOX_MD5SUM=y
# FREETZ_BUSYBOX_MDEV is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
FREETZ_BUSYBOX_NICE=y
# FREETZ_BUSYBOX_PATCH is not set
FREETZ_BUSYBOX_PSCAN=y
FREETZ_BUSYBOX_REALPATH=y
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_SHA1SUM is not set
# FREETZ_BUSYBOX_SPLIT is not set
FREETZ_BUSYBOX_START_STOP_DAEMON=y
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UNIX2DOS is not set
# FREETZ_BUSYBOX_UNZIP is not set
# FREETZ_BUSYBOX_FEATURE_USERNAME_COMPLETION is not set
# FREETZ_BUSYBOX_VOLUMEID is not set
FREETZ_BUSYBOX_WGET=y
# FREETZ_BUSYBOX_WHOAMI is not set

#
# Kernel modules
#
# FREETZ_MODULES_ALL is not set

#
# block
#
# FREETZ_MODULE_ramzswap is not set
# FREETZ_MODULE_xvmalloc is not set

#
# crypto
#
# FREETZ_MODULE_crypto_algapi is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_blkcipher is not set
# FREETZ_MODULE_cbc is not set
# FREETZ_MODULE_cryptomgr is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_musb_hdrc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbcore is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set
# FREETZ_MODULE_option is not set

#
# fs
#
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
FREETZ_MODULE_ext3=y
FREETZ_MODULE_ext2=y
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
FREETZ_MODULE_fuse=y
FREETZ_MODULE_jbd=y
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdods is not set
# FREETZ_MODULE_jffs2 is not set
FREETZ_MODULE_mbcache=y

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set
# FREETZ_MODULE_lzo_compress is not set
# FREETZ_MODULE_lzo_decompress is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_l2cap is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# Shared libraries
#
# FREETZ_STRIP_LIBRARIES is not set

#
# Libraries -------------------------------
#
# FREETZ_LIB_libapr is not set
# FREETZ_LIB_libaprutil is not set
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libconfig is not set
# FREETZ_LIB_libdb is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libopenobex is not set

#
# Crypto & SSL
#

#
# GMP ------------------------------------
#
# FREETZ_LIB_libgmp is not set

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libpolarssl is not set
# FREETZ_LIB_libcrypto is not set

#
# GnuTLS ---------------------------------
#
# FREETZ_LIB_libgnutls is not set
# FREETZ_LIB_libtasn1 is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
FREETZ_LIB_libz=y

#
# e2fsprogs libraries
#
# FREETZ_LIB_libblkid is not set
# FREETZ_LIB_libcom_err is not set
# FREETZ_LIB_libe2p is not set
# FREETZ_LIB_libext2fs is not set
# FREETZ_LIB_libss is not set
# FREETZ_LIB_libuuid is not set
# FREETZ_LIB_libfuse is not set

#
# Graphics & fonts
#
FREETZ_LIB_libfreetype=y
FREETZ_LIB_libart_lgpl_2=y
FREETZ_LIB_libjpeg=y
FREETZ_LIB_libpng12=y
FREETZ_LIB_libgd=y

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
# FREETZ_LIB_libutil is not set
# FREETZ_LIB_libuClibc__ is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libglib_1 is not set

#
# GLib2
#
FREETZ_LIB_libglib_2=y
# FREETZ_LIB_libgio_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# ncurses
#
FREETZ_LIB_libncurses=y

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
FREETZ_SHARE_terminfo=y
# FREETZ_SHARE_terminfo_showall is not set
FREETZ_SHARE_terminfo_ansi=y
FREETZ_SHARE_terminfo_gnome=y
FREETZ_SHARE_terminfo_konsole=y
FREETZ_SHARE_terminfo_linux=y
FREETZ_SHARE_terminfo_putty=y
FREETZ_SHARE_terminfo_rxvt=y
FREETZ_SHARE_terminfo_screen=y
FREETZ_SHARE_terminfo_screenMINUSw=y
FREETZ_SHARE_terminfo_sun=y
FREETZ_SHARE_terminfo_vt100=y
FREETZ_SHARE_terminfo_vt102=y
FREETZ_SHARE_terminfo_vt102MINUSnsgr=y
FREETZ_SHARE_terminfo_vt102MINUSw=y
FREETZ_SHARE_terminfo_vt200=y
FREETZ_SHARE_terminfo_vt220=y
FREETZ_SHARE_terminfo_vt52=y
FREETZ_SHARE_terminfo_xterm=y
FREETZ_SHARE_terminfo_xtermMINUScolor=y
FREETZ_SHARE_terminfo_xtermMINUSxfree86=y
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set
# FREETZ_LIB_libcapi20 is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_liblua is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libnetpbm is not set

#
# Ogg/Vorbis
#
# FREETZ_LIB_libogg is not set
# FREETZ_LIB_libvorbis is not set
# FREETZ_LIB_libvorbisenc is not set
# FREETZ_LIB_libvorbisfile is not set
# FREETZ_LIB_libpcap is not set
# FREETZ_LIB_libdnet is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set
# FREETZ_LIB_libsqlite3 is not set
FREETZ_LIB_libusb=y
FREETZ_LIB_libelf=y
FREETZ_LIB_libintl=y
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libftdi is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_libdevmapper is not set
FREETZ_LIB_libfreetz=y
FREETZ_LIB_libpcre=y
# FREETZ_LIB_libpcreposix is not set

#
# XML/XSLT
#
# FREETZ_LIB_libxml2 is not set
# FREETZ_LIB_libxslt is not set
# FREETZ_LIB_libexslt is not set

#
# Compiler options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_TARGET_ARCH="mipsel"
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
# FREETZ_KERNEL_VERSION_2_6_13_1 is not set
FREETZ_KERNEL_VERSION_2_6_19_2=y
FREETZ_KERNEL_VERSION="2.6.19.2"
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_COMPILER_GCC_4_1_2_UCLIBC_0_9_28 is not set
# FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_28 is not set
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_29 is not set
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_30 is not set
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TARGET_GXX=y
FREETZ_TARGET_CCACHE=y
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"
# FREETZ_TARGET_TOOLCHAIN is not set

#
# GNU debugger (gdb)
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_GDB_SERVER is not set
# FREETZ_PACKAGE_GDB_HOST is not set
 
Zuletzt bearbeitet:
make dirclean hat leider nichts gebracht.

Code:
...
uClibc++-0.2.2/src/numeric.cpp
uClibc++-0.2.2/src/support.cpp
uClibc++-0.2.2/src/deque.cpp
uClibc++-0.2.2/src/stack.cpp
uClibc++-0.2.2/src/typeinfo.cpp
uClibc++-0.2.2/src/del_opv.cpp
uClibc++-0.2.2/src/stdexcept.cpp
uClibc++-0.2.2/src/func_exception.cpp
uClibc++-0.2.2/src/utility.cpp
uClibc++-0.2.2/src/ostream.cpp
uClibc++-0.2.2/src/queue.cpp
uClibc++-0.2.2/src/list.cpp
uClibc++-0.2.2/src/eh_alloc.cpp
uClibc++-0.2.2/src/new_opv.cpp
uClibc++-0.2.2/src/new_op.cpp
uClibc++-0.2.2/src/associative_base.cpp
uClibc++-0.2.2/src/bitset.cpp
uClibc++-0.2.2/src/iostream.cpp
uClibc++-0.2.2/src/string.cpp
uClibc++-0.2.2/src/complex.cpp
uClibc++-0.2.2/src/Makefile
uClibc++-0.2.2/src/streambuf.cpp
uClibc++-0.2.2/src/char_traits.cpp
uClibc++-0.2.2/src/locale.cpp
uClibc++-0.2.2/src/new_opnt.cpp
uClibc++-0.2.2/src/istream.cpp
uClibc++-0.2.2/src/vector.cpp
uClibc++-0.2.2/src/set.cpp
uClibc++-0.2.2/TODO
uClibc++-0.2.2/Makefile
set -e; shopt -s nullglob; for i in make/libs/patches/*.uclibcxx.patch; do tools/freetz_patch source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2 $i; done
applying patch file make/libs/patches/009-compile_fixes.uclibcxx.patch
patching file include/associative_base
patching file include/string
patching file src/string.cpp
----------------------------------------------------------------------
applying patch file make/libs/patches/200-associative_base_swap.uclibcxx.patch
patching file include/associative_base
----------------------------------------------------------------------
applying patch file make/libs/patches/300-bin-Makefile.uclibcxx.patch
patching file bin/Makefile
----------------------------------------------------------------------
applying patch file make/libs/patches/400-eabi_fix.uclibcxx.patch
patching file include/typeinfo
patching file include/unwind-cxx.h
----------------------------------------------------------------------
cp make/libs/Config.uclibc++ source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/.config
sed -i -r -e 's%^(# )?(UCLIBCXX_HAS_LFS)[ =].*%\2=y%g' source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/.config
touch source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/.configured
cmd() { PATH="/data/freetz-new/toolchain/target/bin:/data/freetz-new/toolchain/kernel/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed.";  exit 1; } }; 	if [ -e source/.echo_item_start -a ! -e source/.echo_item_build ]; then echo -n "building... "; touch source/.echo_item_build; fi; cmd -C source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2 \
		ARCH_CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
		CROSS="mipsel-linux-uclibc-" \
		all
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[1]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2'
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/extra/config'
make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
cp zconf.tab.h_shipped zconf.tab.h
gcc -O2 -Wall -I. -c conf.c -o conf.o
conf.c: In function ‘conf_askvalue’:
conf.c:93: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
conf.c: In function ‘conf_choice’:
conf.c:349: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result
cp zconf.tab.c_shipped zconf.tab.c
cp lex.zconf.c_shipped lex.zconf.c
gcc -O2 -Wall -I. -c zconf.tab.c -o zconf.tab.o
lex.zconf.c:2969: warning: ‘input’ defined but not used
gcc  conf.o zconf.tab.o -o conf
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/extra/config'
#
# using defaults found in .config
#
.config:4: trying to assign nonexistent symbol TARGET_alpha
.config:5: trying to assign nonexistent symbol TARGET_arm
.config:6: trying to assign nonexistent symbol TARGET_i386
.config:7: trying to assign nonexistent symbol TARGET_mips
.config:8: trying to assign nonexistent symbol TARGET_parisc
.config:9: trying to assign nonexistent symbol TARGET_powerpc
.config:10: trying to assign nonexistent symbol TARGET_x86_64
.config:15: trying to assign nonexistent symbol TARGET_ARCH
.config:16: trying to assign nonexistent symbol ARCH_SUPPORTS_LITTLE_ENDIAN
.config:17: trying to assign nonexistent symbol ARCH_CFLAGS
.config:18: trying to assign nonexistent symbol ARCH_SUPPORTS_BIG_ENDIAN
.config:19: trying to assign nonexistent symbol CONFIG_MIPS_ISA_1
.config:20: trying to assign nonexistent symbol CONFIG_MIPS_ISA_2
.config:21: trying to assign nonexistent symbol CONFIG_MIPS_ISA_3
.config:22: trying to assign nonexistent symbol CONFIG_MIPS_ISA_4
.config:23: trying to assign nonexistent symbol CONFIG_MIPS_ISA_MIPS32
.config:24: trying to assign nonexistent symbol CONFIG_MIPS_ISA_MIPS64
.config:25: trying to assign nonexistent symbol ARCH_LITTLE_ENDIAN
.config:26: trying to assign nonexistent symbol ARCH_BIG_ENDIAN
*
* uClibc++ Configuration
*
*
* Target Features and Options
*
Enable floating point number support (UCLIBCXX_HAS_FLOATS) [Y/n/?] y
  Math operations with long double (UCLIBCXX_HAS_LONG_DOUBLE) [N/y/?] n
Toolchain supports Thread-Local Storage (UCLIBCXX_HAS_TLS) [N/y/?] n
Compiler Warnings (WARNINGS) [] 
Extra Library Link Flags (BUILD_EXTRA_LIBRARIES) [] 
*
* String and I/O Stream Support
*
Wide Character Support (Not Currently Supported) (UCLIBCXX_HAS_WCHAR) [N/y/?] n
I/O stream buffer size (UCLIBCXX_IOSTREAM_BUFSIZE) [32] 32
Large File Support (UCLIBCXX_HAS_LFS) [Y/n/?] y
Enable support for standard streams like cin and cout (UCLIBCXX_SUPPORT_CDIR) [Y/n/?] y
  Enable cin (UCLIBCXX_SUPPORT_CIN) [Y/n/?] y
  Enable cout (UCLIBCXX_SUPPORT_COUT) [Y/n/?] y
  Enable cerr (UCLIBCXX_SUPPORT_CERR) [Y/n/?] y
  Enable clog (UCLIBCXX_SUPPORT_CLOG) [N/y/?] n
*
* STL and Code Expansion
*
STL buffer size (UCLIBCXX_STL_BUFFER_SIZE) [32] 32
Template code expansion (UCLIBCXX_CODE_EXPANSION) [Y/n/?] y
  Expand constructors and destructors (UCLIBCXX_EXPAND_CONSTRUCTORS_DESTRUCTORS) [N/y/?] n
  Expand std::basic_string for <char> (UCLIBCXX_EXPAND_STRING_CHAR) [Y/n/?] y
  Expand std::vector for basic data types (UCLIBCXX_EXPAND_VECTOR_BASIC) [Y/n/?] y
  Expand ios core code for char (UCLIBCXX_EXPAND_IOS_CHAR) [N/y/?] n
  Expand std::streambuf for char (UCLIBCXX_EXPAND_STREAMBUF_CHAR) [N/y/?] n
  Expand std::istream for <char> (UCLIBCXX_EXPAND_ISTREAM_CHAR) [Y/n/?] y
  Expand std::ostream for <char> (UCLIBCXX_EXPAND_OSTREAM_CHAR) [Y/n/?] y
  Expand std::fstream for <char> (UCLIBCXX_EXPAND_FSTREAM_CHAR) [Y/n/?] y
  Expand std::sstream for <char> (UCLIBCXX_EXPAND_SSTREAM_CHAR) [N/y/?] n
*
* Library Installation Options
*
uClibc++ runtime prefix directory (UCLIBCXX_RUNTIME_PREFIX) [] 
uClibc++ header file subdirectory (UCLIBCXX_RUNTIME_INCLUDE_SUBDIR) [/include/uClibc++] /include/uClibc++
uClibc++ library subdirectory (UCLIBCXX_RUNTIME_LIB_SUBDIR) [/lib] /lib
uClibc++ application file subdirectory (UCLIBCXX_RUNTIME_BIN_SUBDIR) [/bin] /bin
Exception and RTTI support (UCLIBCXX_EXCEPTION_SUPPORT) [Y/n/?] y
  Import libsupc++.a (IMPORT_LIBSUP) [Y/n/?] y
  Import libgcc_eh.a (IMPORT_LIBGCC_EH) [Y/n/?] y
Build static library (BUILD_STATIC_LIB) [Y/n/?] y
  Build only static library (BUILD_ONLY_STATIC_LIB) [N/y/?] n
Build uClibc++ with debugging symbols (DODEBUG) [N/y/?] n
for dir in bin include src ; do \
		make -C $dir all; \
	done
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/bin'
echo "#!/bin/sh" > g++-uc
echo "" >> g++-uc
echo 'WRAPPER_INCLUDEDIR="${WRAPPER_INCLUDEDIR:=-I/include/uClibc++/}"' >> g++-uc
echo 'WRAPPER_LIBDIR="${WRAPPER_LIBDIR:=-L/lib/}"' >> g++-uc
echo "" >> g++-uc
echo "WRAPPER_LIBS=\" -L -lc -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed\"" >> g++-uc
echo "" >> g++-uc
echo 'WRAPPER_INCLIB=$(echo " $@ " | sed -ne "s/.* -\([cES]\|MF\) .*/NO/p;t;aYES")' >> g++-uc
echo 'WRAPPER_STATIC=$(echo " $@ " | sed -ne "s/.* -static .*/YES/p;t;aNO")' >> g++-uc
echo 'if [ "$WRAPPER_STATIC" = "YES" ]' >> g++-uc
echo 'then' >> g++-uc
echo "	WRAPPER_LIBS=\" -L -lc -lgcc\"" >> g++-uc
echo 'fi' >> g++-uc
echo 'if [ "$WRAPPER_INCLIB" = "YES" ]' >> g++-uc
echo 'then' >> g++-uc
echo '	exec mipsel-linux-uclibc-g++ -fno-builtin -nostdinc++   $WRAPPER_INCLUDEDIR "$@" -nodefaultlibs $WRAPPER_LIBDIR -luClibc++ $WRAPPER_LIBS' >> g++-uc
echo 'fi' >> g++-uc
echo "" >> g++-uc
echo 'exec mipsel-linux-uclibc-g++ -fno-builtin -nostdinc++   $WRAPPER_INCLUDEDIR "$@"' >> g++-uc
chmod 755 g++-uc
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/bin'
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/include'
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[2]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src'
make -C abi/libgcc_eh all
make -C abi/libsupc all
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
mipsel-linux-uclibc-gcc: No such file or directory
make[3]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libgcc_eh'
mipsel-linux-uclibc-ar x 
make[3]: Entering directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libsupc'
mipsel-linux-uclibc-ar x 
Usage: mipsel-linux-uclibc-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
       mipsel-linux-uclibc-ar -M [<mri-script]
 commands:
  d            - delete file(s) from the archive
  m[ab]        - move file(s) in the archive
  p            - print file(s) found in the archive
  q[f]         - quick append file(s) to the archive
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  t            - display contents of archive
  x[o]         - extract file(s) from the archive
 command specific modifiers:
Usage: mipsel-linux-uclibc-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
  [a]          - put file(s) after [member-name]
  [b]          - put file(s) before [member-name] (same as [i])
       mipsel-linux-uclibc-ar -M [<mri-script]
  [N]          - use instance [count] of name
  [f]          - truncate inserted file names
 commands:
  [P]          - use full path names when matching
  d            - delete file(s) from the archive
  [o]          - preserve original dates
  m[ab]        - move file(s) in the archive
  [u]          - only replace files that are newer than current archive contents
  p            - print file(s) found in the archive
 generic modifiers:
  q[f]         - quick append file(s) to the archive
  [c]          - do not warn if the library had to be created
  r[ab][f][u]  - replace existing or insert new file(s) into the archive
  [s]          - create an archive index (cf. ranlib)
  t            - display contents of archive
  [S]          - do not build a symbol table
  x[o]         - extract file(s) from the archive
  [v]          - be verbose
 command specific modifiers:
  [V]          - display the version number
  [a]          - put file(s) after [member-name]
  @<file>      - read options from <file>
  [b]          - put file(s) before [member-name] (same as [i])
 emulation options: 
  [N]          - use instance [count] of name
  No emulation specific options
  [f]          - truncate inserted file names
  [P]          - use full path names when matching
mipsel-linux-uclibc-ar: supported targets:  [o]          - preserve original dates
 elf32-tradlittlemips  [u]          - only replace files that are newer than current archive contents
 elf32-tradbigmips generic modifiers:
 ecoff-littlemips  [c]          - do not warn if the library had to be created
 ecoff-bigmips  [s]          - create an archive index (cf. ranlib)
 elf32-ntradlittlemips  [S]          - do not build a symbol table
 elf64-tradlittlemips  [v]          - be verbose
 elf32-ntradbigmips  [V]          - display the version number
 elf64-tradbigmips  @<file>      - read options from <file>
 elf64-little emulation options: 
 elf64-big  No emulation specific options
 elf32-little elf32-big srecmipsel-linux-uclibc-ar: supported targets: symbolsrec elf32-tradlittlemips tekhex elf32-tradbigmips binary ecoff-littlemips ihex ecoff-bigmips
 elf32-ntradlittlemips elf64-tradlittlemips elf32-ntradbigmips elf64-tradbigmips elf64-little elf64-big elf32-little elf32-big srec symbolsrec tekhex binary ihex
make[3]: *** [libsupc] Error 1
make[3]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libsupc'
make[3]: *** [unwind-c.o] Error 1
make[3]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/abi/libgcc_eh'
make[2]: *** [libsupc] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [libgcc_eh] Error 2
make[2]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/freetz-new/source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2'

ERROR: Build failed.
make: *** [source/target-mipsel_uClibc-0.9.29/uClibc++-0.2.2/src/libuClibc++-0.2.2.so] Error 1
cando@CANDO1:/data/freetz-new$
 
Wenn 3977M (steht in Deiner Signatur) dem Stand vor dem "svn up" entspricht, dann hat sich viel geändert, insbesondere wurde der Test-Branch gemerged. Es hilft nur ein frischer Checkout, s. hier
 
Ein make distclean hat schließlich geholfen. Danke!
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.