Most of the info is from the osdev wiki I just rehashed it for FreeBSD. Anyhow you can find it here
http://forums.freebsd.org/showthread.php?t=29786
I wrote a tutorial to create a cross-compier for BSD
Re: I wrote a tutorial to create a cross-compier for BSD
A suggestion. It would be nice to quote the information source(ie. osdevwiki) within your tutorial, so readers have an option to read more.
Re: I wrote a tutorial to create a cross-compier for BSD
I thought I did at the end, but I can put it at the top too
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: I wrote a tutorial to create a cross-compier for BSD
The article on the Wiki works fine on BSD, simply linking to it would suffice.
IMHO, building the host dependencies for the cross-compiler yourself isn't necessary, you can pull in GMP/MPFR and MPC from ports or packages.
IMHO, building the host dependencies for the cross-compiler yourself isn't necessary, you can pull in GMP/MPFR and MPC from ports or packages.
Re: I wrote a tutorial to create a cross-compier for BSD
If you found our tutorial to be non-functional on BSD for whatever reason, the thing to do would be to tell us the problem, and how you fixed it, so we could add the corresponding line ("on BSD, you first have to...") to our tutorial. Better yet, since our tutorial is located in the Wiki, you could make the necessary edits yourself.
Spawning information like that is not so smart, because any changes we make to our tutorial here (like, adding the things necessary to compile GCC 5.0 or somesuch) won't be added to your BSD tutorial. That's why a link is the superior solution here.
As with databases. Redundancy is evil.
Spawning information like that is not so smart, because any changes we make to our tutorial here (like, adding the things necessary to compile GCC 5.0 or somesuch) won't be added to your BSD tutorial. That's why a link is the superior solution here.
As with databases. Redundancy is evil.
Every good solution is obvious once you've found it.