AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/gcc/ADE-repack.lha

Mirror:Random
Showing:i386-arosgeneric
No screenshot available
Short:GCC based Amiga Development Environment
Author:varied
Uploader:nyteshade gmail com (Brielle Harrison)
Type:dev/gcc
Version:2.95.3
Architecture:m68k-amigaos >= 3.1
Distribution:Aminet
Date:2017-02-07
Download:http://aminet.net/dev/gcc/ADE-repack.lha - View contents
Readme:http://aminet.net/dev/gcc/ADE-repack.readme
Downloads:6485

Repack
=-=-=-=-=-=-=
This is a smaller repack. The archive contains two files. The
ADE.lha.rz and rzip. rzip is a compressor in the vein of bzip2
or gzip, but it is quite a bit more effective than the other 
two. The internal ADE.lha.rz is a standard LhA archive with 
stored (not compressed) contents that has subsequently been
compressed with rzip with maximum compression. To extrat the
files, follow this sequence

1.> lha x ADE-repack.lha
1.> cd ADE-repack
1.> rzip -d ADE.lha.rz
1.> lha x ADE.lha

Then simply move the ADE and ADE.info directories wherever
you would like them to live. ADE is a very large package and
you will need plenty of diskspace to hold it. 

Description
=-=-=-=-=-=-=
This is a quick start archive containing everything you need to 
get started developing on the Amiga using GCC. Version 2.95.3 is
widely known to be the most common version of GCC used in various
examples for Amiga development on the 68K platform.

Instructions
=-=-=-=-=-=-=
Extract the .zip wherever you'd like the archive to exist. Add the
following lines to your S:User-Startup (or other startup script)

; BEGIN ADE
Cd Sys:ADE
Execute ADE-Startup
; END ADE

Changing Sys:ADE to path to the directory where ADE was extracted.
Performing the commands manually or restarting the computer at this
point gives you a working development environment to start with

Example Code
=-=-=-=-=-=-=

(Open a new shell or CLI then enter the following commands)

1.> cd ram:
1.> ed test.c

#include <stdio.h>

int main(int argc, char **argv) 
{
  printf("Hello ADEn");
  return 0;
}

1.> gcc -noixemul test.c
1.> a.out
Hello ADE
1.>


Contents of dev/gcc/ADE-repack.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]              13082151 13082151 100.0% -lh0- f8db Feb  6  1980 ADE-repack/ADE.lha.rz
[generic]                 6993   17982  38.9% -lh5- dc3e Feb  6  1980 ADE-repack/COPYING
[generic]                32310   66808  48.4% -lh5- 6da9 Feb  6  1980 ADE-repack/rzip
[generic]                  975    1847  52.8% -lh5- 385d Feb  6  1980 ADE-repack.readme
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total         4 files 13122429 13168788  99.6%            Feb  7 17:44

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>