登录
Amiga C/C++ Compile, Debug & Profile (fork with libs support)
分类:工具软件 访问:22 下载量:0

软件介绍

更新时间:2025-05-15

Amiga Debug Extension

Amiga C/C++ Compile, Debug & Profile Extension: Enhanced with Libraries Support

The amiga-debug Visual Studio Code Extension, now forked with libraries support, builds upon the original vscode-amiga-debug extension by Bartman^Abyss. This enhanced version offers a comprehensive development environment for Amiga enthusiasts and developers, integrating standard Amiga libraries, MUI, and clib2 to streamline your coding experience.

Key Features:

  • Library Support: Access standard Amiga libraries by specifying a Workbench floppy disk or hard disk. MUI SDK v3.9 and libraries v3.8 are included for both compilation and execution.
  • clib2 Integration: Utilize clib2 static libraries (stdlib, stdio, amigalib, etc.) for enhanced functionality. Detailed instructions are available at https://github.com/jyoberle/clib2.
  • Custom Libraries: Declare custom libraries through assigns, enhancing flexibility in your projects.
  • bsdsocket.library: Enable UAE's bsdsocket.library for network-related tasks.
  • Startup-Sequence Customization: Add custom commands to the startup-sequence for tailored system configurations.

Getting Started:

  1. Install the Extension: Download from the Visual Studio Code Marketplace.
  2. Initialize Project: Create a new project folder and select "Amiga: Init Project With Libs" from the command palette.
  3. Configure launch.json: Set "kickstart" to your Kickstart 3.1 ROM and "workbench" to your Workbench 3.1 floppy or hard file.
  4. Build and Run: Press F5 to compile and run a sample project, showcasing the MUI app.

Advanced Usage:

  • Hard File Configuration: Specify hard file details in launch.json for WinUAE or FS-UAE.
  • Directory Virtual Hard Disk: Use a directory virtual hard disk for the workbench.
  • Assigns and Custom Commands: Define assigns and additional commands in launch.json to customize your development environment.

Supported Amiga Models:

  • A500, A1200, A1200-FAST, A1200-030, A3000, A4000, with customizable memory configurations.

Using clib2:

  • Test clib2 by setting OPTION_TEST_CLIB to 1 in main.c.
  • Integrate clib2 into your projects by following the main.c skeleton and configuring your Makefile accordingly.

Fork Enhancements:

  • MUI libraries included in DH0: for seamless integration.
  • Customizable UAE configuration and startup-sequence for flexible development setups.

Change Log:

  • 1.7.7: Updated clib2 to V1_214_1, improved example code.
  • 1.7.5: Added clib2 and usergroup.library.
  • 1.7.2: Included amiga.lib and alib, added startup-sequence customization.
  • 1.7.1: Support for directory virtual hard disk.
  • 1.6.8: Initial library support.

Additional Credits:

  • Code by JOB.
  • MUI by Stefan Stuntz.
  • Inspired by AROS code.
  • MultiUser Compatible UserGroup.library by Andrea Rafreider.

This fork of the Amiga C/C++ Compile, Debug & Profile extension offers a robust development environment tailored for Amiga developers, enhancing productivity and flexibility in your projects.

本站所有资源都是由网友投稿发布,或转载各大下载站, 请自行检测软件的完整性!

本站所有资源仅供学习与参考,请勿用于商业用途,否则 产生的一切后果将由您自己承担!

如有侵权请联系我们删除下架,联系方式:study_golang@163.com

最新教程

查看更多
  • Golang云原生架构师课程
    Golang云原生架构师课程
    Go是一门并发支持、垃圾回收的编译型系统编程语言;本课程转载自哔哩哔哩:https://www.bilibili.com/video/BV1Mh411M7A
  • MySQL数据管理之备份恢复案例解析视频教程
    MySQL数据管理之备份恢复案例解析视频教程
    《MySQL数据管理之备份恢复案例解析视频教程》MySQL是一个开放源码的小型关联式数据库管理系统,目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。
  • MySQL索引优化解决方案
    MySQL索引优化解决方案
    本套课程是根据MySQL索引的设计理念与数据结构、索引使用场景、索引分类、索引运用场景、索引性能分析、查询优化、MySQL索引的慢查询等组成,主要讲述了MySQL索引优化的解决方案,非常适合有MySQL使用基础或者有一定工作经验的同学。课程讲解了解决大数量查询慢的问题、如何编写一个高效的SQL、查询语句应该如何优化、索引的实现原理是什么、索引又应该如何优化...等诸多SQL索引优化的难点和面试点。
  • 极客学院Docker视频教程
    极客学院Docker视频教程
    Docker是PaaS提供商dotCloud开源的一个基于LXC的高级容器引擎,源代码托管在Github上,基于go语言并遵从Apache2.0协议开源。Docker自2013年以来非常火热,无论是从github上的代码活跃度,还是各大厂商的支持,都使Docker成为了时下最受关注的技术,甚至微软都声称在下一代WindowsServer中集成对Docker的支持。所以我们收集了《极客学院Docke
  • Golang进阶实战编程
    Golang进阶实战编程
    本课程是在《Go语言基础视频》基础之上录制的,是Go语言基础的后半部分。包括包的管理,IO操作,Go语言最大的亮点:高并发,goroutine,channel,反射等。本视频主要为了帮助Go语言的初学者,从零到一的快速入门。学完本套课程,可以学会如果通过包管理Go项目,并发模型,以及并发实现,channel通道如何传递数据,反射等等。
  • JavaScript极速入门
    JavaScript极速入门
    本套课程将帮助大家迅速掌握JavaScript这门高端的、动态的、弱类型编程语言。知识点简单明了,让你学习0压力,适合新手观看学习......