Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8312466

/bin/nm usage in AIX makes needs -X64 flag

XMLWordPrintable

    • b09
    • ppc
    • aix

        In the AIX make we use /bin/nm at some places in the build.
        But it is used without parameters and this leads to the following error :

        /bin/nm ./hotspot/variant-server/libjvm/objs/ad_ppc.o
        0654-210 ./hotspot/variant-server/libjvm/objs/ad_ppc.o is not valid in the current object file mode.
                Use the -X option to specify the desired object mode.

        The nm tool needs the additional command line option -X64 .

              clanger Christoph Langer
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: