News:

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

Main Menu

Compiling/linking without C standard libraries

Started by massimo.manca, December 05, 2010, 03:42:26 AM

Previous topic - Next topic

massimo.manca

I need to compile an application without linking with C standard libraries. I am using GCC/Mingw. Is there any setting that may help me on Code::Blocks IDE?

polygon7

Quote from: massimo.manca on December 05, 2010, 03:42:26 AM
I need to compile an application without linking with C standard libraries. I am using GCC/Mingw. Is there any setting that may help me on Code::Blocks IDE?

Right-click on project name in "Management->Projects" tree, choose "Build options", click on project name and choose your settings in "Compiler settings" tab and "Linker settings" tab.
If you want global settings for compiler / linker then do the same in menu "Settings -> compiler and debugger".
best regards,
p7
Free open source UML modeling tool: ArgoUML