undefined reference to rpl

    技术2022-07-03  169

    在编译arm-linux程序时,莫名的出现  undefined reference to rpl_malloc

    google搜索得configure的时候加上--with-gnu-ld和config.h里加上#undefine rpl_malloc都不能解决问题。

     

    继续搜索,有位大侠指出config.h.in里定义了

    #undef malloc#undef realloc

     

    查看config.h.in 果然如此。

    屏蔽掉以上二句,OK

     

    参考

    http://blog.csdn.net/linux_lyb/archive/2008/12/17/3536911.aspx


    最新回复(0)