PiDP-8/I Software

Ticket Change Details
Log In
Overview

Artifact ID: 173fa6cdf638ef741fd823de4233bd3aecea24bc
Ticket: fcd776ae6bacef7ee6ba1cc31765db16ca15c062
--disable-os8-cc8 drops LIBC even with the default --with-cc8-cross
User & Date: tangent 2019-02-21 10:21:16
Changes

  1. icomment:
    The process of assembling the cross-compiled LIBC.SB file is part of an os8-run script that runs only when --disable-os8-cc8 is not given, which means you cannot use the cross-compiler to build PDP-8 executables unless you also include the OS/8 compiler, which you might not even need.
    
    That script should either be broken into two parts or have conditional execution, so that the LIBC build occurs as long as *either* CC8 compiler is built.
    
    We might as well copy over the example programs as well in this situation.
    
    Since we don't particularly want all of this on the disk packs under test-os8-run, that script should be taught to add --disable-cc8-cross when the option shuffler includes --disable-os8-cc8.
    
  2. login: "tangent"
  3. mimetype: "text/x-fossil-plain"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    --disable-os8-cc8 drops LIBC even with the default --with-cc8-cross
    
  7. type changed to: "Code Defect"