- 14 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: The pièce de résistance of the last few commits - the default CC and objasm options are now set appropriately for the target platform. For C code, this should mean better code (uses LDRH, UMULL etc) and for OMAP3 builds means that there should be no more reliance on pre-v6 unaligned load behaviour (except for a few components that are held in the repository in binary or object form). Sadly, the effect is blunted a little by the fact that we can't turn CC up to its highest level (v6) because in some cases it is used for its assembler output which is then fed through objasm - but objasm doesn't know v6 instructions like SBFX yet. At least it proves that the v6 disassembly new in CC 5.67 is working... Admin: Tested in an OMAP3 ROM build. Appears to still work on a rev B7 beagleboard (as far as it can reasonably be tested without a working USB system). Version 1.33. Tagged as 'Library-1_33'
-
- 07 Jun, 2009 1 commit
-
-
Ben Avison authored
Detail: Change from James Lampard: Several components that build desktop apps have an awk script in their build directory, to copy the version number from the VersionNum file into their final Messages file. Many other desktop app components currently do nothing, and rely on their messages file/templates being changed manually. It would obviously be superior to have a single script that all components could use in a central location. This is that script. Also fixed the perl scripts so they use a standard shebang (#!/usr/bin/env perl) before rather than after the licence header, as this is a technical requirement of shebangs on some systems. Admin: Tested on RiscPC RO402, with modified ChangeFSI, Maestro & Alarm Version 1.32. Tagged as 'Library-1_32'
-
- 14 Oct, 2008 2 commits
-
-
Ben Avison authored
-
Ben Avison authored
This represents the version released in the Batch 4 "bbe" tarfiles. Tagged as 'Batch4'
-