zoukankan      html  css  js  c++  java
  • dpdk project gdb

    [root@localhost dpdk-19.11]# export RTE_SDK=`pwd`
    [root@localhost dpdk-19.11]# export RTE_TARGET=arm64-armv8a-linuxapp-gcc
    [root@localhost dpdk-19.11]# export EXTRA_CFLAGS="-O0 -g"  
    [root@localhost dpdk-19.11]# make -C examples/kni -j 8
    make: Entering directory `/data1/dpdk-19.11/examples/kni'
      CC main.o
      LD kni
      INSTALL-APP kni
      INSTALL-MAP kni.map
    make: Leaving directory `/data1/dpdk-19.11/examples/kni'
    [root@localhost dpdk-19.11]# gdb ./examples/kni/build/app/kni -c 0xFFFFF -n 4 -- -P -p 0x3 --config="(0,0,1),(1,2,3)"
    Excess command line arguments ignored. (4 ...)
    GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7
    Copyright (C) 2013 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "aarch64-redhat-linux-gnu".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>...
    Reading symbols from /data1/dpdk-19.11/examples/kni/build/app/kni...done.
    /data1/dpdk-19.11/0xFFFFF: No such file or directory.
    (gdb) 
  • 相关阅读:
    CCS过渡和动画
    使用Vue.prototype在vue中注册和使用全局变量
    vuex的使用
    Vue组件懒加载
    JavaScript 箭头函数(Lambda表达式)
    JS命名规范
    css命名规范
    vertical-align和line-height的理解及实例
    </2017><2018>
    给当当同学的random data
  • 原文地址:https://www.cnblogs.com/dream397/p/13569910.html
Copyright © 2011-2022 走看看