dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Olivier MATZ <olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: sothy shan <sothy.e98-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Neil Horman <nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Cc: "dev-VfR2kkLFssw@public.gmane.org" <dev-VfR2kkLFssw@public.gmane.org>
Subject: Re: No probed ethernet devices /DPDP 1.7.1 in Fedora 21
Date: Fri, 16 Jan 2015 15:27:47 +0100	[thread overview]
Message-ID: <54B91FE3.8010607@6wind.com> (raw)
In-Reply-To: <CAHcF_0aOrPFX05D03i0y2eVt8o2BEbvTkS3wFE_waGTbg0XXAw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Hi Sothy,

On 01/16/2015 03:10 PM, sothy shan wrote:
> I guess you are completely wrong.
> 
> Becasue when I do
> 
> make config T=x86_64-ivshmem-linuxapp-gcc
> make
> 
> Testpmd works.
> 
> When I do  with
> 
> export RTE_SDK=$(pwd)export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc"
> make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y
> install T="$RTE_TARGET"

Are you sure that this syntax is supported by the build system?

As far as I know, RTE_SDK and RTE_TARGET must be defined when building
an external application (like in examples), not when building test-pmd
app which is a sdk built-in.

Also, I'm not sure passing a CONFIG_XYZ=y variable will be properly
taken in account by the build system. Where did you found this syntax?
The proper way is:

  make config T=x86_64-ivshmem-linuxapp-gcc O=my_dir
  ${EDITOR} my_dir/.config
  make O=my_dir

One last comment, please be careful when copy/pasting commands in
mails as there are typos in some of your commands. A reader could
expect that your problem comes from this:

  $ export RTE_SDK=$(pwd)export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc"
  $ echo $RTE_SDK
  /home/userexport

Regards,
Olivier

  parent reply	other threads:[~2015-01-16 14:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-24 13:26 No probed ethernet devices /DPDP 1.7.1 in Fedora 21 sothy shan
     [not found] ` <CAHcF_0a2GuS=8zzTFFQq_iLfpss1aVuQKXMNUcyHUFH-sVRN8Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-24 15:03   ` Masaru Oki
2014-12-24 15:04   ` Neil Horman
     [not found]     ` <20141224150401.GB23653-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-12-25  9:11       ` sothy shan
     [not found]         ` <CAHcF_0bCX8qc3xTJGw8kM3B8AzQpgxGghqs+ctYyRycgKsvEUQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-25 17:08           ` Neil Horman
     [not found]             ` <20141225170848.GA3199-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-12-26  8:01               ` sothy shan
     [not found]                 ` <CAHcF_0bjH=1F5NVCE5bzYuPTczOeRyEZsgrs4twP+Y0HYfxA5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-26 14:37                   ` Neil Horman
     [not found]                     ` <20141226143737.GB5567-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2015-01-09 16:20                       ` sothy shan
2015-01-10 12:44                         ` Neil Horman
     [not found]                           ` <20150110124431.GA14681-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2015-01-16 14:10                             ` sothy shan
     [not found]                               ` <CAHcF_0aOrPFX05D03i0y2eVt8o2BEbvTkS3wFE_waGTbg0XXAw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-16 14:27                                 ` Olivier MATZ [this message]
     [not found]                                   ` <54B91FE3.8010607-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-01-16 16:07                                     ` sothy shan
     [not found]                                       ` <CAHcF_0aNiDksGEU3hofHYai2ddYyLKdHaNKc-y_t3Uns4uoJ4g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-01-16 16:35                                         ` Olivier MATZ
     [not found]                                           ` <54B93DCE.50607-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2015-01-16 16:47                                             ` sothy shan

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=54B91FE3.8010607@6wind.com \
    --to=olivier.matz-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
    --cc=sothy.e98-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /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).