I’m using FreeRTOS+IP and I get these IAR compiler errors:
Error[Li006]: duplicate definitions for “pxGetNetworkBufferWithDescriptor”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “pxResizeNetworkBufferWithDescriptor”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “uxGetMinimumFreeNetworkBuffers”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “uxGetNumberOfFreeNetworkBuffers”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “vReleaseNetworkBufferAndDescriptor”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “xBufferAllocFixedSize”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Error[Li006]: duplicate definitions for “xNetworkBuffersInitialise”; in “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_1.o”, and “C:\dev\bootloader\Bootloader\Debug\Obj\BufferAllocation_2.o”
Anyone knows how to solve this?
thanks