复制函数指针在一个函数指针中抛出错误

时间:2015-06-13 07:04:34

标签: casting malloc function-pointers

我有cjson代码(https://github.com/kbranigan/cJSON/blob/master/),当我在linux pc上编译时编译得很好。

但是当我编译某个嵌入式平台时,它会在

处抛出错误
set

错误是对mem_alloc和mem_free的未定义引用 但如果我调用下面的函数      char * data =(char *)mem_alloc(32);      它汇编得很好.. 编译器是xtensa编译器(xt-xcc) 是不是正确的分配方式?

0 个答案:

没有答案