Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
-------------- Build: Debug in GNU64Test (compiler: GNU GCC Compiler)---------------mingw32-g++.exe -Wall -std=c++98 -c C:\Users\Hsheikh\GNU64Test\main.cpp -o obj\Debug\main.oC:\Users\Hsheikh\AppData\Local\Temp\ccGfntu5.s: Assembler messages:C:\Users\Hsheikh\AppData\Local\Temp\ccGfntu5.s:2: Error: junk at end of line, first unrecognized character is `,'Process terminated with status 1 (0 minute(s), 0 second(s))1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
#include <iostream>int main(){ std::cout << "Hello";}
I am not sure if it could be broken ? I installed the latest version of codeblocks which also installs the Mingw development compiler for you.From the link you mentioned it seems like the assembler is older than what is required. I still dont understand how I could resolve this issue.I am sorry if I missed it in the link.
I am not sure if it could be broken?