• Ccache is now available for FreeMiNT

    Some of you may or may not have seen my usenet post, but now available in the development packages section of this site is an RPM for ccache. ccache is a gcc preprocessor cache. It’s usage can speed up build times immensely. For people who are building their development software or making incremental changes to rpm builds, any software that was previously compiled will compile lightyears faster. On my falcon freemint takes 1 hour+ to build in total, after running a build with ccache enabled, if you make distclean and make a marginal change and rebuild the whole thing, the result is it finishing in only a few minutes.
  • Coldfire News

    Hello all, some more Coldfire news. The coldfire boards are in and the donations have been set in stone. The lucky recipients are Didier Mequignon of Aniplayer fame. He will be patching TOS to run on the Coldfire and will be working on Video and keyboard/mouse. This is of course of utmost importance! Alan Hourihane will be receiving one and will be working on linux video stuff which can hopefully be reworked for TOS.
  • The Future...

    Back again, and this time with an agreement from Freescale to donate a few M5484LITE development boards to our community. I’ll be using one, and I’m going to try to get some other guys to take some but there’ll be one or two left. The key things we’ll need from someone who takes the boards are getting the USB and a PCI video card working on the device. Which means the freemint kernel will need the integrated PCI bios, and USB 2.
  • What I'm up to Now

    It’s been a little while since I really updated anyone on anything. I have so many projects, so many things going on so what have I been working on? Well besides a super huge project at work ;), what I’ve been doing. Well GIM is fairly stable and has had no complaints (and perhaps no users ;) ). The new sparemint site seems to have a lot more interest and that’s been consuming my time.
  • GIM 0.4 Released!

    A Christmas release of GEM Instant Messenger has arrived. GEM Instant Messenger is an AOL instant messenger compatible IM client for Atari systems running MiNT. This version has fixes of iconification, font selection issues fixed, it’s built with Windom 2.0, buddylist size/position is saved in the configuration file, debug text has been isolated and removed, bug causing buddylist to redraw over everything fixed, and restructuring and beautification of all dialogs.
  • Dynamic Sparemint Site Redo

    Sparemint Dev Site: I suppose some people around here really don’t know me. There’s not too much to me really. I suppose there’s one thing that can really sum up my complete lack of professional programming skills - poor planning. The sparemint site was pretty decent but due to some serious errors in the database schema things were pretty limited. An RPM package consists of the following parts. A source rpm, which when built generates one or more binary rpms.
  • Sparemint Updater GEM UI Code

    I managed to pry myself away from Anarchy Online tonight to work on GEM. I’ve been getting somewhat obsessed with this online game which is probably a bad thing ;) Anyway, tonight I did 99% of the code for updating via the GUI interface. This puts the sparemint updater ready for a 0.1 release, and it’ll make it functional and ready to switch the dev website to live. Pretty cool.
  • Sparemint website progress this time

    Maybe my life is boring, but I encountered what I feel to be a major problem. The new sparemint site is designed to be 100% community controlled, perhaps with a web administrator to handle db emergencies and such, but it’s designed such that so long as a few people are around, sparemint can progress. Not to say Frank Naumann will disappear at any point in time, but I firmly believe bringing the community into the process will help to germinate a growth in MiNT.
  • More SUM... and GCC

    Well today I worked a lot on SUM and during the last few days I’ve been attempting to get GCC compiled. Now a lot of people have succeeded in “compiling” the gcc 3.3x branch but as far as I know, nobody has produced a working g++ compiler. Now, we can’t move on in sparemint without it in my opinion because there’s almost certainly a few package in our current repository that are C++ or have C++ in them.
  • More SUM Work

    Well, since SQLite3 is now compiled I started building support for it into SUM. Then I started moving some old data storage to sqlite and this started happening at a blinding pace. Before the end of the night I had client side update resolution and information displays complete. A few more days work is all it will take. Once completed, all that will really be necessary is conflict/dependency resolution but such things are not currently important to sparemint users.