Re:Re: Re: Re: an error about RTEMS compile when make

2015-03-06 Thread zhengyazhou
Gedare, The second problem can be solved by command $ ln -s /bin/gcc.exe /bin/cc.exe but comes the error when make : >> Making all in csb337 >> make[2]: Entering directory >> '/archive/rtems-4.10.2/build-rtems/arm-rtems4.10/c/csb337' >> make[2]: *** No rule to make target 'all'。 停止。 >> make[2]: L

Re: Re: Re: an error about RTEMS compile when make

2015-03-06 Thread Gedare Bloom
Asher, I see two problems. First, is that the native compiler is failing for some reason in the tools subdirectory, which is the only part of RTEMS that gets compiled by the native compiler. From what I can tell it appears like the native compiler is not finding the dlls needed to compile argumen

Re: Re: an error about RTEMS compile when make

2015-03-05 Thread Gedare Bloom
No errors during configure? Paste a little more of the make output, it seems like something else is missing... The cygwin build can be a little bit hit-or-miss, although I think 4.10 should work... Gedare On Wed, Mar 4, 2015 at 11:42 PM, zhengyazhou wrote: > Thank you for answering me,here is t