Menu

Can I use Dev C++ with procesor AMD athlon

2008-05-09
2012-09-26
  • Valentin Filchev

    I try but can't compile

     
    • Valentin Filchev

      Compiler: Default compiler
      Building Makefile: "C:\Dev-Cpp\Proekti\Makefile.win"
      Executing make...
      make.exe -f "C:\Dev-Cpp\Proekti\Makefile.win" all
      g++.exe -c Untitled1.cpp -o Untitled1.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"

      windres.exe -i Project3_private.rc --input-format=rc -o Project3_private.res -O coff

      windres.exe: no resources

      make.exe: *** [Project3_private.res] Error 1

      Execution terminated

      You right this happen when i try to compile "Hello World" before cheking for syntaks errors

       
      • Wayne Keen

        Wayne Keen - 2008-05-10

        I strongly encourage you to take the time to read through the thread titled "Please Read Before Posting a Question", and bump around in this forum, even if you do not currently have a problem. You can learn a lot that will help you later.

        It is a bad idea to compile your project directly in your Dev directory (or a sub-directory thereof). Clifford discovered a while back, and has posted many times to the effect that this causes erratic errors.

        I keep my stuff in

        c:\mycstuff

        Wayne

         
    • cpns

      cpns - 2008-05-09

      Yes you can.

      There are thousands of reasons a compilation might fail, the CPU you have is not one of them!

      See the "PLEASE READ BEFORE POSTING A QUESTION" thread to see how to ask a question we could answer. It is likely that that thread already has your answer.

       
    • Valentin Filchev

      Thank you cpns
      I am newby and try just compile Introduction "Hello World"

      include <iostream>

      using namespace std;

      int main (int argc, char *argv[])
      {
      cout << "Hello World!" << endl;
      cout << "Press ENTER to continue..." << endl;
      cin.get();
      return 0;
      }

      and was an error no resources and I read help - ther writen

      System Requirements

      These are the minimum requirements of Dev-C++:
      - Microsoft Windows 95, 98, NT 4, 2000, XP
      - 8 MB RAM with a big swapfile
      - 100 Mhz Intel compatible CPU
      - 30 MB free disk space

      And I think Intel compatible CPU is necessary

      Sory for my bad English

       
    • cpns

      cpns - 2008-05-09

      >> And I think Intel compatible CPU is necessary

      Yes, but an AMD Athlon is "Intel Compatible".

      I suggested that you read the "PLEASE READ BEFORE POSTING A QUESTION". It tells you how to post a question, but you still omitted to post the "Compile Log".

      If the error message reffered to "no resources" the chances are that you have set it up to build a GUI app. The "Compile Log" would tell us all this, so I am not going to keep guessing.

      Clifford

       
    • Valentin Filchev

      Thanks for help
      Now stil working - I uninstall and again install aplicacion - this time choose english (original) - last time was in bulgarian and propably was problem with bulgarian names in proekt.

       
      • cpns

        cpns - 2008-05-10

        I sincerely doubt that that was the problem. You really should have posted the log as asked and we might have enabled you to continue in your native language.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.