Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Generating executables

  1. #11

    Generating executables

    I have many docs about compilers but it's not that easy to understand without a working compiler, your problem is the linker e.g. ld.exe that converts binary ASM to an executable so you see the linker does everything and it's a part of GNU tools written in C if i'm not mistaking.
    The future must be... Fast and OpenSource so...
    <br />Think Open and Lightning Fast!

  2. #12
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Generating executables

    Ironically, the tutorials that I have posted don't seem to make mention of how the linker works. :/ Does anyone have more information on how to make a linker?

    Though it may be easier to just use one thats already made, like you suggest Lightning, it would not be as capable for something that was to cross-compile for multiple platforms. And besides, I rarely like doing that when I can indeed make my own.
    Jason McMillen
    Pascal Game Development
    Co-Founder





Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •