New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from http://openjdk.linaro.org/ for Linux aarch64 as part of a Yocto distribution i.e. "bitbake -v openjdk-8 -c compile" and am getting the compile error shown below, I'm guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)" | Compiling bands.cpp (for libunpack.so) | aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include/linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands.cpp | aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl' | make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o] Error 1 | make[2]: *** Waiting for unfinished jobs.... | lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed | make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make' | make[1]: *** [libs-only] Error 2 | BuildJdk.gmk:70: recipe for target 'libs-only' failed | make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make' | /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed | make: *** [jdk-only] Error 2
Peter Smith Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from http://openjdk.linaro.org/ for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include/linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands.cpp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://lists.linaro.org/mailman/listinfo/linaro-openjdk
Stuart,
basically Yocto is a build system for embedded Linux distributions.
I am trying to build one for a Xilinx US+ MPSoC SOC which has a quad Cortex-A53 APU i.e. aarch64. The tool chain comes from Xilinx and is basically a repackaged Linaro 5.2 (aarch64-linux-gnu-). The host on which Yocto runs is Ubuntu 16.04. The target OS is a Linux distribution built specifically for the Xilinx SOC target. Does this help? If you want more info please ask.
Yocto automates the process of creating a sysroot and configuring and making each item of included software. In this case it unpacks the tar ball of the 16-09 release, then configures it using the configure script included in the release and then calls make image.
Here is the recipe (as they are called in Yocto) that is used.
DESCRIPTION = "Java runtime based upon the OpenJDK8" HOMEPAGE = "http://openjdk.java.net/projects/jdk8" LICENSE = "GPL-2.0-with-classpath-exception" PRIORITY = "optional" SECTION = "libs" INHIBIT_PACKAGE_STRIP = "1" #INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INC_PR = "r16"
SRC_URI = " \ ${OPENJDK_URI} \ "
libdir_jvm ?= "${libdir}/jvm"
JDKPN = "openjdk-8" JDK_DIR = "java-8-openjdk" JDK_HOME = "${libdir_jvm}/${JDK_DIR}"
PN = "${JDKPN}-jre" PROVIDES += "${JDKPN}"
DEPENDS = " \ zip-native \ zlib \ jpeg libpng giflib \ gtk+ glib-2.0 \ cups fontconfig \ libxt libxinerama libxrender libxtst libxi \ freetype alsa-lib libffi libxt \ "
# No package should directly depend on this (it should require # java2-runtime instead). PRIVATE_LIBS = "\ libunpack.so libverify.so libjava.so libzip.so libnpt.so \ libjava_crw_demo.so libhprof.so libnet.so libnio.so \ libmanagement.so libinstrument.so libjsound.so libjsoundalsa.so \ libj2pcsc.so libj2pkcs11.so libj2gss.so libmlib_image.so \ libawt.so libsplashscreen.so libfreetype.so.6 libfontmanager.so \ libjpeg.so liblcms.so librmi.so libjawt.so libjaas_unix.so \ libattach.so libjdwp.so libdt_socket.so libhpi.so libjli.so \ libmawt.so libjvm.so \ libversionCheck.so libcompiledMethodLoad.so libgctest.so \ libheapViewer.so libheapTracker.so libminst.so libmtrace.so \ libwaiters.so libhprof.so \ "
COMPATIBLE_HOST = "(aarch64).*-linux" JAVA_HOME[unexport] = "1" S="${WORKDIR}/openjdk8-aarch64-port-snapshot"
# The compiler tests in do_configure seem to drop TARGET_CC_ARCH from $CC, so add it into CFLAGS. CFLAGS =+ "${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS}" CXXFLAGS =+ "${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS}" export EXTRA_CFLAGS = "${TOOLCHAIN_OPTIONS}" ASNEEDED = ""
do_configure() { unset MAKE bash ./configure --with-debug-level=release --with-jvm-variants=server --with-sys-root=${STAGING_DIR_TARGET} --openjdk-target=${TARGET_SYS} --with-zlib=system --with-stdc++lib=dynamic --disable-ccache --disable-zip-debug-info }
do_compile() { make \ LOG=debug \ ALT_SDT_H=/openjdk/path/to/a/nonexistent/directory \ EXTRA_CFLAGS='${EXTRA_CFLAGS}' \ CC='${CC}' \ CXX='${CXX}' \ LD='${CC} ${LDFLAGS}' \ LDCXX='${CXX} ${LDFLAGS}' \ LDEXE='${CC} ${LDFLAGS}' \ LDEXECXX='${CXX} ${LDFLAGS}' \ images
}
do_install() { install -d ${D}${libdir_jvm} install -d ${D}${JDK_HOME}/jtreg install -d ${D}${JDK_HOME}/jtreg/hotspot install -d ${D}${JDK_HOME}/jtreg/jdk cp -R ${S}/build/${BUILD_DIR}/j2sdk-image/* ${D}${JDK_HOME} cp -R ${S}/hotspot/test ${D}${JDK_HOME}/jtreg/hotspot cp -R ${S}/jdk/test ${D}${JDK_HOME}/jtreg/jdk # The OpenJDK build does its own thing with debuginfo files; as we # default to a 'release' build we remove these files. find ${D}${JDK_HOME} -name *.debuginfo -print | xargs rm # The upstream Mercurial repo has various incompatible binaries checked in. # Remove these otherwise bitbake complains about mismatched architecture, et al. find ${D}${JDK_HOME}/jtreg -name *.so -print | xargs rm rm ${D}${JDK_HOME}/jtreg/jdk/test/sun/management/jmxremote/bootstrap/linux-i586/launcher rm ${D}${JDK_HOME}/jtreg/jdk/test/sun/management/jmxremote/bootstrap/linux-amd64/launcher rm ${D}${JDK_HOME}/jtreg/jdk/test/sun/management/jmxremote/bootstrap/solaris-sparcv9/launcher rm ${D}${JDK_HOME}/jtreg/jdk/test/sun/management/jmxremote/bootstrap/solaris-amd64/launcher chmod -R u+rw,go+r ${D}${JDK_HOME} }
PACKAGES = " \ ${JDKPN}-jdk \ ${JDKPN}-doc \ ${JDKPN}-source \ ${JDKPN}-demo \ ${JDKPN}-jtreg \ ${JDKPN}-jre \ "
FILES_${JDKPN}-jdk = " \ ${JDK_HOME}/bin \ ${JDK_HOME}/lib \ ${JDK_HOME}/include \ ${JDK_HOME}/ASSEMBLY_EXCEPTION \ ${JDK_HOME}/release \ ${JDK_HOME}/THIRD_PARTY_README \ ${JDK_HOME}/LICENSE \ "
FILES_${JDKPN}-doc = " \ ${JDK_HOME}/man \ "
FILES_${JDKPN}-source = " \ ${JDK_HOME}/src.zip \ "
FILES_${JDKPN}-demo = " \ ${JDK_HOME}/demo \ ${JDK_HOME}/sample \ "
FILES_${JDKPN}-jtreg = " \ ${JDK_HOME}/jtreg \ "
FILES_${PN} = " \ ${JDK_HOME}/jre \ "
INSANE_SKIP_${JDKPN}-jdk = "dev-so" INSANE_SKIP_${JDKPN}-jre = "dev-so"
RPROVIDES_${JDKPN}-jre = "java2-runtime java2-vm" RPROVIDES_${JDKPN}-jdk = "java2-runtime java2-vm" RDEPENDS_${JDKPN}-demo = "java2-runtime"
RRECOMMENDS_${JDKPN}-jre = "liberation-fonts" RRECOMMENDS_${JDKPN}-jdk = "liberation-fonts"
inherit update-alternatives
pkg_postinst_${JDKPN}-jre () { update-alternatives --install ${bindir}/java java ${JDK_HOME}/jre/bin/java 75 update-alternatives --install ${bindir}/jjs jjs ${JDK_HOME}/jre/bin/jjs 75 update-alternatives --install ${bindir}/keytool keytool ${JDK_HOME}/jre/bin/keytool 75 update-alternatives --install ${bindir}/orbd orbd ${JDK_HOME}/jre/bin/orbd 75 update-alternatives --install ${bindir}/pack200 pack200 ${JDK_HOME}/jre/bin/pack200 75 update-alternatives --install ${bindir}/policytool policytool ${JDK_HOME}/jre/bin/policytool 75 update-alternatives --install ${bindir}/rmid rmid ${JDK_HOME}/jre/bin/rmid 75 update-alternatives --install ${bindir}/rmiregistry rmiregistry ${JDK_HOME}/jre/bin/rmiregistry 75 update-alternatives --install ${bindir}/servertool servertool ${JDK_HOME}/jre/bin/servertool 75 update-alternatives --install ${bindir}/tnameserv tnameserv ${JDK_HOME}/jre/bin/tnameserv 75 update-alternatives --install ${bindir}/unpack200 unpack200 ${JDK_HOME}/jre/bin/unpack200 75 }
pkg_prerm_${JDKPN}-jre () { update-alternatives --remove java ${JDK_HOME}/jre/bin/java update-alternatives --remove jjs ${JDK_HOME}/jre/bin/jjs update-alternatives --remove keytool ${JDK_HOME}/jre/bin/keytool update-alternatives --remove orbd ${JDK_HOME}/jre/bin/orbd update-alternatives --remove pack200 ${JDK_HOME}/jre/bin/pack200 update-alternatives --remove policytool ${JDK_HOME}/jre/bin/policytool update-alternatives --remove rmid ${JDK_HOME}/jre/bin/rmid update-alternatives --remove rmiregistry ${JDK_HOME}/jre/bin/rmiregistry update-alternatives --remove servertool ${JDK_HOME}/jre/bin/servertool update-alternatives --remove tnameserv ${JDK_HOME}/jre/bin/tnameserv update-alternatives --remove unpack200 ${JDK_HOME}/jre/bin/unpack200 }
pkg_postinst_${JDKPN}-jdk () { update-alternatives --install ${bindir}/appletviewer appletviewer ${JDK_HOME}/bin/appletviewer 100 update-alternatives --install ${bindir}/extcheck extcheck ${JDK_HOME}/bin/extcheck 100 update-alternatives --install ${bindir}/idlj idlj ${JDK_HOME}/bin/idlj 100 update-alternatives --install ${bindir}/jar jar ${JDK_HOME}/bin/jar 100 update-alternatives --install ${bindir}/jarsigner jarsigner ${JDK_HOME}/bin/jarsigner 100 update-alternatives --install ${bindir}/java java ${JDK_HOME}/bin/java 100 update-alternatives --install ${bindir}/javac javac ${JDK_HOME}/bin/javac 100 update-alternatives --install ${bindir}/javadoc javadoc ${JDK_HOME}/bin/javadoc 100 update-alternatives --install ${bindir}/javah javah ${JDK_HOME}/bin/javah 100 update-alternatives --install ${bindir}/javap javap ${JDK_HOME}/bin/javap 100 update-alternatives --install ${bindir}/java-rmi.cgi java-rmi.cgi ${JDK_HOME}/bin/java-rmi.cgi 100 update-alternatives --install ${bindir}/jcmd jcmd ${JDK_HOME}/bin/jcmd 100 update-alternatives --install ${bindir}/jconsole jconsole ${JDK_HOME}/bin/jconsole 100 update-alternatives --install ${bindir}/jdb jdb ${JDK_HOME}/bin/jdb 100 update-alternatives --install ${bindir}/jdeps jdeps ${JDK_HOME}/bin/jdeps 100 update-alternatives --install ${bindir}/jhat jhat ${JDK_HOME}/bin/jhat 100 update-alternatives --install ${bindir}/jinfo jinfo ${JDK_HOME}/bin/jinfo 100 update-alternatives --install ${bindir}/jjs jjs ${JDK_HOME}/bin/jjs 100 update-alternatives --install ${bindir}/jmap jmap ${JDK_HOME}/bin/jmap 100 update-alternatives --install ${bindir}/jps jps ${JDK_HOME}/bin/jps 100 update-alternatives --install ${bindir}/jrunscript jrunscript ${JDK_HOME}/bin/jrunscript 100 update-alternatives --install ${bindir}/jsadebugd jsadebugd ${JDK_HOME}/bin/jsadebugd 100 update-alternatives --install ${bindir}/jstack jstack ${JDK_HOME}/bin/jstack 100 update-alternatives --install ${bindir}/jstat jstat ${JDK_HOME}/bin/jstat 100 update-alternatives --install ${bindir}/jstatd jstatd ${JDK_HOME}/bin/jstatd 100 update-alternatives --install ${bindir}/keytool keytool ${JDK_HOME}/bin/keytool 100 update-alternatives --install ${bindir}/native2ascii native2ascii ${JDK_HOME}/bin/native2ascii 100 update-alternatives --install ${bindir}/orbd orbd ${JDK_HOME}/bin/orbd 100 update-alternatives --install ${bindir}/pack200 pack200 ${JDK_HOME}/bin/pack200 100 update-alternatives --install ${bindir}/policytool policytool ${JDK_HOME}/bin/policytool 100 update-alternatives --install ${bindir}/rmic rmic ${JDK_HOME}/bin/rmic 100 update-alternatives --install ${bindir}/rmid rmid ${JDK_HOME}/bin/rmid 100 update-alternatives --install ${bindir}/rmiregistry rmiregistry ${JDK_HOME}/bin/rmiregistry 100 update-alternatives --install ${bindir}/schemagen schemagen ${JDK_HOME}/bin/schemagen 100 update-alternatives --install ${bindir}/serialver serialver ${JDK_HOME}/bin/serialver 100 update-alternatives --install ${bindir}/servertool servertool ${JDK_HOME}/bin/servertool 100 update-alternatives --install ${bindir}/tnameserv tnameserv ${JDK_HOME}/bin/tnameserv 100 update-alternatives --install ${bindir}/unpack200 unpack200 ${JDK_HOME}/bin/unpack200 100 update-alternatives --install ${bindir}/wsgen wsgen ${JDK_HOME}/bin/wsgen 100 update-alternatives --install ${bindir}/wsimport wsimport ${JDK_HOME}/bin/wsimport 100 update-alternatives --install ${bindir}/xjc xjc ${JDK_HOME}/bin/xjc 100 }
pkg_prerm_${JDKPN}-jdk () { update-alternatives --remove appletviewer ${JDK_HOME}/bin/appletviewer update-alternatives --remove extcheck ${JDK_HOME}/bin/extcheck update-alternatives --remove idlj ${JDK_HOME}/bin/idlj update-alternatives --remove jar ${JDK_HOME}/bin/jar update-alternatives --remove jarsigner ${JDK_HOME}/bin/jarsigner update-alternatives --remove java ${JDK_HOME}/bin/java update-alternatives --remove javac ${JDK_HOME}/bin/javac update-alternatives --remove javadoc ${JDK_HOME}/bin/javadoc update-alternatives --remove javah ${JDK_HOME}/bin/javah update-alternatives --remove javap ${JDK_HOME}/bin/javap update-alternatives --remove java-rmi.cgi ${JDK_HOME}/bin/java-rmi.cgi update-alternatives --remove jcmd ${JDK_HOME}/bin/jcmd update-alternatives --remove jconsole ${JDK_HOME}/bin/jconsole update-alternatives --remove jdb ${JDK_HOME}/bin/jdb update-alternatives --remove jdeps ${JDK_HOME}/bin/jdeps update-alternatives --remove jhat ${JDK_HOME}/bin/jhat update-alternatives --remove jinfo ${JDK_HOME}/bin/jinfo update-alternatives --remove jjs ${JDK_HOME}/bin/jjs update-alternatives --remove jmap ${JDK_HOME}/bin/jmap update-alternatives --remove jps ${JDK_HOME}/bin/jps update-alternatives --remove jrunscript ${JDK_HOME}/bin/jrunscript update-alternatives --remove jsadebugd ${JDK_HOME}/bin/jsadebugd update-alternatives --remove jstack ${JDK_HOME}/bin/jstack update-alternatives --remove jstat ${JDK_HOME}/bin/jstat update-alternatives --remove jstatd ${JDK_HOME}/bin/jstatd update-alternatives --remove keytool ${JDK_HOME}/bin/keytool update-alternatives --remove native2ascii ${JDK_HOME}/bin/native2ascii update-alternatives --remove orbd ${JDK_HOME}/bin/orbd update-alternatives --remove pack200 ${JDK_HOME}/bin/pack200 update-alternatives --remove policytool ${JDK_HOME}/bin/policytool update-alternatives --remove rmic ${JDK_HOME}/bin/rmic update-alternatives --remove rmid ${JDK_HOME}/bin/rmid update-alternatives --remove rmiregistry ${JDK_HOME}/bin/rmiregistry update-alternatives --remove schemagen ${JDK_HOME}/bin/schemagen update-alternatives --remove serialver ${JDK_HOME}/bin/serialver update-alternatives --remove servertool ${JDK_HOME}/bin/servertool update-alternatives --remove tnameserv ${JDK_HOME}/bin/tnameserv update-alternatives --remove unpack200 ${JDK_HOME}/bin/unpack200 update-alternatives --remove wsgen ${JDK_HOME}/bin/wsgen update-alternatives --remove wsimport ${JDK_HOME}/bin/wsimport update-alternatives --remove xjc ${JDK_HOME}/bin/xjc }
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands.c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org_ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgzt yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZv h7zPEK5f0t8A9oh4&e=
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Stuart, here are the details of the tool chain, sorry for not including them in the last e-mail
peter@peter-VirtualBox:/sdd/peter$ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/sdd/peter/Xilinx/SDK/2016.4/gnu/aarch64/lin/aarch64-linux/bin/../libexec/gcc/aarch64-linux-gnu/5.2.1/lto-wrapper Target: aarch64-linux-gnu Configured with: /proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/snapshots/gcc-linaro-5.2-2015.11-2/configure SHELL=/bin/sh --with-bugurl=https://bugs.linaro.org --with-mpc=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-mpfr=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-gmp=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap --with-cloog=no --with-ppl=no --with-isl=no --disable-nls --enable-c99 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-multiarch --with-build-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-lto --enable-plugins --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-languages=c,c++,lto --enable-checking=yes --disable-bootstrap --with-bugurl=https://bugs.linaro.org --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=aarch64-linux-gnu --prefix=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu Thread model: posix gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2)
Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands.c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org_ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgzt yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZv h7zPEK5f0t8A9oh4&e=
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Hello Peter, I've tried reproducing the issue, but without any luck. I tried checking out the morty branch of "poky"
To give you some idea:
$ bitbake -v openjdk-8 -c Usage: bitbake [options] [recipename/target recipe:do_task ...]
Executes the specified task (default is 'build') for a given set of target recipes (.bb files). It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which will provide the layer, BBFILES and other configuration information.
bitbake: error: -c option requires 1 argument stumon01@e109365:~/repos/poky/build$ bitbake -v openjdk-8 -c compile WARNING: Host distribution "Ubuntu-16.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache: 100% |########################################################################################################################################| Time: 0:00:00 Loaded 1335 entries from dependency cache. Parsing recipes: 100% |######################################################################################################################################| Time: 0:00:00 Parsing of 880 .bb files complete (879 cached, 1 parsed). 1336 targets, 76 skipped, 0 masked, 0 errors. ERROR: Nothing PROVIDES 'openjdk-8'
Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Looking at the recipe, it seems reasonable, if the overrides for LD, etc, are reasonable. I'd guess there may be more going on than what you've presented - I don't know the contents of the other files that define the LDFLAGS property would be.
I've put Riku on CC as apparently he has worked with Yocto.
BR, Stuart
On 31 January 2017 at 16:11, SMITH Peter T peter.t.smith@alstom.com wrote:
Stuart, here are the details of the tool chain, sorry for not including them in the last e-mail
peter@peter-VirtualBox:/sdd/peter$ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/sdd/peter/Xilinx/SDK/2016.4/gnu/aarch64/lin/aarch64-linux/bin/../libexec/gcc/aarch64-linux-gnu/5.2.1/lto-wrapper Target: aarch64-linux-gnu Configured with: /proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/snapshots/gcc-linaro-5.2-2015.11-2/configure SHELL=/bin/sh --with-bugurl=https://bugs.linaro.org --with-mpc=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-mpfr=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-gmp=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap --with-cloog=no --with-ppl=no --with-isl=no --disable-nls --enable-c99 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-multiarch --with-build-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-lto --enable-plugins --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-languages=c,c++,lto --enable-checking=yes --disable-bootstrap --with-bugurl=https://bugs.linaro.org --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=aarch64-linux-gnu --prefix=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/builds/destdir/x86_64-unknown-linux-gnu Thread model: posix gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2)
Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/include /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libu npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands.c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org_ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgzt yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZv h7zPEK5f0t8A9oh4&e=
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Stuart, thanks very much for helping out. I have not been working on this issue today, but will return to it in the morning and see if I can get some more details to help sort it out. Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 01 February 2017 15:30 To: SMITH Peter T peter.t.smith@alstom.com; Riku Voipio riku.voipio@linaro.org Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, I've tried reproducing the issue, but without any luck. I tried checking out the morty branch of "poky"
To give you some idea:
$ bitbake -v openjdk-8 -c Usage: bitbake [options] [recipename/target recipe:do_task ...]
Executes the specified task (default is 'build') for a given set of target recipes (.bb files). It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which will provide the layer, BBFILES and other configuration information.
bitbake: error: -c option requires 1 argument stumon01@e109365:~/repos/poky/build$ bitbake -v openjdk-8 -c compile WARNING: Host distribution "Ubuntu-16.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache: 100% |####################################################################### |#################################################################| Time: 0:00:00 Loaded 1335 entries from dependency cache. Parsing recipes: 100% |####################################################################### |###############################################################| Time: 0:00:00 Parsing of 880 .bb files complete (879 cached, 1 parsed). 1336 targets, 76 skipped, 0 masked, 0 errors. ERROR: Nothing PROVIDES 'openjdk-8'
Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Looking at the recipe, it seems reasonable, if the overrides for LD, etc, are reasonable. I'd guess there may be more going on than what you've presented - I don't know the contents of the other files that define the LDFLAGS property would be.
I've put Riku on CC as apparently he has worked with Yocto.
BR, Stuart
On 31 January 2017 at 16:11, SMITH Peter T peter.t.smith@alstom.com wrote:
Stuart, here are the details of the tool chain, sorry for not including them in the last e-mail
peter@peter-VirtualBox:/sdd/peter$ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/sdd/peter/Xilinx/SDK/2016.4/gnu/aarch64/lin/aarch 64-linux/bin/../libexec/gcc/aarch64-linux-gnu/5.2.1/lto-wrapper Target: aarch64-linux-gnu Configured with: /proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/snapshots/ gcc-linaro-5.2-2015.11-2/configure SHELL=/bin/sh --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --with-mpc=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-mpfr=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linu x/builds/destdir/x86_64-unknown-linux-gnu --with-gmp=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap --with-cloog=no --with-ppl=no --with-isl=no --disable-nls --enable-c99 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-multiarch --with-build-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aar ch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/l ibc --enable-lto --enable-plugins --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-l inux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-languages=c,c++,lto --enable-checking=yes --disable-bootstrap --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=aarch64-linux-gnu --prefix=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/b uilds/destdir/x86_64-unknown-linux-gnu Thread model: posix gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2)
Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands. c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j r e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/li b unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org _ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgz t yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1 w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZ v h7zPEK5f0t8A9oh4&e=
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
I have got to the bottom of the problem, but I don't yet have the solution There is a difference between the versions of the Linaro GNU tool chains at the point release level. The current Linaro g++ silently ignores the "-Wl" command line option, the version supplied by Xilinx generates an error. However both silently ignore "-Wl,".
-----Original Message----- From: SMITH Peter T Sent: 01 February 2017 15:33 To: 'Stuart Monteith' stuart.monteith@linaro.org; Riku Voipio riku.voipio@linaro.org Cc: linaro-openjdk@lists.linaro.org Subject: RE: [Linaro-openjdk] Problem building openjdk-8 (1609)
Stuart, thanks very much for helping out. I have not been working on this issue today, but will return to it in the morning and see if I can get some more details to help sort it out. Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 01 February 2017 15:30 To: SMITH Peter T peter.t.smith@alstom.com; Riku Voipio riku.voipio@linaro.org Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, I've tried reproducing the issue, but without any luck. I tried checking out the morty branch of "poky"
To give you some idea:
$ bitbake -v openjdk-8 -c Usage: bitbake [options] [recipename/target recipe:do_task ...]
Executes the specified task (default is 'build') for a given set of target recipes (.bb files). It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which will provide the layer, BBFILES and other configuration information.
bitbake: error: -c option requires 1 argument stumon01@e109365:~/repos/poky/build$ bitbake -v openjdk-8 -c compile WARNING: Host distribution "Ubuntu-16.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache: 100% |####################################################################### |#################################################################| Time: 0:00:00 Loaded 1335 entries from dependency cache. Parsing recipes: 100% |####################################################################### |###############################################################| Time: 0:00:00 Parsing of 880 .bb files complete (879 cached, 1 parsed). 1336 targets, 76 skipped, 0 masked, 0 errors. ERROR: Nothing PROVIDES 'openjdk-8'
Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Looking at the recipe, it seems reasonable, if the overrides for LD, etc, are reasonable. I'd guess there may be more going on than what you've presented - I don't know the contents of the other files that define the LDFLAGS property would be.
I've put Riku on CC as apparently he has worked with Yocto.
BR, Stuart
On 31 January 2017 at 16:11, SMITH Peter T peter.t.smith@alstom.com wrote:
Stuart, here are the details of the tool chain, sorry for not including them in the last e-mail
peter@peter-VirtualBox:/sdd/peter$ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/sdd/peter/Xilinx/SDK/2016.4/gnu/aarch64/lin/aarch 64-linux/bin/../libexec/gcc/aarch64-linux-gnu/5.2.1/lto-wrapper Target: aarch64-linux-gnu Configured with: /proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/snapshots/ gcc-linaro-5.2-2015.11-2/configure SHELL=/bin/sh --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --with-mpc=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-mpfr=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linu x/builds/destdir/x86_64-unknown-linux-gnu --with-gmp=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap --with-cloog=no --with-ppl=no --with-isl=no --disable-nls --enable-c99 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-multiarch --with-build-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aar ch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/l ibc --enable-lto --enable-plugins --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-l inux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-languages=c,c++,lto --enable-checking=yes --disable-bootstrap --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=aarch64-linux-gnu --prefix=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/b uilds/destdir/x86_64-unknown-linux-gnu Thread model: posix gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2)
Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands. c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j r e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/li b unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org _ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgz t yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1 w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZ v h7zPEK5f0t8A9oh4&e=
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
The question is why is -Wl without the usual following comma "," there at all ?
-----Original Message----- From: SMITH Peter T Sent: 02 February 2017 11:11 To: 'Stuart Monteith' stuart.monteith@linaro.org; 'Riku Voipio' riku.voipio@linaro.org Cc: 'linaro-openjdk@lists.linaro.org' linaro-openjdk@lists.linaro.org Subject: RE: [Linaro-openjdk] Problem building openjdk-8 (1609)
I have got to the bottom of the problem, but I don't yet have the solution There is a difference between the versions of the Linaro GNU tool chains at the point release level. The current Linaro g++ silently ignores the "-Wl" command line option, the version supplied by Xilinx generates an error. However both silently ignore "-Wl,".
-----Original Message----- From: SMITH Peter T Sent: 01 February 2017 15:33 To: 'Stuart Monteith' stuart.monteith@linaro.org; Riku Voipio riku.voipio@linaro.org Cc: linaro-openjdk@lists.linaro.org Subject: RE: [Linaro-openjdk] Problem building openjdk-8 (1609)
Stuart, thanks very much for helping out. I have not been working on this issue today, but will return to it in the morning and see if I can get some more details to help sort it out. Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 01 February 2017 15:30 To: SMITH Peter T peter.t.smith@alstom.com; Riku Voipio riku.voipio@linaro.org Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, I've tried reproducing the issue, but without any luck. I tried checking out the morty branch of "poky"
To give you some idea:
$ bitbake -v openjdk-8 -c Usage: bitbake [options] [recipename/target recipe:do_task ...]
Executes the specified task (default is 'build') for a given set of target recipes (.bb files). It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which will provide the layer, BBFILES and other configuration information.
bitbake: error: -c option requires 1 argument stumon01@e109365:~/repos/poky/build$ bitbake -v openjdk-8 -c compile WARNING: Host distribution "Ubuntu-16.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution. Loading cache: 100% |####################################################################### |#################################################################| Time: 0:00:00 Loaded 1335 entries from dependency cache. Parsing recipes: 100% |####################################################################### |###############################################################| Time: 0:00:00 Parsing of 880 .bb files complete (879 cached, 1 parsed). 1336 targets, 76 skipped, 0 masked, 0 errors. ERROR: Nothing PROVIDES 'openjdk-8'
Summary: There was 1 WARNING message shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Looking at the recipe, it seems reasonable, if the overrides for LD, etc, are reasonable. I'd guess there may be more going on than what you've presented - I don't know the contents of the other files that define the LDFLAGS property would be.
I've put Riku on CC as apparently he has worked with Yocto.
BR, Stuart
On 31 January 2017 at 16:11, SMITH Peter T peter.t.smith@alstom.com wrote:
Stuart, here are the details of the tool chain, sorry for not including them in the last e-mail
peter@peter-VirtualBox:/sdd/peter$ aarch64-linux-gnu-gcc -v Using built-in specs. COLLECT_GCC=aarch64-linux-gnu-gcc COLLECT_LTO_WRAPPER=/sdd/peter/Xilinx/SDK/2016.4/gnu/aarch64/lin/aarch 64-linux/bin/../libexec/gcc/aarch64-linux-gnu/5.2.1/lto-wrapper Target: aarch64-linux-gnu Configured with: /proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/snapshots/ gcc-linaro-5.2-2015.11-2/configure SHELL=/bin/sh --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --with-mpc=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-mpfr=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linu x/builds/destdir/x86_64-unknown-linux-gnu --with-gmp=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux /builds/destdir/x86_64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap --with-cloog=no --with-ppl=no --with-isl=no --disable-nls --enable-c99 --with-arch=armv8-a --enable-fix-cortex-a53-835769 --enable-fix-cortex-a53-843419 --enable-multiarch --with-build-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aar ch64-linux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/l ibc --enable-lto --enable-plugins --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-l inux/builds/destdir/x86_64-unknown-linux-gnu/aarch64-linux-gnu/libc --enable-languages=c,c++,lto --enable-checking=yes --disable-bootstrap --with-bugurl=https://urldefense.proofpoint.com/v2/url?u=https-3A__bug s.linaro.org&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r= -0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=S--kZSSBtdZNYBDpt7pOQbOm P1J60TqS4RVl9-cgt34&s=nb_H--oPJ_pek3gHD_sff9PvNWp9iAUbKLOCziJZ0Qg&e= --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=aarch64-linux-gnu --prefix=/proj/esdt_sdk/gnu_abe/ABE/builds/lin/aarch64/aarch64-linux/b uilds/destdir/x86_64-unknown-linux-gnu Thread model: posix gcc version 5.2.1 20151005 (Linaro GCC 5.2-2015.11-2)
Peter
-----Original Message----- From: Stuart Monteith [mailto:stuart.monteith@linaro.org] Sent: 31 January 2017 15:26 To: SMITH Peter T peter.t.smith@alstom.com Cc: linaro-openjdk@lists.linaro.org Subject: Re: [Linaro-openjdk] Problem building openjdk-8 (1609)
Hello Peter, Could you elaborate a bit more? I've never come across Yocto, and would need to know what toolchains, librarieis, binutils, etc, you are using. Knowing what OS/platform is being used is also important.
BR, Stuart
On 31 January 2017 at 11:26, SMITH Peter T peter.t.smith@alstom.com wrote:
New to openjdk, apologies if this is obvious. I am trying to build the above as downloaded in source form from https://urldefense.proofpoint.com/v2/url?u=http-3A__openjdk.linaro.org_&... for Linux aarch64 as part of a Yocto distribution i.e. “bitbake -v openjdk-8 -c compile” and am getting the compile error shown below, I’m guessing that this is something to do with a Makefile somewhere (not sure) as -Wl appears to be passed to the compiler without the usual , and option. Any ideas how to fix?
| echo "Compiling bands.cpp (for libunpack.so)"
| Compiling bands.cpp (for libunpack.so)
| aarch64-linux-gnu-g++ -Wl -W -Wall -Wno-unused -Wno-parentheses | aarch64-linux-gnu-g++ -pipe -D_GNU_SOURCE -D_REENTRANT -D_LARGEFILE64_SOURCE -fno-omit-frame-pointer -D_LP64=1 -D_LITTLE_ENDIAN -DLINUX -DNDEBUG -DARCH='"aarch64"' -Daarch64 -DRELEASE='"1.8.0-internal"' -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/includ e /linux -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/javavm/export -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/share/native/common -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8- j re/0.1-r16.0/git/jdk/src/solaris/native/common -fPIC -I/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/gensrc_headers -DNO_ZLIB -DUNPACK_JNI -DFULL -DPRODUCT -g -O2 -DTHIS_FILE='"bands.cpp"' -c -MMD -MF /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.d -o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/lib u npack/bands.o /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jr e /0.1-r16.0/git/jdk/src/share/native/com/sun/java/util/jar/pack/bands. c pp
| aarch64-linux-gnu-g++: error: unrecognized command line option '-Wl'
| make[2]: *** [/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-j r e/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/li b unpack/bands.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| lib/CoreLibraries.gmk:289: recipe for target '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/build/linux-aarch64-normal-server-release/jdk/objs/libunpack/bands.o' failed
| make[2]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| make[1]: *** [libs-only] Error 2
| BuildJdk.gmk:70: recipe for target 'libs-only' failed
| make[1]: Leaving directory '/sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git/jdk/make'
| /sdd/peter/Yocto/CSPRT/build/tmp/work/aarch64-poky-linux/openjdk-8-jre/0.1-r16.0/git//make/Main.gmk:115: recipe for target 'jdk-only' failed
| make: *** [jdk-only] Error 2
Peter Smith
Principal Engineer, Chief Engineering, Grid Solutions
T +44 1785 786406
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
Linaro-openjdk mailing list Linaro-openjdk@lists.linaro.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.linaro.org _ mailman_listinfo_linaro-2Dopenjdk&d=DQIFaQ&c=IV_clAzoPDE253xZdHuilRgz t yh_RiV3wUrLrDQYWSI&r=-0xOp6WEUxZEZ28IafXrMa3oLhGTFvyj7y8nzyNrgGo&m=j1 w IUaCCtyV6pMQ2CxxgYC3fKHJeLgEkzgeYabv5emo&s=yorBAqzyWy48Ti4gANfeOs0DjZ v h7zPEK5f0t8A9oh4&e=
CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
________________________________ CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.
linaro-openjdk@lists.linaro.org