On Fri, Apr 15, 2022 at 1:21 PM zhengxiaojun wrote:
> Hi,
>
> >ok, https://devel.rtems.org/ticket/4547
> >
>
> Mingw64 has a pre-compiled dtc package, you can bypass the compilation.
>
That's good to know. That means we have two possible solutions:
(1) Disable dtc in RSB for mingw64. Possible d
Hi,
>ok, https://devel.rtems.org/ticket/4547
>
Mingw64 has a pre-compiled dtc package, you can bypass the compilation.
>Bit of a mess. Lets try again with Ubuntu, after that AIX !
>
>On Fri, 15 Apr 2022 at 13:14, Matthew J Fletcher wrote:
>
>> As an update with Mingw64 i had to manually create
On Fri, Apr 15, 2022 at 7:38 AM Matthew J Fletcher wrote:
> ok, https://devel.rtems.org/ticket/4547
dtc on windows is clearly not cared about by the Linux focused people who
developed and maintain it. For RTEMS, the best solution might be to disable
building it on msys/mingw. I think I had Ryan
ok, https://devel.rtems.org/ticket/4547
Bit of a mess. Lets try again with Ubuntu, after that AIX !
On Fri, 15 Apr 2022 at 13:14, Matthew J Fletcher wrote:
> As an update with Mingw64 i had to manually create x86_64-w64-mingw32-g++
> and x86_64-w64-mingw32-gcc (just copy & paste of g++ and gcc)
As an update with Mingw64 i had to manually create x86_64-w64-mingw32-g++
and x86_64-w64-mingw32-gcc (just copy & paste of g++ and gcc), now it can
find all the tools, no idea how the tools RSB is looking for would be
created.
Oddly even with Mingw64 the "convert-dtsv0-lexer.l:27:10: fatal error:
Hi,
To make Joel happy with a patch i've been trying to setup a Windows VM as a
build environment, the process seems to have a few issues.
1) If your username/profile has a space in it the scripts dont all
encapsulate with quotes so break in various ways. Ok, so, created a new
user to get around