DDE28
David Feugey (2125) 2709 posts |
Thanks for the info. I already have the soft and the CD image. Back on DDE. With CC I get a no writable memory error (or something closed to that) while compiling the hello world example. Normal? |
Chris Johnson (125) 825 posts |
One of the problems with various ROOL downloads is that the timestamps are updated even if the actual files have not changed. Thus a lot of unnecessary copying takes place. In the past I have wondered whether to add a user option to SyncDiscs to ‘ignore timestamp differences’. It would still pick up changed files as long as something else changed, e.g. file length. SyncDiscs doesn’t do anything like CRC checks, so if only single bytes changed, then that would be missed. Maybe I will give it a try anyway and see if it is successful at only updating changed files. |
Chris Johnson (125) 825 posts |
Does this not normally mean that the wimp slot is too small? |
Steve Pampling (1551) 8170 posts |
I would refer you the “tweaks for nerds” comments from Rick earlier in the thread Specifically “And a one line tweak to hardwire the Next slot to 4096K as a 640K default on a hundreds of megabytes machine doesn’t make a lot of sense…” |
Colin (478) 2433 posts |
@chris yes thats why I later suggested gnu diff (if you have the rom source its in (romsources).library.gnu)
outputs a file that looks easy to convert to copies and deletes to sync your normal version. |
David Feugey (2125) 2709 posts |
I have 2 MB… But I’ll check. |
Steve Pampling (1551) 8170 posts |
Nope. I believe various people modify things. |
Chris Mahoney (1684) 2165 posts |
The examples “should” all have a WimpSlot command in the Obey file. Don’t tell me that some are still missing… |
David Pitt (3386) 1248 posts |
The C ‘HelloW’ compiles just fine with |
Colin (478) 2433 posts |
re cvs Is this what you want? SyncRom. You’ll need !cvs that I’ve added to the cvs distribution and a 256 MB ram disc Please read the ReadMe files. Basically you create a folder named after the rom you want eg BCM2835Dev and put !SyncRom in it. Runing !SyncRom the first time will download the rom sources to the same folder !SyncRom is in. The next time you run !SyncRom the sources folder is changed to match the cvs copy – note any changes in that folder will be lost. Edit: For some reason these links are being changed from http to https. You’ll have to change that back to download the links. |