DPDK patches and discussions
 help / color / mirror / Atom feed
From: Marc Sune <marc.sune@bisdn.de>
To: "Wiles, Roger Keith" <keith.wiles@windriver.com>
Cc: "<dev@dpdk.org>" <dev@dpdk.org>
Subject: Re: [dpdk-dev] Unable to compile DPDK 1.5 on Debian GNU/Linux: lib/librte_eal/linuxapp/igb_uio
Date: Mon, 04 Nov 2013 16:14:10 +0100	[thread overview]
Message-ID: <5277B9C2.8020400@bisdn.de> (raw)
In-Reply-To: <5455F278-B5B5-48B8-AE6F-941DF0F7E4F4@windriver.com>

Thank you Keith,

But I already tried that before sending the first email. The problem is 
that verbose is not showing much more:

marc@bisdn-dev:~/BISDN/dpdk$ make install T=x86_64-default-linuxapp-gcc V=1
make -f /home/marc/BISDN/dpdk/mk/rte.sdkinstall.mk install
================== Installing x86_64-default-linuxapp-gcc
if [ ! -f ./x86_64-default-linuxapp-gcc/.config ]; then \
         make config T=x86_64-default-linuxapp-gcc 
O=./x86_64-default-linuxapp-gcc; \
     fi
make all O=./x86_64-default-linuxapp-gcc
make -f /home/marc/BISDN/dpdk/mk/rte.sdkconfig.mk checkconfig
make -f /home/marc/BISDN/dpdk/mk/rte.sdkconfig.mk \
         headerconfig NODOTCONF=1
make -f /home/marc/BISDN/dpdk/mk/rte.sdkbuild.mk all
== Build scripts
make S=scripts -f /home/marc/BISDN/dpdk/scripts/Makefile -C 
/home/marc/BISDN/dpdk/x86_64-default-linuxapp-gcc/build/scripts all
== Build scripts/testhost
== Build lib
make S=lib -f /home/marc/BISDN/dpdk/lib/Makefile -C 
/home/marc/BISDN/dpdk/x86_64-default-linuxapp-gcc/build/lib all
== Build lib/librte_eal
== Build lib/librte_eal/common
== Build lib/librte_eal/linuxapp
== Build lib/librte_eal/linuxapp/igb_uio
make[8]: *** No targets specified and no makefile found.  Stop.
make[7]: *** [igb_uio.ko] Error 2
make[6]: *** [igb_uio] Error 2
make[5]: *** [linuxapp] Error 2
make[4]: *** [librte_eal] Error 2
make[3]: *** [lib] Error 2
make[2]: *** [all] Error 2
make[1]: *** [x86_64-default-linuxapp-gcc_install] Error 2
make: *** [install] Error 2

Just in case:

marc@bisdn-dev:~/BISDN/dpdk$ env
SHELL=/bin/bash
TERM=xterm
XDG_SESSION_COOKIE=31d6be46f13c5b86ec43fa0a51137930-1383577812.491991-1808035865
SSH_CLIENT=10.0.0.1 50209 22
SSH_TTY=/dev/pts/8
USER=marc
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
MAIL=/var/mail/marc
PWD=/home/marc/BISDN/dpdk
LANG=ca_ES.UTF-8
HOME=/home/marc
SHLVL=2
LOGNAME=marc
SSH_CONNECTION=10.0.0.1 50209 10.0.0.2 22
DISPLAY=localhost:18.0
_=/usr/bin/env
OLDPWD=/home/marc/BISDN


I also tried with make -d, but wasn't showing anything abnormal either. 
I have the feeling that it is a Makefile path variable in the "root 
Makefiles" that is assumed to be there, and paths are constructed using 
it, but for some reason it is not there or incorrectly defined.

Thank you and regards
marc


On 04/11/13 16:02, Wiles, Roger Keith wrote:
> 'make install T=x86_64-default-linuxapp-gcc V=1'

  reply	other threads:[~2013-11-04 15:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04 12:58 Marc Sune
2013-11-04 14:21 ` Cyril Cressent
2013-11-04 14:48   ` Marc Sune
2013-11-04 15:02     ` Wiles, Roger Keith
2013-11-04 15:14       ` Marc Sune [this message]
2013-11-04 15:35 ` Cyril Cressent
2013-11-04 18:06 ` Thomas Monjalon
2013-11-04 20:53   ` Marc Sune
2013-11-05 15:42     ` Cyril Cressent
2013-11-05 15:50       ` Marc Sune

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5277B9C2.8020400@bisdn.de \
    --to=marc.sune@bisdn.de \
    --cc=dev@dpdk.org \
    --cc=keith.wiles@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).