Advertisement
solegstar

EP1K100 Boot loader Log

Apr 2nd, 2024 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.05 KB | History | 0 0
  1. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>build
  2.  
  3. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>call clean.bat
  4.  
  5. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0
  6. BinnaryFile_To_AVRAssmFile Converter
  7. Created file evotitle.inc
  8.  
  9. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
  10. mhmt - MeHruMsT - MEgalz, HRUM and hruST (c) 2009 lvd^nedopc
  11.  
  12. Configuration review:
  13.  
  14. Pack format: MegaLZ.
  15. Mode:        packing.
  16. Pack coding: optimal (slower).
  17. Bitstream is grouped in bytes -
  18.  compatible with old ZX depackers.
  19. Maximum lookback window size is 4096 bytes.
  20.  
  21. Input file "..\fpga\main.rbf" (166965 bytes) successfully loaded.
  22. Output file "fpga.mlz" created.
  23. Maximum displacement actually used is 3914.
  24.  
  25. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz
  26. BinnaryFile_To_AVRAssmFile Converter
  27. Created file fpga.inc
  28.  
  29. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\avra\avra.exe -fI boot_evo.asm -l boot_evo.lst
  30. AVRA: advanced AVR macro assembler Version 1.2.3 Build 2 (15. November 2007)
  31. Copyright (C) 1998-2007. Check out README file for more info
  32.  
  33.    AVRA is an open source assembler for Atmel AVR microcontroller family
  34.    It can be used as a replacement of 'AVRASM32.EXE' the original assembler
  35.    shipped with AVR Studio. We do not guarantee full compatibility for avra.
  36.  
  37.    AVRA comes with NO WARRANTY, to the extent permitted by law.
  38.    You may redistribute copies of avra under the terms
  39.    of the GNU General Public License.
  40.    For more information about these matters, see the files named COPYING.
  41.  
  42. Pass 1...
  43. Code segment exceeds valid address range [0..0xFFFF] :  Start = 0xF000, End = 0x10180, Length = 0x1181
  44. Error: Overlapping Code-segments :
  45.   Start = 0xF000, End = 0x10180, Length = 0x1181
  46.   Start = 0xFFF8, End = 0xFFFF, Length = 0x0008
  47. Please check your .ORG directives !
  48.  
  49. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>if not exist boot_evo.hex goto err
  50.  
  51. d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>
Tags: EP1K100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement