|
我的系统是fedora8,装了arm-elf-gcc2.95.3,我的OSTYPE是Linux,问题在哪里呢?谢谢
如下:
[root@localhost ucos_test]# make config
building target platform is /bin/sh: line 0: test: =: unary operator expected
/bin/sh: line 4: test: =: unary operator expected
???
------------------------------------------
I can not guess the host operation system
please set OSTYPE variable in rules.make !
or execute command export OSTYPE=linux-gnu
in bash shell, if your host system is linux.
or execute commands export OSTYPE=cygwin
in cygwin bash shell, if your host system is cgwin.
Then you should try make config again!
------------------------------------------
Hint: next, you can "make dep" this project now... |
|