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
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
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
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
Thank you for answering me,here is the details
Host : MS windows and I use Cygwin for RTEMS development
device : ARM based target
I installed the Prebuild Toolset on Cygwin,then uncompress the RTEMS source
code in the file C/Cygwin64/
then execute the following command in the Cygwi
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
Hi ,
I meet error257 when I compile the RTEMS source code.I want to know the error
type and how to handle this error
best regards ,
Asher
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
Hi ,
I am a chinese student learning RTEMS ,I meet an error when I compile the
RTEMS source code under the cygwin .
bellowed is the detail of the problem
error
and
I think there also has something wrong in this place
I hope you can fixed this problem for me and I will be very grateful,thank y