Reply by sachin dhiman July 24, 20092009-07-24
hi,
i will like to thank all of your for supporting me.

i able to build this project. Thanks you all.
On Fri, Jul 24, 2009 at 10:20 AM, sachin dhiman
wrote:

> hi,
> thanks for your prompt reply i will try this and revert back to all of you.
> On Fri, Jul 24, 2009 at 8:55 AM, Felipe de Andrade Neves Lavratti <
> f...@gmail.com> wrote:
>
>> Peaple. theese errors are newlib related.
>>
>> Mate, add this file to the be compiled on THUMB mode doing this: just add
>> "syscalls.c \" under "main.c \" on the Makefile
>>
>> SEE FILE ATACHED.
>> this file is the reentrances of the newlib. on the function _wirte_ you
>> can
>> add UART_PutChar() like function so the printf() will be retargeted to the
>> uart.. reading the file I gess you will understand.
>> 2009/7/23 42Bastian
>> >
>> >
>> >
>> > sachin dhiman schrieb:
>> > > hi,
>> > > Thanks for support,
>> > > -mthumb-interwork reduce errors, but still 13 errors are there.
>> >
>> > Don't know much about FreeRTOS, but you might try google:
>> > _read_r FreeRTOS
>> >
>> > :-)
>> >
>> > --
>> > 42Bastian
>> > ------------------
>> > Parts of this email are written with invisible ink.
>> >
>> > Note: SPAM-only account, direct mail to bs42@...
>> >
>> >
>> >
>>
>>
>>
>>
>>


An Engineer's Guide to the LPC2100 Series

Reply by sachin dhiman July 24, 20092009-07-24
hi,
thanks for your prompt reply i will try this and revert back to all of you.

On Fri, Jul 24, 2009 at 8:55 AM, Felipe de Andrade Neves Lavratti <
f...@gmail.com> wrote:

> Peaple. theese errors are newlib related.
>
> Mate, add this file to the be compiled on THUMB mode doing this: just add
> "syscalls.c \" under "main.c \" on the Makefile
>
> SEE FILE ATACHED.
> this file is the reentrances of the newlib. on the function _wirte_ you can
> add UART_PutChar() like function so the printf() will be retargeted to the
> uart.. reading the file I gess you will understand.
> 2009/7/23 42Bastian
> >
> >
> >
> > sachin dhiman schrieb:
> > > hi,
> > > Thanks for support,
> > > -mthumb-interwork reduce errors, but still 13 errors are there.
> >
> > Don't know much about FreeRTOS, but you might try google:
> > _read_r FreeRTOS
> >
> > :-)
> >
> > --
> > 42Bastian
> > ------------------
> > Parts of this email are written with invisible ink.
> >
> > Note: SPAM-only account, direct mail to bs42@...
> >
> >
> >
>
>
>


Reply by Felipe de Andrade Neves Lavratti July 24, 20092009-07-24
Peaple. theese errors are newlib related.

Mate, add this file to the be compiled on THUMB mode doing this: just add
"syscalls.c \" under "main.c \" on the Makefile

SEE FILE ATACHED.
this file is the reentrances of the newlib. on the function _wirte_ you can
add UART_PutChar() like function so the printf() will be retargeted to the
uart.. reading the file I gess you will understand.
2009/7/23 42Bastian

> sachin dhiman schrieb:
> > hi,
> > Thanks for support,
> > -mthumb-interwork reduce errors, but still 13 errors are there.
>
> Don't know much about FreeRTOS, but you might try google:
> _read_r FreeRTOS
>
> :-)
>
> --
> 42Bastian
> ------------------
> Parts of this email are written with invisible ink.
>
> Note: SPAM-only account, direct mail to bs42@...
>


Reply by 42Bastian July 23, 20092009-07-23
sachin dhiman schrieb:
> hi,
> Thanks for support,
> -mthumb-interwork reduce errors, but still 13 errors are there.

Don't know much about FreeRTOS, but you might try google:
_read_r FreeRTOS

:-)

--
42Bastian
------------------
Parts of this email are written with invisible ink.

Note: SPAM-only account, direct mail to bs42@...
Reply by FreeRTOS info July 23, 20092009-07-23
> i am using yagarto tools.
> errors and warning are attached with email.
> Please suggest me as i am very frustrated, i am working over
> this since
> last 5 hours but things are not working.

The actual errors are at the very bottom of the print out and relate to your
lack of syscalls. Go back to the Yagarto page - to the link from which you
downloaded the tools - about one centimetre under the link it tells you what
you need to do to use the compiler.

> Please please help me.

I'm trying but you need to help too.

Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.FreeRTOS.org/Documentation
Buy the FreeRTOS eBook and get the reference manual free (July only).
Reply by sachin dhiman July 23, 20092009-07-23
hi,
Thanks for support,
-mthumb-interwork reduce errors, but still 13 errors are there.

----------------
errors:
e:/program
files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-stdio.o):
In function `__sread':

C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:48:
undefined reference to `_read_r'
collect2: ld returned 1 exit status

----------------
I guess this may be library issue ?

Please suggest me for that.

On Thu, Jul 23, 2009 at 5:18 PM, 42Bastian wrote:

> sachin dhiman schrieb:
> > Dear Richard,
> > i am using eclipse v 3.4.0.
> > i have read instructions for STATEVIEWER plugin.
> > But i am not able to build any project related to freertos.
> > I am trying to build "ARM7_LPC2368_Eclipse" project. but getting 35
> errors
>
> Did you read the warnings ?
>
> >warning: interworking not enabled.
>
> So why don't you just enable interworking ( -mthumb-interwork) ?
>
> Ah, and please cut down your email the next time. One line of every
> error/warning would have been enough.
>
> --
> 42Bastian
> ------------------
> Parts of this email are written with invisible ink.
>
> Note: SPAM-only account, direct mail to bs42@...
>
>


Reply by 42Bastian July 23, 20092009-07-23
sachin dhiman schrieb:

> Dear Richard,
> i am using eclipse v 3.4.0.
> i have read instructions for STATEVIEWER plugin.
> But i am not able to build any project related to freertos.
> I am trying to build "ARM7_LPC2368_Eclipse" project. but getting 35 errors

Did you read the warnings ?

>warning: interworking not enabled.

So why don't you just enable interworking ( -mthumb-interwork) ?

Ah, and please cut down your email the next time. One line of every
error/warning would have been enough.

--
42Bastian
------------------
Parts of this email are written with invisible ink.

Note: SPAM-only account, direct mail to bs42@...
Reply by sachin dhiman July 23, 20092009-07-23
Dear Richard,
i am using eclipse v 3.4.0.
i have read instructions for STATEVIEWER plugin.
But i am not able to build any project related to freertos.
I am trying to build "ARM7_LPC2368_Eclipse" project. but getting 35 errors
and 25 warnings. I have done setting of eclipse as per following webpage:
http://www.freertos.org/Eclipse.html" target="_blank" rel="nofollow">http://www.freertos.org/index.html?http://www.freertos.org/Eclipse.html

i am using yagarto tools.
errors and warning are attached with email.
Please suggest me as i am very frustrated, i am working over this since
last 5 hours but things are not working.
Please please help me.

Kind regards
Sachin

On Thu, Jul 23, 2009 at 1:38 PM, FreeRTOS info wrote:

> > I am new wanted to learn freertos please guide me how to start.
>
> http://www.freertos.org/FreeRTOS-quick-start-guide.html
> http://www.freertos.org/FreeRTOS-screen-casts/RTOS-screen-casts.html
>
> > one more thing,
> > i have downloaded STATEVIEWER Plug-in from
> > http://www.highintegritysystems.com
> > for eclipse and IAR.
> > For IAR i am able to work. But for eclipse + YAGARTO tools i
> > am not able to
> > use it.
> > Please suggest me how to use it for eclipse.
>
> Which version of Eclipse are you using. Did you see the instructions in the
> pdf that comes with the plug-in?
>
> Regards,
> Richard.
>
> + http://www.FreeRTOS.org
> Designed for Microcontrollers. More than 7000 downloads per month.
>
> + http://www.FreeRTOS.org/Documentation
> Buy the FreeRTOS eBook and get the reference manual free (July only).
>
>

----------

first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../Common/Minimal/BlockQ.o(xAreBlockingQueuesStillRunning): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../Common/Minimal/dynamic.o(xAreDynamicPriorityTasksStillRunning): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSendFromISR): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../Common/Minimal/BlockQ.o(vStartBlockingQueueTasks): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../Common/Minimal/flash.o(vStartLEDFlashTasks): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../Common/Minimal/dynamic.o(vStartDynamicPriorityTasks): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskStartScheduler): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: main.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./LCD/portlcd.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/blocktim.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(uxTaskPriorityGet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskPrioritySet): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/GenQTest.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskCreate): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskSuspend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(uxQueueMessagesWaiting): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskResume): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ../../Common/Minimal/QPeek.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericReceive): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(xTaskGetTickCount): warning: interworking not enabled.
first occurrence: ./webserver/uIP_Task.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/tasks.o(vTaskDelay): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueCreate): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: ../../../Source/queue.o(xQueueGenericSend): warning: interworking not enabled.
first occurrence: ./webserver/emac.o: Thumb call to ARM
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/bin/ld.exe: region ram overflowed by 5004 bytes
../../Common/Minimal/GenQTest.o: In function `vStartGenericQueueTasks':
E:\FreeRTOS\Demo\ARM7_LPC2368_Eclipse\RTOSDemo/../../Common/Minimal/GenQTest.c:149: undefined reference to `xQueueCreateMutex'
./webserver/httpd-cgi.o: In function `generate_rtos_stats':
E:\FreeRTOS\Demo\ARM7_LPC2368_Eclipse\RTOSDemo/webserver/httpd-cgi.c:215: undefined reference to `vTaskList'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-freer.o): In function `_malloc_trim_r':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdlib/../../../../../../../newlib-1.17.0/newlib/libc/stdlib/mallocr.c:3326: undefined reference to `_sbrk_r'
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdlib/../../../../../../../newlib-1.17.0/newlib/libc/stdlib/mallocr.c:3335: undefined reference to `_sbrk_r'
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdlib/../../../../../../../newlib-1.17.0/newlib/libc/stdlib/mallocr.c:3340: undefined reference to `_sbrk_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-mallocr.o): In function `malloc_extend_top':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdlib/../../../../../../../newlib-1.17.0/newlib/libc/stdlib/mallocr.c:2160: undefined reference to `_sbrk_r'
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdlib/../../../../../../../newlib-1.17.0/newlib/libc/stdlib/mallocr.c:2197: undefined reference to `_sbrk_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-makebuf.o): In function `__smakebuf_r':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/makebuf.c:59: undefined reference to `_fstat_r'
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/makebuf.c:110: undefined reference to `_isatty_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-stdio.o): In function `__sclose':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:124: undefined reference to `_close_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-stdio.o): In function `__sseek':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:106: undefined reference to `_lseek_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-stdio.o): In function `__swrite':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:78: undefined reference to `_lseek_r'
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:86: undefined reference to `_write_r'
e:/program files/yagarto/bin/../lib/gcc/arm-elf/4.3.3/../../../../arm-elf/lib/thumb/interwork\libg.a(lib_a-stdio.o): In function `__sread':
C:\msys\1.0\home\yagarto\newlib-build\arm-elf\thumb\interwork\newlib\libc\stdio/../../../../../../../newlib-1.17.0/newlib/libc/stdio/stdio.c:48: undefined reference to `_read_r'
collect2: ld returned 1 exit status
make: *** [RTOSDemo.elf] Error 1


Reply by FreeRTOS info July 23, 20092009-07-23
> I am new wanted to learn freertos please guide me how to start.
http://www.freertos.org/FreeRTOS-quick-start-guide.html
http://www.freertos.org/FreeRTOS-screen-casts/RTOS-screen-casts.html

> one more thing,
> i have downloaded STATEVIEWER Plug-in from
> http://www.highintegritysystems.com
> for eclipse and IAR.
> For IAR i am able to work. But for eclipse + YAGARTO tools i
> am not able to
> use it.
> Please suggest me how to use it for eclipse.

Which version of Eclipse are you using. Did you see the instructions in the
pdf that comes with the plug-in?

Regards,
Richard.

+ http://www.FreeRTOS.org
Designed for Microcontrollers. More than 7000 downloads per month.

+ http://www.FreeRTOS.org/Documentation
Buy the FreeRTOS eBook and get the reference manual free (July only).
Reply by sachin dhiman July 23, 20092009-07-23
Thanks Richard,
I am new wanted to learn freertos please guide me how to start.
one more thing,
i have downloaded STATEVIEWER Plug-in from
http://www.highintegritysystems.com for eclipse and IAR.
For IAR i am able to work. But for eclipse + YAGARTO tools i am not able to
use it.
Please suggest me how to use it for eclipse.
It will be great help for me if you give me example project for eclipse +
yagarto for ARM.

Awaiting for your valuable suggestion.
sachin
On Thu, Jul 23, 2009 at 12:39 PM, FreeRTOS info wrote:

> >
> > dear all,
> > do u we have any simulator for simulating API of free rtos.
> > sachin
> > Under Windoze: http://www.freertos.org/FreeRTOS-simulator-for-Windows.html
> Under Linux: http://www.freertos.org/FreeRTOS-simulator-for-Linux.html
>
> Plus you can run it under DOS: http://www.freertos.org/a00100.html (old
> link) and you can run it in various dev tool simulators, for example Keil.
> People also run it under Skyeye and the like, although I have no experience
> of this myself.
>
> Regards,
> Richard.
>
> + http://www.FreeRTOS.org
> Designed for Microcontrollers. More than 7000 downloads per month.
>
> + http://www.FreeRTOS.org/Documentation
> Buy the FreeRTOS eBook and get the reference manual free (July only).
>
>
>