摘要:
1. 编译代码出现问题 error: expected declaration specifiers or '...' before numeric constant void free(void *); 2. 先研究下这个free函数,应用代码调用的底层在哪里?看起来是stdlib.h头文件的,那 阅读全文
摘要:
1. 交叉编译mipsel-openwrt-linux-gcc,的时候出现一个wanring 进入编译目录,输入指令 export STAGING_DIR=/home/qhq/openert_mt7621/toolchain_mipsel_24kc_gcc_8.3/bin:$STAGING_DIR 阅读全文