5
« Last post by gtafan on Yesterday at 05:23:27 pm »
Since all links to 32 bit windows CB versions are dead, have to use 64 bit version. Have downloaded codeblocks-25.03mingw-setup.exe and intaled it. The size of the version is more then 1,5 GB, while the previous 20.03 version was 3 times smaller. Posibly the reason for such huge size is because it 64 bit?
However I tried to compile the Hello world as 32 bit application, but got this errors:
||=== Build: Release in Hello world (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lstdc++: No such file or directory|
ld.exe||cannot find -lmingw32: No such file or directory|
ld.exe||cannot find -lgcc_s: No such file or directory|
ld.exe||cannot find -lgcc: No such file or directory|
ld.exe||cannot find -lmingwex: No such file or directory|
ld.exe||cannot find -lmsvcrt: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
ld.exe||cannot find -lpthread: No such file or directory|
ld.exe||cannot find -ladvapi32: No such file or directory|
ld.exe||cannot find -lshell32: No such file or directory|
ld.exe||cannot find -luser32: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
ld.exe||cannot find -lmingw32: No such file or directory|
ld.exe||cannot find -lgcc_s: No such file or directory|
ld.exe||cannot find -lgcc: No such file or directory|
ld.exe||cannot find -lmingwex: No such file or directory|
ld.exe||cannot find -lmsvcrt: No such file or directory|
ld.exe||cannot find -lkernel32: No such file or directory|
||error: ld returned 1 exit status|
||=== Build failed: 19 error(s), 0 warning(s) (0 minute(s), 14 second(s)) ===|