News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using MIPS Or Compiler Options

Started by MaccerTW, July 26, 2010, 09:53:45 AM

Previous topic - Next topic

MaccerTW

Hello, I'm really new to Code::Blocks, and GCC in general.
Okay, well, first off, I'm using windows, and I'm using MingW with GCC. I need a few specific tags for the MIPS architecture, and I don't understand how I would use them in C::B.

Here's a list of these options: http://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html#MIPS-Options

If anyone's curious as to why I'm doing this, it's because I want to try to make a PSX game. :P

stahta01

Try Compiler or Linker Extra/Other Settings.

Under "Project" -> "Build Options"

Compiler
Other Options

or

Linker Settings
Other Linker Options

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]