huxud1982 发表于 2007-11-29 14:30:29

求助:ucosii4skyeye在make config时碰到问题

我的系统是fedora8,装了arm-elf-gcc2.95.3,我的OSTYPE是Linux,问题在哪里呢?谢谢
如下:
# 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...

ksh 发表于 2007-11-30 12:58:37

As the following hints do you run "export OSTYPE=linux-gnu" ??
####################################################################################
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,

huxud1982 发表于 2007-11-30 18:52:34

well ,Thanks!i get it!thank u very much!
页: [1]
查看完整版本: 求助:ucosii4skyeye在make config时碰到问题