Recent Posts

Pages: 1 ... 4 5 6 7 8 [9] 10
81
Help / Re: How to force MingW to use 32bit lib instead of 64bit libs
« Last post by stahta01 on April 02, 2024, 03:50:51 am »
82
Help / How to force MingW to use 32bit lib instead of 64bit libs
« Last post by deebeesp on April 01, 2024, 09:06:05 pm »
When trying to cross-compile for 32bit Windows on Linux using MingW I get the following error:

Code
/usr/bin/i686-w64-mingw32-ld: /usr/x86_64-w64-mingw32/lib/libmingw32.a: error adding symbols: file format not recognized

It's obvious that MingW is trying to 64 bit libs instead of 32 bit libs. It's a fairly straightforward issue but I have no idea how to fix. I already tried setting the search directories for the 32 bit lib folder but that didn't work. The -m32 flag also didn't quite help.

Any help appreciated.
83
Nightly builds / Re: The 01 April 2024 build (13496) is out.
« Last post by Xaviou on April 01, 2024, 12:14:54 pm »
Hi.

OS X version of this rev can be downloaded from my website.
There is only a macOS-11.6 version.
Note that it is not a notarized version of the application.

32 bits version for Windows can also be found in the same place.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04 and 23.10 versions can be installed from my ppa

Regards
Xav'
84
Nightly builds / The 01 April 2024 build (13496) is out.
« Last post by killerbot on April 01, 2024, 10:12:07 am »
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 01 April 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240401_rev13496_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client: 1.2.118 24/03/31 Apply christo colored warning line marker tag://(christo 2024/03/23) thanks christo

Regressions/Confirmed/Annoying/Common bugs:


    85
    Nightly builds / Re: The 24 March 2024 build (13493) is out.
    « Last post by eckard_klotz on April 01, 2024, 09:38:56 am »
    Hello Nenin.

    Could it be that you have used in the application-menu "Build" by accident the option "Run" (Ctrl-F10) or the option "Build and run"(F9) instead of the option "Compile current file" (Ctrl-Shift-F9)?

    Best regards,
                        Eckard
    86
    These are still fairly low and have not changed significantly over the years. See older posts. Of course, it depends on what order of magnitude the code you want to compile is. As a start, any 10 year old regular laptop/pc (running e.g Linux) or raspberry pi3 will do.
    87
    Hi everyone  :)

    Is there a "Minimum System Requirements" section somewhere in the official documentation ? (for each version)

    Regards
    88
    Nightly builds / Re: The 24 March 2024 build (13493) is out.
    « Last post by nenin on March 31, 2024, 06:22:09 pm »
    I cannot reproduce it, sorry.
    There where no any build logs, just this dialog jumped out.
    89
    Follow this guide from the FAQ.
    90
    Help / "Syntax error: "(" unexpected", in obviously correct hello world code
    « Last post by zubr on March 31, 2024, 12:26:49 pm »
    Ubuntu, installed codeblocks via terminal command, created an empty file, saved it on a path, typed these codes in, build and run, then 3: Syntax error: "(" unexpected

    Code
    #include <stdio.h>

    int main(){
        printf("a");
        return 0;}
    Pages: 1 ... 4 5 6 7 8 [9] 10