Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.88 KB | None | 0 0
  1. [patryk@patryk-asus-manjaro ModularOS]$ cd /home/patryk/Projects/ModularOS ; env "PYTHONIOENCODING=UTF-8" "PYTHONUNBUFFERED=1" /usr/bin/python /home/patryk/.vscode/extensions/ms-python.python-2019.1.0/pythonFiles/ptvsd_launcher.py --default --client --host localhost --port 43177 -m buildz build
  2. Processing target atmega32.
  3. Processing module modularos-core of target atmega32.
  4. [AVRGCC] Building module for atmega32 with 1000000 Hz clock.
  5. [GCC] Compiled asm.c without errors.
  6. [GCC] Compiled mutex.c without errors.
  7. [GCC] Compiled queue.c without errors.
  8. [GCC] Compiled scheduler.c without errors.
  9. [GCC] Compiled system.c without errors.
  10. [GCC] Compiled tasks.c without errors.
  11. [AR] Archived without errors.
  12. Processing module modularos-usart of target atmega32.
  13. [AVRGCC] Building module for atmega32 with 1000000 Hz clock.
  14. [GCC] Compiled usart.c without errors.
  15. [AR] Archived without errors.
  16. Processing target atmega16.
  17. Processing module modularos-core of target atmega16.
  18. [AVRGCC] Building module for atmega16 with 16000000 Hz clock.
  19. [GCC] Compiled asm.c without errors.
  20. [GCC] Compiled mutex.c without errors.
  21. [GCC] Compiled queue.c without errors.
  22. [GCC] Compiled scheduler.c without errors.
  23. [GCC] Compiled system.c without errors.
  24. [GCC] Compiled tasks.c without errors.
  25. [AR] Archived without errors.
  26. Processing module modularos-usart of target atmega16.
  27. [AVRGCC] Building module for atmega16 with 16000000 Hz clock.
  28. [GCC] Compiled usart.c without errors.
  29. [AR] Archived without errors.
  30. Processing target example.
  31. Processing module examples of target example.
  32. [AVRGCC] Building module for atmega16 with 16000000 Hz clock.
  33. [GCC] Compiled main.c without errors.
  34. [LINKER] Returned errors for file examples_atmega16_16000000:
  35.  /usr/bin/avr-ld: /usr/lib/gcc/avr/8.2.0/../../../../avr/lib/libc.a(malloc.o):(.data+0x0): undefined reference to `__heap_end'
  36. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement