Browse By Tags

  • 关于ARM DS-5调试linux应用程序的时候报kernel too old

    我的ARM DS-5是5.19版的

    用DS-GCC的编译链,将程序编译好后,我用RES模式准备单步调试;

    爆出错信息如下

    Preparing the debug session

    # cd "/home/hehe/ads"
    # export LD_LIBRARY_PATH=".:/home/hehe/ads:$LD_LIBRARY_PATH"
    # gdbserver :5000 "/home/hehe/ads/helloworld"
    FATAL: kernel…