根据github中的提示,发现是环境变量没有设置的问题,编译出来的文件相当于是使用的linux的编译器编译的.手册中写了windows需要设置没写linux也需要设置环境变量.另外github中只写了设置BSP_ROOT的配置,没有写RTT_ROOT也需要设置环境变量.希望两个地方可以优化一下.
另外编译器在bsp中是可以编译的但是,在apps中编译不了,需要重新安装编译器有点奇怪
github:
Build the POSIX application in the host
If you didn’t set RTT_ROOT/BSP_ROOT, The command scons —app=hello will build the program in host environment, for example, build it as a Linux program.
Therefore, only POSIX application can be built like that.
少截取了一条打印,正常的size不会为0.如果为0,那么就是有问题的。