Tungstendev 5.23 2015-08-23 doesn't compile
Colin (478) 2433 posts |
I’ve just downloaded the latest version of tungstendev and it doesn’t compile. More specifically both ohcimodule.c and ehcimodule.c don’t compile because the USBDriver swi labels are not found. The problem is Interface/USBDriver.h which is a recent change to these files. Interface/USBDriver.h replaces USBDriver.h however it is empty and should contain the USBDriver swi numbers. |
Colin (478) 2433 posts |
Compiles fine with last nights update. Unfortunately the rom it produces causes SparkFS 1.43 to fail when creating a zip archive with an ‘Abort on data transfer’ in module zip. Presumably that is related to Jeffrey’s memory mods. |
Chris Johnson (125) 825 posts |
David has issued a couple of upgrades to the zip module in the last month to fix ZPP problems www.davidpilling.com/zip143c3.zip |
Colin (478) 2433 posts |
That fixed the problem, thanks. |