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) 
  • 相关阅读:
    jQuery实现 自动滚屏操作
    jQuery实现全选、全不选以及反选操作
    读曾国藩
    把时间当作朋友 之感知时间
    把时间当作朋友4未知永远存在
    Android N 设置中语言列表介绍
    如何编译ICU资源
    idea常用快捷键
    shell 笔记
    Json笔记
  • 原文地址:https://www.cnblogs.com/dream397/p/13569910.html
Copyright © 2011-2022 走看看