rtel wrote on Friday, March 01, 2013:
It looks like your GCC command line is wrong. Do you have ‘-l’ (where is the name of the library that contains memcpy()) included in the command line? You can check some of the makefiles that are included in subdirectories of the FreeRTOS/Demo directory for examples, but be aware many of them are very old as the newer projects tend to use Eclipse managed make.
Regards.