This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Link error on Windows 7 32 bits

0

Hi all, the link error happened on Win 7, 32 bits as following...


Linking libwireshark.dll
        link  /INCREMENTAL:NO /NOLOGO -entry:[email protected] -dll kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib shell32.lib psapi.lib  /DEBUG /MACHINE:x86 /SafeSEH /DYNAMICBASE /FIXED:no   /OUT:libwireshark.dll  /IMPLIB:libwireshark.lib addr_and_mask.obj addr_resolv.obj address_to_str.obj afn.obj aftypes.obj app_mem_usage.obj asn1.obj atalk-utils.obj charsets.obj circuit.obj column.obj column-utils.obj conversation.obj crc16-tvb.obj crc32-tvb.obj crc8-tvb.obj decode_as.obj disabled_protos.obj dissector_filters.obj dvb_chartbl.obj dwarf.obj emem.obj epan.obj ex-opt.obj except.obj expert.obj exported_pdu.obj filter_expressions.obj follow.obj frame_data.obj frame_data_sequence.obj frequency-utils.obj funnel.obj gcp.obj geoip_db.obj golay.obj guid-utils.obj h225-persistentdata.obj in_cksum.obj ipproto.obj ipv4.obj next_tvb.obj oids.obj osi-utils.obj packet-range.obj packet.obj prefs.obj print.obj proto.obj range.obj reassemble.obj reedsolomon.obj req_resp_hdrs.obj show_exception.obj sigcomp_state_hdlr.obj sigcomp-udvm.obj sminmpec.obj sna-utils.obj stat_cmd_args.obj stats_tree.obj strutil.obj stream.obj t35.obj tap.obj timestamp.obj timestats.obj tfs.obj to_str.obj tvbparse.obj tvbuff_base64.obj tvbuff_composite.obj tvbuff_real.obj tvbuff_subset.obj tvbuff_zlib.obj tvbuff.obj uat.obj value_string.obj xdlc.obj diam_dict.obj dtd_parse.obj dtd_preparse.obj radius_dict.obj uat_load.obj dtd_grammar.obj ps.obj  C:\Wireshark-win32-libs\gtk3\lib\glib-2.0.lib  C:\Wireshark-win32-libs\gtk3\lib\gmodule-2.0.lib  C:\Wireshark-win32-libs\gtk3\lib\gobject-2.0.lib C:\Wireshark-win32-libs\c-ares-1.9.1-1-win32ws\lib\libcares-2.lib    C:\Wireshark-win32-libs\kfw-3-2-2-i386-ws-vc6\lib\krb5_32.lib    C:\Wireshark-win32-libs\zlib125\lib\zdll.lib   C:\Wireshark-win32-libs\gnutls-2.12.18-1.2-win32ws\bin\libtasn1-3.lib      C:\Wireshark-win32-libs\gnutls-2.12.18-1.2-win32ws\bin\libgpg-error-0.lib       C:\Wireshark-win32-libs\gnutls-2.12.18-1.2-win32ws\bin\libgcrypt-11.lib  C:\Wireshark-win32-libs\gnutls-2.12.18-1.2-win32ws\bin\libgnutls-26.lib  C:\Wireshark-win32-libs\lua5.1.4\lua5.1.lib    C:\Wireshark-win32-libs\libsmi-svn-40773-win32ws\lib\libsmi-2.lib  C:\Wireshark-win32-libs\GeoIP-1.5.1-2-win32ws\lib\libGeoIP-1.lib  ..\wsutil\libwsutil.lib  ..\wiretap\wiretap-1.11.0.lib  crypt\airpdcap.lib  ftypes\ftypes.lib  dfilter\dfilter.lib  wmem\wmem.lib  wslua\wslua.lib    dissectors\dissectors.lib ..\image\libwireshark.res  dissectors\register.obj  asm_utils_win32_x86.obj
   libwireshark.lib ????? ? libwireshark.exp ??? ???? ????.

dissectors.lib(packet-ncp-sss.obj) : error LNK2001: _ett_nds ?? ??? ??? ? ????. libwireshark.dll : fatal error LNK1120: 1?? ??? ? ?? ?? ?????.

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\Bi n\link.EXE"' : '0x460' ?? ?????. Stop.

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\Bi n\nmake.exe"' : '0x2' ?? ?????. Stop.


can I find any solution? Thank you

asked 22 Jan ‘14, 01:54

ssmage's gravatar image

ssmage
1222
accept rate: 0%

edited 22 Jan ‘14, 02:23

grahamb's gravatar image

grahamb ♦
19.8k330206

Python version is now 3.3.3 It could be problem?

(22 Jan ‘14, 02:16) ssmage


One Answer:

0

Unfortunately the actual link error has been replaced with ???, probably due an alternate code page in use. The symbol ett_nds is exported from packet-ncp.c. Have you tried an nmake -f Makefile.nmake clean?

I think we still recommend Python2.

answered 22 Jan '14, 02:31

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%