2024-09-23 libnix4.library a result of the Simple Library Creation for the Amiga (2) |
---|
Recently I wrote about simple library creation for the Amiga. Now I applied this to the libnix library and created the libnix4.library. read more |
2024-06-07 Simple Library Creation for the Amiga (2) |
---|
Recently I wrote about simple library creation for the Amiga. And even dlfcn is supported. But it's not yet good enough. read more |
2024-05-27 Profiling Programs on the Amiga |
---|
Sometimes you are curious where a program spent its time. Then profiling can help. Since amigasshd delivers only 10kB/s upload speed an an A3000, i wanted to look into it. read more |
2024-05-25 AmigaSSH: Public Key Auth for AmigaSSH |
---|
The SSH2 client for the Amiga does not support public key authentication yet. How hard is it, to add that feature? read more |
2024-05-17 Simple Library Creation for the Amiga |
---|
Have you ever created a library for the Amiga? No? Reasonable, since it's a PITA. But sometimes you would like to have a shared library. So what can you do? read more |
2024-05-12 AmigaSSH: SSH2 for the Amiga |
---|
There was no working SSH2 client/server for the Amiga supporting modern encryption, but I wanted both. Should I start porting OpenSSH? Or should I use AmiSSL? read more |
2021-02-12 My WSL2 on Windows Setup |
---|
Since using Cygwin or MSYS2 is incredible slow and some stuff simple does not work, I switched to Linux on Windows aka as WSL2. I'm using it to build and use my Amiga toolchain and even using Eclipse on Linux from Windows... read more |
2019-01-02 Debugging Amiga Programs with Eclipse |
---|
Using my Amiga toolchain I'm able to create programs for AmigaOS3 and also debugging with gdb is working. Now I finalized the Eclipse integration. Here are the steps to develop for the Amiga with Eclipse in C/C++ |
2018-06-14 Building GDB 8.1.x for the Amiga |
---|
After running the gcc 6 compiler for the Amiga, my Amiga toolchain seems to be quite usable and newlib starts to work as default, a debugger is still missing. It's time to deal with GDB for the Amiga. read more |
2017-04-08 Building GCC 6.x for the Amiga |
---|
I forked the https://github.com/bebbo/amigaos-cross-toolchain and added the gcc-6 branch. Eventually I added more Amiga specific options. Now I started to hack gcc to produce even better code. read more |