Any help will be appreciated:
Here are the errors:
Thanks..
/usr/local/include/stdlib.h:359:13: warning: pointer is missing a
nullability type specifier (_Nonnull, _Nullable, or
_Null_unspecified) [-Wnullability-completeness]
extern char suboptarg; / getsubopt(3) external v...
^
/usr/local/include/stdlib.h:359:13: note: insert '_Nullable' if
the pointer may be null
extern char suboptarg; / getsubopt(3) external v...
^
_Nullable
/usr/local/include/stdlib.h:359:13: note: insert '_Nonnull' if the
pointer should never be null
extern char suboptarg; / getsubopt(3) external v...
^
_Nonnull
In file included from decoder/fetchdecode32.cc:25:
In file included from decoder/../cpu.h:666:
decoder/../icache.h:31:30: warning: in-class initialization of
non-static data member is a C++11 extension
[-Wc++11-extensions]
const Bit32u PHY_MEM_PAGES = 1024*1024;
^
decoder/fetchdecode32.cc:1745:16: error: no member named
'isZeroMasking' in 'bxInstruction_c'
if (i->isZeroMasking())
~ ^
decoder/fetchdecode32.cc:1754:18: error: no member named
'isZeroMasking' in 'bxInstruction_c'
if (i->isZeroMasking())
~ ^
decoder/fetchdecode32.cc:1786:16: error: no member named
'isZeroMasking' in 'bxInstruction_c'
if (i->isZeroMasking())
~ ^
194 warnings and 3 errors generated.
make[1]: *** [decoder/fetchdecode32.o] Error 1
make: *** [cpu/libcpu.a] Error 2
sh-3.2$
Thanks but I am new to Sourceforge.
Where's the link to the "new SVN"?
thanks
On Sun, Mar 28, 2021 at 1:17 AM Stanislav Shwartsman sshwarts@users.sourceforge.net wrote:
Related
Bugs:
#1432Have you tried latest SVN ?
If you don't have SVN software to check out the latest sources, you can try the SVN snapshot from yesterday: https://bochs.sourceforge.io/getcurrent.html
I don't have any SVN tools and the download button at the link that you
provided does not work to download any files.
I have tried various builds of Bochs 2.6.11 available at sourceforge - and
they all* give me errors.
Pulse, there are no instructions on how to build the software for MacOS
10.15.7 (Catalina)
Is that that difficult to just send me a link where I can download the
working* source without jumping through hoops? I don't have such complex
download problems with Github or other public repositories..
Please?
Thank you
On Sun, Mar 28, 2021 at 4:23 AM Volker Ruppert vruppert@users.sourceforge.net wrote:
Related
Bugs:
#1432I just tried the SVN snapshot on the page I mentioned and it works fine. Then you get a file called bochs-20210327.tar.gz and you only need the tools to unpack it. Any package with the version number 2.6.11 won't help you.