Jivin advan lays it down ...
> hi,anybody,
>   I compile hostapd-0.5.8 upon ixp425 platform with 
> snapgear-3.3.0(uclinux-2.4.31-uc0), there are so errors as below:
> 
> /snapgear/snapgear/tools/ucfront-gcc 
> /snapgear/toolchain/usr/local/bin/arm-linux-gcc -o hostapd hostapd.o eloop.o 
> ieee802_1x.o eapol_sm.o radius.o md5.o rc4.o md4.o common.o ieee802_11.o 
> config.o ieee802_11_auth.o accounting.o sta_info.o radius_client.o sha1.o 
> wpa.o aes_wrap.o ctrl_iface.o driver_conf.o os_unix.o preauth.o pmksa_cache.o 
> beacon.o hw_features.o wme.o ap_list.o reconfig.o mlme.o vlan_init.o 
> ieee802_11h.o iapp.o driver_madwifi.o ./l2_packet_linux.o eap_md5.o eap_tls.o 
> eap_peap.o eap_ttls.o eap_mschapv2.o eap_gtc.o eap_psk.o ./eap_psk_common.o 
> eap_tlv.o eap.o eap_methods.o eap_identity.o eap_tls_common.o ./tls_openssl.o 
> ./ms_funcs.o ./crypto.o
> /snapgear/snapgear/uClibc/lib/libc.so: could not read symbols: File in wrong 
> format
> collect2: ld returned 1 exit status
> make: *** [hostapd] Error 1
> 
> I want to know what is problem and how to do it .Thank you in advance 

Have you tried:

        make clean
        make oldconfig
        make

Seems like you have some stale .o files.  Actually,  the link line above
doesn't seem to include and arch flags.  Perhaps the Makefile needs
updating to include $(CFLAGS), $(LDFLAGS) and $(LDLIBS) appropriately ?

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to