Author Topic: Compiling/linking without C standard libraries  (Read 2472 times)

massimo.manca

  • Guest
Compiling/linking without C standard libraries
« 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?

Offline polygon7

  • Multiple posting newcomer
  • *
  • Posts: 104
    • Home site
Re: Compiling/linking without C standard libraries
« Reply #1 on: December 05, 2010, 10:22:33 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