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: Re: an error about RTEMS compile when make

2015-03-05 Thread zhengyazhou
When I first time configure and make,here comes the error in make : configure: error: in `/archive/rtems-4.10.2/build-rtems/arm-rtems4.10/c/csb337': configure: error: C compiler cannot create executables then I execute the command $ ln -s /bin/gcc.exe /bin/cc.exe ( copy from Using MS-Windows

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

Re: an error about RTEMS compile when make

2015-03-04 Thread Joel Sherrill
You are going to have to provide more details. Host, target, configure command, cut and paste of the error with some context around it. On March 4, 2015 9:09:15 PM CST, zhengyazhou wrote: >Hi , >I meet error257 when I compile the RTEMS source code.I want to know the >error type and how to hand