Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2013 14:56
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/7303699 to your computer and use it in GitHub Desktop.
Save anonymous/7303699 to your computer and use it in GitHub Desktop.
**** Build of configuration Debug for project freertos_hello_world_0 ****
make all
Building file: ../src/NetworkInterface.c
Invoking: MicroBlaze gcc compiler
mb-gcc -Wall -O0 -g3 -I../../freertos_hello_world_bsp_0/microblaze_0/include -I"C:\R\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\include" -I"C:\R\FreeRTOS-Plus\Source\FreeRTOS-Plus-UDP\portable\Compiler\GCC" -c -fmessage-length=0 -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.20.a -mno-xl-soft-mul -mxl-multiply-high -mhard-float -mxl-float-convert -mxl-float-sqrt -MMD -MP -MF"src/NetworkInterface.d" -MT"src/NetworkInterface.d" -o"src/NetworkInterface.o" "../src/NetworkInterface.c"
In file included from ../src/NetworkInterface.c:55:
C:/R/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
C:/R/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
C:/R/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h:50: error: expected ')' before '*' token
C:/R/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkBufferManagement.h:51: error: expected ')' before '*' token
In file included from ../src/NetworkInterface.c:61:
C:/R/FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/include/NetworkInterface.h:49: error: expected ')' before 'pxNetworkBuffers'
make: *** [src/NetworkInterface.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment