rtems-users Digest, Vol 65, Issue 8

neo neo_cpp_c at 126.com
Sun Mar 4 08:56:55 UTC 2012



rtems-users-request at rtems.org编写:

>Send rtems-users mailing list submissions to
>	rtems-users at rtems.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://www.rtems.org/mailman/listinfo/rtems-users
>or, via email, send a message with subject or body 'help' to
>	rtems-users-request at rtems.org
>
>You can reach the person managing the list at
>	rtems-users-owner at rtems.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of rtems-users digest..."
>
>
>Today's Topics:
>
>   1. Status of LPC17xx support. (jian zhang)
>   2. Mission function - rtems_filesystem_default_fpathconf
>      (Wendell Silva)
>   3. Re: Mission function - rtems_filesystem_default_fpathconf
>      (Wendell Silva)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 11 Feb 2012 16:57:17 +1100
>From: jian zhang <imagezhang.tech at gmail.com>
>To: rtems-users at rtems.org
>Subject: Status of LPC17xx support.
>Message-ID:
>	<CAEE5tjfbO6jt7_4dS=B7a_yqiQMV2arOuN4QjKF60zKoq4mOyg at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi Sebastian,
>
>I found in the lpc24xx bsp directory that you have added lpc17xx support.
>When I was trying to add a lpc1768 target to that bsp family, seems there
>were still bits of pieces missing.
>
>Just wondering what's the current status of lpc17xx support? Have you got
>any local modification which has not been committed yet?
>
>Anyway, thanks for bringing the cortex-m3 support to rtems.
>
>Best Regards,
>Jian
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://www.rtems.org/pipermail/rtems-users/attachments/20120211/a78b3773/attachment-0001.html>
>
>------------------------------
>
>Message: 2
>Date: Sat, 11 Feb 2012 12:07:13 -0200
>From: Wendell Silva <silvawp at gmail.com>
>To: rtems-users at rtems.org
>Subject: Mission function - rtems_filesystem_default_fpathconf
>Message-ID:
>	<CAF69O75yWtp8j8=8utw=DROg9BWahybOAeY23ng_Q7KCGyqtSQ at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi,
>
>I compiled RTEMS (git master - 4.10.99.0) for arm/csb337 with
>ENABLE_UMON=1 and ENABLE_UMON_CONSOLE=1.
>
>And, seems that rtems_filesystem_default_fpathconf has been vanish from the
>RTEMS land.
>
>Is there any substitute for this function?
>
>
>Error description:
>
>arm-rtems4.10-gcc --pipe -B../../../../../.././lib/
>-B../../../../../.././csb637/lib/ -specs bsp_specs -qrtems -DHAVE_CONFIG_H
>  -isystem ../../../../../.././csb637/lib/include
>-mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft -O2 -g
> -Wall -Wmissing-prototypes -Wimplicit-function-declaration
>-Wstrict-prototypes -Wnested-externs -MT tfsDriver.o -MD -MP -MF
>.deps/tfsDriver.Tpo -c -o tfsDriver.o `test -f
>'../../shared/umon/tfsDriver.c' || echo
>'/home/developer/rtems/git/rtems/c/src/lib/libbsp/arm/csb337/'`../../shared/umon/tfsDriver.c
>
>/home/developer/rtems/git/rtems/c/src/lib/libbsp/arm/csb337/../../shared/umon/tfsDriver.c:734:
>error: 'rtems_filesystem_default_fpathconf' undeclared here (not in a
>function)
>
>
>
>
>-- 
>Att.
>Wendell P. Silva
>+55 12 8114-8018
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://www.rtems.org/pipermail/rtems-users/attachments/20120211/6189846e/attachment-0001.html>
>
>------------------------------
>
>Message: 3
>Date: Sat, 11 Feb 2012 14:54:12 -0200
>From: Wendell Silva <silvawp at gmail.com>
>To: rtems-users at rtems.org
>Subject: Re: Mission function - rtems_filesystem_default_fpathconf
>Message-ID:
>	<CAF69O76R-pgRiSjV21hPQ9EgDAaKdrfx7kdYqiRsxO7D_O2dVQ at mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Now I figure out that  rtems_filesystem_default_fpathconf is no longer
>available.
>I deleted the reference for it in libbbsp/shared/umon/tfsDriver.c and the
>compilation worked.
>
>I've just uploaded and documented a patch at bugzilla.rtems.org.
>
>Thanks.
>
>Wendell
>
>2012/2/11 Wendell Silva <silvawp at gmail.com>
>
>> Hi,
>>
>> I compiled RTEMS (git master - 4.10.99.0) for arm/csb337 with
>> ENABLE_UMON=1 and ENABLE_UMON_CONSOLE=1.
>>
>> And, seems that rtems_filesystem_default_fpathconf has been vanish from
>> the RTEMS land.
>>
>> Is there any substitute for this function?
>>
>>
>> Error description:
>>
>> arm-rtems4.10-gcc --pipe -B../../../../../.././lib/
>> -B../../../../../.././csb637/lib/ -specs bsp_specs -qrtems -DHAVE_CONFIG_H
>>   -isystem ../../../../../.././csb637/lib/include
>> -mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft -O2 -g
>>  -Wall -Wmissing-prototypes -Wimplicit-function-declaration
>> -Wstrict-prototypes -Wnested-externs -MT tfsDriver.o -MD -MP -MF
>> .deps/tfsDriver.Tpo -c -o tfsDriver.o `test -f
>> '../../shared/umon/tfsDriver.c' || echo
>> '/home/developer/rtems/git/rtems/c/src/lib/libbsp/arm/csb337/'`../../shared/umon/tfsDriver.c
>>
>> /home/developer/rtems/git/rtems/c/src/lib/libbsp/arm/csb337/../../shared/umon/tfsDriver.c:734:
>> error: 'rtems_filesystem_default_fpathconf' undeclared here (not in a
>> function)
>>
>>
>>
>>
>>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://www.rtems.org/pipermail/rtems-users/attachments/20120211/bb59258a/attachment-0001.html>
>
>------------------------------
>
>_______________________________________________
>rtems-users mailing list
>rtems-users at rtems.org
>http://www.rtems.org/mailman/listinfo/rtems-users
>
>
>End of rtems-users Digest, Vol 65, Issue 8
>******************************************




More information about the users mailing list