Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing in changes to compile KLibC #23

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 11, 2024

  1. Necessary changes to assemble on macOS

    Boisy Pitre committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1c3b7d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Added macOS compatible line for EXPORT

    Boisy Pitre committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d79bf17 View commit details
    Browse the repository at this point in the history
  2. Fixed minor issue with macOS emission

    Boisy Pitre committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ec68f0d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Modifications made which allow successful compilation.

    Boisy Pitre committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9079e26 View commit details
    Browse the repository at this point in the history
  2. Added cmoc_kreider folder for staging

    Boisy Pitre committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7968506 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Fixed some Sed errors on macOS

    Boisy Pitre committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e7f9a70 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Add missing GNUMakefiles for various folders

    Add missing cfinish2.a
    Boisy Pitre committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7a1edaa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Make KLibc work with cmoc with -nodefaultlibs

    - Reference the version of _errno in cmoc's crt.asm
    - Reference the version of _iob defined in KLibc
    - Make sure _iob entries get initialized (via SECTION rwdata)
    - Other nits exposed with -nodefaultlibs
    srichy committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cebbf77 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    c046b28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from srichy/master

    Make KLibc FILE* operations work with cmoc with -nodefaultlibs
    boisy authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c2102e1 View commit details
    Browse the repository at this point in the history