Results 1 to 3 of 3

Thread: Building a cross compiling toolchain

  1. #1
    Join Date
    Oct 2014
    Beans
    43

    Building a cross compiling toolchain

    I am attempting to build an Ubuntu server that will run as my code store. As such, I don't want to connect it to the outside world, but just to my company network.

    Ubuntu server doesn't come with useful tools like GCC or make, which makes things quite tricky. Does anybody know where I can find information/instructions on using the tools on my mac to compile and install tools for my Ubuntu server.

    If not, does anybody know where I can find information on cross compilers in general? I've read the information on wikipedia and am a little confused...

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Building a cross compiling toolchain

    Is there any particular reason you want to build the tools, rather than simply downloading the relevant pre-compiled deb packages and transferring those across to the Ubuntu server?

  3. #3
    Join Date
    Oct 2014
    Beans
    43

    Re: Building a cross compiling toolchain

    I'm just curious about how one would go about it really.
    I plan to build myself a code safe, build server and other assorted virtualized servers eventually, and I don't want them all to have to carry all of the compilation tools - If that makes sense.
    Last edited by Matthew_Harrop; November 2nd, 2014 at 10:16 AM.

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
  •