CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NickF_93

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    6,026

    Re: linux to freebsd cross compiler

    Obviously this is not a good way because I'm building a program like gcc for another target.

    However I found the solution and so, also, my error: I didn't set up properly sysroot.

    I had to...
  2. Replies
    4
    Views
    6,026

    Re: linux to freebsd cross compiler

    Yes, I know, and I found _types.h in /usr/include/freebsd/sys.
    Now?
  3. Replies
    4
    Views
    6,026

    linux to freebsd cross compiler

    I was trying to compile a gcc cross compiler for linux x86_64 (build and host) to freebsd x86_64.
    I tried to follow this http://marcelog.github.io/articles/articles.html and then some other guides...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured