Menu

#1432 Bochs 2.6.11 Build Error on MacOS 10.15.7 (Catalina)

fixed_in_SVN
closed
nobody
None
1
2021-03-29
2021-03-27
Joe Meek
No

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$

Related

Bugs: #1432

Discussion

  • Stanislav Shwartsman

     
    • Joe Meek

      Joe Meek - 2021-03-28

      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:

      • Comment:

      Have you tried latest SVN ?

      Status: open
      Group: can't_reproduce
      Created: Sat Mar 27, 2021 06:29 PM UTC by Joe Meek
      Last Updated: Sat Mar 27, 2021 06:29 PM UTC
      Owner: nobody

      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$


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/bochs/bugs/1432/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #1432

  • Stanislav Shwartsman

    Have you tried latest SVN ?

     
  • Stanislav Shwartsman

    • status: open --> closed
    • Group: can't_reproduce --> fixed_in_SVN
     
  • Volker Ruppert

    Volker Ruppert - 2021-03-28

    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

     
    • Joe Meek

      Joe Meek - 2021-03-29

      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:

      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


      Status: closed
      Group: fixed_in_SVN
      Created: Sat Mar 27, 2021 06:29 PM UTC by Joe Meek
      Last Updated: Sun Mar 28, 2021 05:17 AM UTC
      Owner: nobody

      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$


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/bochs/bugs/1432/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #1432

  • Volker Ruppert

    Volker Ruppert - 2021-03-29

    I 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.

     

Log in to post a comment.

MongoDB Logo MongoDB