Test ran at 2025-09-13 00:42:58.233786+00:00 SOLUTION: atari_exe_tools=1.5.1: Cross-platform tool for analysing and inspecting Atari 8-bit EXE files Origin: source archive atari_exe_tools-1.5.1.tgz at https://sourceforge.net/projects/tutorial-6502/files/Alire/atari_exe_tools-1.5.1.tgz with hashes sha256:d60e073111d639242eedebd3e11b18f781b9d600c12e3d04fbd4bf1dd3f7a9e6, sha512:c2700ec5d401dab2d48027d265d70ccd0985a1c735c6bba692352576c746d83b4195965850e03867de8827e06739e3e09b1375130f0e17db1d5e8cdf362889c5 Properties: Test run: alr run (from ${CRATE_ROOT}/test) Author: Martin Krischik Build Switches: Description: Cross-platform tool for analysing and inspecting Atari 8-bit EXE files Executable: exe_tools-main License: GPL-3.0-or-later Long_Description: Atari EXE Tools is a robust, cross-platform utility written in Ada 2022 for analysing Atari 8-bit executable (EXE) files, used in Atari 400/800 and XL/XE systems or emulators like Altirra and Atari800. Unlike most existing tools, which are typically Windows-only, this tool operates seamlessly on macOS, Linux, and Windows, making it an essential asset for retro computing enthusiasts and developers working across diverse platforms. Key features include: **Header Analysis**: Extract and display detailed metadata from EXE files, including memory start/end addresses, segment lengths, and init/run vectors. ```sh > exe_tools-main --print-header ./test/share/atari_check_exe_test/HELLO_C.EXE File: ./test/share/atari_check_exe_test/HELLO_C.EXE Magic: $FFFF; Start: $2E00; End: $2EF5; Length: 246 Magic: $0000; Start: $02E2; End: $02E3; Length: 2; Init: $2E47 Magic: $0000; Start: $2400; End: $28DE; Length: 1247 Magic: $0000; Start: $02E0; End: $02E1; Length: 2; Run: $2401 ``` Data Dumping: Output hexadecimal data from EXE files for inspection, with ATASCII portions omitted to ensure compatibility with non-UTF-8 environments. ```sh > exe_tools-main --print-data ./test/share/atari_check_exe_test/HELLO_A.EXE File: ./test/share/atari_check_exe_test/HELLO_A.EXE 2400: 60 60 A2 00 A9 0B 9D 42 03 A9 3F 9D 44 03 A9 24 2410: 9D 45 03 A9 2E 9D 48 03 A9 00 9D 49 03 20 56 E4 2420: A2 00 A9 07 9D 42 03 A9 6D 9D 44 03 A9 24 9D 45 2430: 03 A9 01 9D 48 03 A9 00 9D 49 03 20 56 E4 60 48 2440: 65 6C 6C 6F 20 57 6F 72 6C 64 21 9B 28 75 73 69 2450: 6E 67 20 61 20 65 78 65 63 75 74 61 62 6C 65 20 2460: 69 6E 20 61 73 73 65 6D 62 6C 65 72 29 9B 00 02E0: 02 24 Run: $2402 ``` The tool includes a comprehensive AUnit test suite to ensure reliability across platforms and Atari 8-bit configurations. Source code and tests are available on SourceForge. Detailed GNATdoc documentation can be found at 6502 Tutorial. Maintainer: Martin Krischik Maintainers_Logins: krischik Name: atari_exe_tools Tag: atari Tag: tools Tag: retrocomputing Tag: ada-2022 Version: 1.5.1 Website: https://sourceforge.net/projects/tutorial-6502 Dependencies (direct): adacl^6.3.0 Dependencies (solution): adacl=6.3.0 aunit=25.0.0 Dependencies (graph): adacl=6.3.0 --> aunit=25.0.0 (25.0.0) atari_exe_tools=1.5.1 --> adacl=6.3.0 (^6.3.0) LOG: Note: Synchronizing workspace... Dependencies automatically updated as follows: + adacl 6.3.0 (new) +. atari_exe_tools 1.5.1 (new,path=..) + aunit 25.0.0 (new) Note: Building atari_exe_tools=1.5.1/atari_exe_tools.gpr... Setup [mkdir] object directory for project AUnit [mkdir] library directory for project AUnit [mkdir] object directory for project AdaCL [mkdir] library directory for project AdaCL [mkdir] object directory for project Atari_EXE_Tools [mkdir] exec directory for project Atari_EXE_Tools Compile [Ada] exe_tools-main.adb [Ada] aunit-io.ads [Ada] aunit-memory-utils.adb [Ada] aunit-memory.adb gnat1: invalid switch: -gnat2022 compilation of exe_tools-main.adb failed gprbuild: *** compilation phase failed ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/9c263ae1-66fb-4478-a0ac-fca8bdd3f371/atari_exe_tools_1.5.1_d60e0731/atari_exe_tools.gpr"] exited with code 4 ERROR: Build failed [alr test] Test action exited with error code 1