Author Topic: Setting up compiler...  (Read 3811 times)

katzsnevercloses

  • Guest
Setting up compiler...
« on: September 12, 2007, 04:27:34 am »
I set up code::blocks with MinGW on my computer the best I know how, and I tried to test it with a simple hello world program, but I got a messsage that says:

undefined reference to `__cpu_features_init'

I searched the issue on the internet and never found a clear solution.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Setting up compiler...
« Reply #1 on: September 12, 2007, 04:42:44 am »
Normally it means minGW is not installed right.

What OS? Vista has special issues on MinGW installs.

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

katzsnevercloses

  • Guest
Re: Setting up compiler...
« Reply #2 on: September 12, 2007, 04:44:52 am »
Yea, it's vista (ultimate 32-bit)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: Setting up compiler...
« Reply #3 on: September 12, 2007, 04:48:55 am »
I would search for Vista and MinGW if the Wiki page fails to solve the problem

http://wiki.codeblocks.org/index.php?title=Installing_MinGW_with_Vista

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

katzsnevercloses

  • Guest
Re: Setting up compiler...
« Reply #4 on: September 13, 2007, 08:41:37 pm »
yea those are the instructions i originally followed that didn't work.