Code: Select all
Once installed, you should be able to build the demonstration source code
components by following these steps:
* Open "AcornC/C++" and !SetPaths should run automatically (the first time
it is 'seen' by RISC OS after every boot) - this initialises a number
of imprtant system variables, amongst other things
* Open "Sources.DDE-Examples"
* Open one of the example folders (e.g. "examplemod")
* Run the MkRam (or Mk) script to build a RAM-loadable version of that
component
Code: Select all
AMU: failed to read time stamp for 'RISCOSLIB:o.romcstubs'
AMU: failed to read time stamp for 'RISCOSLIB:o.romcstubs'
Code: Select all
link -o !RunImage o.main CLIB:o.stubs
/SDFS::RISCOSpi.$/Apps/Utilities/!CoreUtils/link: invalid option -- o
Try `/SDFS::RISCOSpi.$/Apps/Utilities/!CoreUtils/link --help' for more information.
AMU: *** exit (1) ***
AMU: *** 'all' not re-made because of errors ***
Ta,