Advertisement
Guest User

tbnmpgen error

a guest
Mar 16th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. instance added, type tbnmpgen
  2. Generate code complete
  3. Start creating directory on sdcard : /untitled
  4. creating dir: /untitled
  5. Done creating directory
  6. Changing working directory on sdcard : /untitled
  7. Change working directory: /untitled
  8. Done changing working directory
  9. Start compiling patch
  10. Compiling patch... with /Applications/Axoloti.app/Contents/Java/firmware
  11. BDIR = /Users/jojo/Documents/axoloti/build
  12. FIRMWARE = .
  13. RM
  14. rm -f /Users/jojo/Documents/axoloti/build/xpatch.o /Users/jojo/Documents/axoloti/build/xpatch.elf /Users/jojo/Documents/axoloti/build/xpatch.bin /Users/jojo/Documents/axoloti/build/xpatch.d /Users/jojo/Documents/axoloti/build/xpatch.map /Users/jojo/Documents/axoloti/build/xpatch.lst
  15. APP
  16. arm-none-eabi-g++ -nostdlib -fno-exceptions -fno-rtti -mcpu=cortex-m4 -O3 -fomit-frame-pointer -falign-functions=16 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -Wunused-parameter -DCORTEX_USE_FPU=TRUE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -mthumb -DTHUMB -std=c++11 -DARM_MATH_CM4 -D__FPU_PRESENT -H -I/Applications/Axoloti.app/Contents/Java/CMSIS/Include -I/Applications/Axoloti.app/Contents/Java/chibios/os/ports/common/ARMCMx/CMSIS/include -I/Applications/Axoloti.app/Contents/Java/chibios/os/ports/common/ARMCMx -I/Applications/Axoloti.app/Contents/Java/chibios/os/ports/GCC/ARMCMx -I/Applications/Axoloti.app/Contents/Java/chibios/os/ports/GCC/ARMCMx/STM32F4xx -I/Applications/Axoloti.app/Contents/Java/chibios/os/kernel/include -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/include -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32F4xx -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/GPIOv2 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/I2Cv1 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/OTGv1 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/RTCv2 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/SPIv1 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/TIMv1 -I/Applications/Axoloti.app/Contents/Java/chibios/os/hal/platforms/STM32/USARTv1 -I/Applications/Axoloti.app/Contents/Java/chibios/boards/ST_STM32F4_DISCOVERY -I/Applications/Axoloti.app/Contents/Java/chibios/ext/fatfs/src -I. -I/Applications/Axoloti.app/Contents/Java/chibios -Winvalid-pch -MD -MP --include /Users/jojo/Documents/axoloti/build/xpatch.h -c /Users/jojo/Documents/axoloti/build/xpatch.cpp -o /Users/jojo/Documents/axoloti/build/xpatch.o
  17. ! /Users/jojo/Documents/axoloti/build/xpatch.h.gch
  18. /Users/jojo/Documents/axoloti/build/xpatch.cpp:48:9: error: expected ';' at end of member declaration
  19. int32_t counter 0;
  20. ^
  21. /Users/jojo/Documents/axoloti/build/xpatch.cpp:48:17: error: expected unqualified-id before numeric constant
  22. int32_t counter 0;
  23. ^
  24. make: *** [/Users/jojo/Documents/axoloti/build/xpatch.bin] Error 1
  25. shell task failed, exit value: 2
  26. Compiling patch failed ( untitled )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement