GCC Cross-Compiler: a typo.

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

GCC Cross-Compiler: a typo.

Post by Roman »

In the section "Mac OS X Users" there is a typo in one of the configure options.

Code: Select all

../gcc-4.8.3/configure --prefix=$PREFIX \
--target=$TARGET \
--disable-nls \
--enable-language=c,c++ --without-headers \
--enable-interwork --enable-multilib \
--with-gmp=/usr --with-mpc=/opt/local --with-mpfr=/opt/local
--enable-language should be --enable-languages. Could anyone fix this? I don't have an access to the Wiki.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: GCC Cross-Compiler: a typo.

Post by sortie »

You do have access to the wiki. Go to your forum profile and add yourself to the wiki group. This bridges your forum account with the wiki and you can log in and edit there. Yay,
onlyonemac
Member
Member
Posts: 1146
Joined: Sat Mar 01, 2014 2:59 pm

Re: GCC Cross-Compiler: a typo.

Post by onlyonemac »

sortie wrote:Go to your forum profile and add yourself to the wiki group.
Actually, I had to register for the wiki separately.
sortie wrote:This bridges your forum account with the wiki and you can log in and edit there.
How does one set up phpbb and MediaWiki to link forum accounts to wiki accounts? I am very interested in this because currently users of my own forum need to have separate wiki accounts (and in fact that is the way that it has been on every other forum and wiki combination site that I have been on before). (I am interested in this because I am running the same software on my own forum and wiki combination site.) EDIT: Actually I guess that this could be a configuration option in the database backend rather than the actual web-facing software, but still... how does one do this?more of a
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
no92
Member
Member
Posts: 307
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Re: GCC Cross-Compiler: a typo.

Post by no92 »

There's a MediaWiki extension for that.
Post Reply