Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>build
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>call clean.bat
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe evotitle.ans 0
- BinnaryFile_To_AVRAssmFile Converter
- Created file evotitle.inc
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
- mhmt - MeHruMsT - MEgalz, HRUM and hruST (c) 2009 lvd^nedopc
- Configuration review:
- Pack format: MegaLZ.
- Mode: packing.
- Pack coding: optimal (slower).
- Bitstream is grouped in bytes -
- compatible with old ZX depackers.
- Maximum lookback window size is 4096 bytes.
- Input file "..\fpga\main.rbf" (166965 bytes) successfully loaded.
- Output file "fpga.mlz" created.
- Maximum displacement actually used is 3914.
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\bin2avr\bin2avr.exe fpga.mlz
- BinnaryFile_To_AVRAssmFile Converter
- Created file fpga.inc
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>..\..\..\tools\avra\avra.exe -fI boot_evo.asm -l boot_evo.lst
- AVRA: advanced AVR macro assembler Version 1.2.3 Build 2 (15. November 2007)
- Copyright (C) 1998-2007. Check out README file for more info
- AVRA is an open source assembler for Atmel AVR microcontroller family
- It can be used as a replacement of 'AVRASM32.EXE' the original assembler
- shipped with AVR Studio. We do not guarantee full compatibility for avra.
- AVRA comes with NO WARRANTY, to the extent permitted by law.
- You may redistribute copies of avra under the terms
- of the GNU General Public License.
- For more information about these matters, see the files named COPYING.
- Pass 1...
- Code segment exceeds valid address range [0..0xFFFF] : Start = 0xF000, End = 0x10180, Length = 0x1181
- Error: Overlapping Code-segments :
- Start = 0xF000, End = 0x10180, Length = 0x1181
- Start = 0xFFF8, End = 0xFFFF, Length = 0x0008
- Please check your .ORG directives !
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>if not exist boot_evo.hex goto err
- d:\GitHub\zx-evo\pentevo\avrboot\trunk\avr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement