我编译ucos的test时出现以下问题
# make configbuilding target platform is /bin/sh: line 1: test: =: unary operator expected
/bin/sh: line 1: test: =: unary operator expected
???
------------------------------------------
I can not guess the host operation system
please set OSTYPE variable in rules.make !
------------------------------------------
Hint: next, you can "make dep" this project now...
当我make dep
make
后没有。elf文件
怎么回事 需要设置一个环境变量
export OSTYPE=linux
页:
[1]