18:20:51 **** Incremental Build of configuration Default for project sylixos-base ****
make all
0 [main] sh 2776 sync_with_child: child 8820(0x164) died before initialization with status code 0xC0000142
13 [main] sh 2776 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
make: *** [all] Error 128作者: andy_wsj 时间: 2017-2-5 11:05
我没有使用eclipse工程,安装了Git,有一个git b-shell,安装官网git tools下载的window环境make工具,自己下载编译器4.9.3并加到windows环境变量,换掉reent.h文件,直接在git的b-shell里面make成功
修改makefile文件,编译完成后将.bin文件用cpy命令拷贝到tftp目录,开发板使用uboot的tftp启动,make结束,直接按reset就能装载运行刚才的编译结果
代码编辑查看使用sourceinsight3.5,习惯用这个