Skip to content

Instantly share code, notes, and snippets.

Created December 9, 2013 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7874243 to your computer and use it in GitHub Desktop.
Save anonymous/7874243 to your computer and use it in GitHub Desktop.
**** Build of configuration Debug for project lwip_echo_server_0 ****
make all
Building target: lwip_echo_server_0.elf
Invoking: MicroBlaze gcc linker
mb-gcc -Wl,-T -Wl,../src/lscript.ld -L../../lwip_echo_server_bsp_0/microblaze_0/lib -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.20.a -mno-xl-soft-mul -mxl-multiply-high -o"lwip_echo_server_0.elf" ./src/echo.o ./src/heap_3.o ./src/list.o ./src/main.o ./src/platform.o ./src/platform_mb.o ./src/platform_ppc.o ./src/port.o ./src/queue.o ./src/tasks.o ./src/timers.o -llwip4
./src/heap_3.o: In function `pvPortMalloc':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/heap_3.c:105: undefined reference to `vApplicationMallocFailedHook'
./src/port.o: In function `xPortStartScheduler':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/port.c:277: undefined reference to `vApplicationSetupTimerInterrupt'
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/port.c:288: undefined reference to `vPortStartFirstTask'
./src/port.o: In function `vPortYield':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/port.c:315: undefined reference to `VPortYieldASM'
./src/port.o: In function `vPortTickISR':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/port.c:424: undefined reference to `vApplicationClearTimerInterrupt'
./src/port.o: In function `prvInitialiseInterruptController':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/port.c:447: undefined reference to `vPortExceptionsInstallHandlers'
./src/tasks.o: In function `vTaskStartScheduler':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:1239: undefined reference to `vMainConfigureTimerForRunTimeStats'
./src/tasks.o: In function `uxTaskGetSystemState':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:1510: undefined reference to `ulMainGetRunTimeCounterValue'
./src/tasks.o: In function `xTaskIncrementTick':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:1683: undefined reference to `ulMainGetRunTimeCounterValue'
./src/tasks.o: In function `vTaskSwitchContext':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:1842: undefined reference to `vApplicationStackOverflowHook'
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:1850: undefined reference to `vApplicationStackOverflowHook'
./src/tasks.o: In function `uxTaskGetTaskNumber':
C:\R\workspace\DaUDPaRTOS\lwip_echo_server_0\Debug/../src/tasks.c:2088: undefined reference to `vApplicationIdleHook'
collect2: ld returned 1 exit status
make: *** [lwip_echo_server_0.elf] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment