From: Neal Andrew Crook Date: Wed, 18 May 2016 19:55:10 +0000 (+0100) Subject: document fixup needed in order to build library. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=659dffe09030d114f4e2ffd679e9ce6e7df5e812;p=FUZIX.git document fixup needed in order to build library. --- diff --git a/Kernel/platform-multicomp09/README b/Kernel/platform-multicomp09/README index 67a74424..a14dac94 100644 --- a/Kernel/platform-multicomp09/README +++ b/Kernel/platform-multicomp09/README @@ -203,7 +203,8 @@ TO DO * BUG should have CONFIG_SDC in coco config.def otherwise devsdc_init doesn't get called in devices.c * BUG other platforms have mixture of CONFIG_IDE and DEVICE_IDE and CONFIG_SDC and DEVICE_SD * BUG coco3 devices.c should #include devide.h devsd.h -* BUG fix problem of missing include file that I ended up copying +* BUG fix problem of missing include file that I ended up copying to allow library to build: + cp Kernel/include/userstructs.h Library/include/sys * BUG devsd.h has devsd_init but devsdc.c had devsdc_init, so did devices.c The other routine names * are not uniform either.. * BUG loader does not spot overlapped section or section that overflows address space