FreeRTOS Support Archive
The FreeRTOS support forum is used to obtain active support directly from Real
Time Engineers Ltd. In return for using our top quality software and services for
free, we request you play fair and do your bit to help others too! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [September 2006 Threads] Link ProblemPosted by Nobody/Anonymous on September 4, 2006 I have compiled all requisite source files into obj files but during linking the task.o file obtained by compiling the task.c provided in the include directry gives me undefined reference to memset and strncpy functions. I am using the cygwin tool chain and LPC2124 processor
RE: Link ProblemPosted by Nobody/Anonymous on September 5, 2006 These functions are defined in the standard library that comes with the compiler. You need to include the standard C libraries.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|