i need to create a cross compiling setup on my pc.
kas1e has a number of cross-compiler archives on his WEB site. Just click on his name in the "Top Posters" block on the right side of the Amigans.net WEB page. Then click on the link in his signature at the bottom of his profile page.
Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450
Anyone have the skills to make an Amazon AMI with a full cross compiler env? I need one as well for some porting of linux tools and it would be great if I could spin up a VM and fire off the job then tear the whole thing down.
Interesting idea. I could create a Linux/Windows VM. Some developer connect on it and install the necessary tools. When that is done, I can upload the VM on the Net for everyone to download.
Thanks I followed the readme and got : root@amiga:/etc/apt# aptitude install adtools-binutils adtools-sdk adtools-gcc Couldn't find any package whose name or description matched "adtools-binutils" Couldn't find any package whose name or description matched "adtools-sdk" Couldn't find any package whose name or description matched "adtools-gcc" Couldn't find any package whose name or description matched "adtools-binutils" Couldn't find any package whose name or description matched "adtools-sdk" Couldn't find any package whose name or description matched "adtools-gcc" No packages will be installed, upgraded, or removed.
where <prefix> should be replaced by whatever prefix you installed the compiler in
I installed mine into /usr/local/amiga so I use (I already had it in my ~/.bashrc file):
export PATH=$PATH:/usr/local/amiga/bin
AFAIK pwd is an environment variable that always contains an absolute path to the current directory so the results will be different depending on what directory you are in.
I'm building a custom VM for cross compiling. It's based on linux mint 18. Linux mint uses deb packaging format, but i can't install any package following the read me instructions. Any hint?
These are compiled for Ubuntu 16.04 so I don't know how well they will work with another distribution. The archive should be extracted in /usr/local and does not include SDK files (you will have to install those yourself).