kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #44533
Re: mingw64 build issue.
I actually got that MSYS2 error awhile back....as for why, I don't know, I
haven't been arsed to rebuild the msys2 install yet again.
I'm waiting on vcpkg to merge opencascade which was blocked on 32-bit
builds being broken, the MSVC team responded with a workaround to the
compiler bug so now its blocked on somebody else having broke vcpkg for
windows (lul)
There's also a python port upgrade required, someone else managed to beat
me to submitting the exact changes I need but that port is pending merge
hopefully once the windows breakage is fixed.
Then my wxPython port, I'll see if I can sneak it into vcpkg once that
python port is merged but it is usable.
On Fri, Sep 25, 2020 at 3:14 PM Jon Evans <jon@xxxxxxxxxxxxx> wrote:
> MSVC works great, I really recommend giving it a try. Much faster compile
> time than msys.
>
> Seems like Mark will have a solution for wxPython very soon too :)
>
> On Fri, Sep 25, 2020 at 3:10 PM Wayne Stambaugh <stambaughw@xxxxxxxxx>
> wrote:
>
>> On 9/25/2020 3:04 PM, jp charras wrote:
>> >
>> > Le 25/09/2020 à 19:11, Wayne Stambaugh a écrit :
>> >> Is anyone else seeing the following error when building with
>> >> MinGW64/msys2?
>> >>
>> >> ../common/libcommon.a(libcontext.cpp.obj):libcontext.cpp:(.text+0x19e):
>> >> relocation truncated to fit: R_X86_64_PC32 against `*ABS*'
>> >>
>> >> I did some digging around and it looks like it's a bug in the context
>> >> assembly code but I've never seen the error before. I tried
>> downgrading
>> >> gcc from 10.2 to 10.1 but no luck. It also happens when building the
>> >> 5.1 branch. It doesn't happen when building with MinGW32/msys2.
>> >>
>> >> Thanks,
>> >>
>> >> Wayne
>> >
>> > I am not seeing this issue.
>> >
>> > I have a recent (2 weeks) msys install, on a new computer, with W10 -
>> > 64bits
>>
>> Thanks for the feedback. Maybe something got broken during an update.
>> My msys2 install is quite old so maybe it's time to do a clean reinstall
>> :(. I guess all development for me will be on Linux until I can free up
>> a decent block of time to upgrade msys2 or maybe try out the new msvc
>> stuff Mark has been working on.
>>
>> Cheers,
>>
>> Wayne
>>
>> >
>> >
>> >> --
>> >> Jean-Pierre CHARRAS
>> >
>> > _______________________________________________
>> > Mailing list: https://launchpad.net/~kicad-developers
>> > Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> > Unsubscribe : https://launchpad.net/~kicad-developers
>> > More help : https://help.launchpad.net/ListHelp
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help : https://help.launchpad.net/ListHelp
>>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
--
Mark
Follow ups
References