* build failure of latest ethtool
@ 2012-12-06 16:06 Or Gerlitz
2012-12-06 16:29 ` Ben Hutchings
0 siblings, 1 reply; 3+ messages in thread
From: Or Gerlitz @ 2012-12-06 16:06 UTC (permalink / raw)
To: Ben Hutchings; +Cc: netdev
Hi Ben,
FYI, building the latest ethtool git fails since sfpid.c is not present
in the Makefile. Once I built it manually and added to the linkage line,
ethtool builds OK.
$ gcc -Wall -g -O2 -o ethtool ethtool.o amd8111e.o de2104x.o e100.o
e1000.o igb.o fec_8xx.o ibm_emac.o ixgb.o ixgbe.o natsemi.o pcnet32.o
realtek.o tg3.o marvell.o vioc.o smsc911x.o at76c50x-usb.o sfc.o
stmmac.o rxclass.o
ethtool.o: In function `do_getmodule':
/upstream/ethtool/ethtool.c:3616: undefined reference to `sff8079_show_all'
collect2: ld returned 1 exit status
make[1]: *** [ethtool] Error 1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: build failure of latest ethtool
2012-12-06 16:06 build failure of latest ethtool Or Gerlitz
@ 2012-12-06 16:29 ` Ben Hutchings
2012-12-06 16:33 ` Or Gerlitz
0 siblings, 1 reply; 3+ messages in thread
From: Ben Hutchings @ 2012-12-06 16:29 UTC (permalink / raw)
To: Or Gerlitz; +Cc: netdev
On Thu, 2012-12-06 at 18:06 +0200, Or Gerlitz wrote:
> Hi Ben,
>
> FYI, building the latest ethtool git fails since sfpid.c is not present
> in the Makefile.
[...]
If you want to build from git you have to run:
./autogen.sh && ./configure && make
Ben.
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-06 16:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 16:06 build failure of latest ethtool Or Gerlitz
2012-12-06 16:29 ` Ben Hutchings
2012-12-06 16:33 ` Or Gerlitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox