From 11eace141ee7e1691d3ffecfe44b65046f8a86cd Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Wed, 22 Apr 2015 22:47:22 +0200 Subject: [PATCH] 6809: Require lwtools 4.11 Earlier releases have a index d,s bug that bites us. Also it seems to build fine on a native 64-bit build of gcc 4.6.4 with William Astle's 6809 patch (from the lwtools repo). Signed-off-by: Tormod Volden --- Kernel/README | 4 ++-- Kernel/platform-dragon/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/README b/Kernel/README index 8a2eef2f..2357ba39 100644 --- a/Kernel/README +++ b/Kernel/README @@ -15,8 +15,8 @@ this recipe should work on Mac. at this point to get --all-fastcall) 6809: - gcc-4.6.4 for m6809 [Hint: build it on 32bit] - lwtools + gcc-4.6.4 for m6809 + lwtools 4.11 - Set TARGET in the top level Makefile diff --git a/Kernel/platform-dragon/README b/Kernel/platform-dragon/README index 574ce2ba..cc11ed67 100644 --- a/Kernel/platform-dragon/README +++ b/Kernel/platform-dragon/README @@ -12,7 +12,7 @@ RAM available for the user process. Set Up Get a copy of xroar, you *do not need* any ROM images -Instal lwtools and your preferred 6809 gcc +Instal lwtools (4.11) and your preferred 6809 gcc Set the Makefile to build for Dragon make -- 2.34.1