From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) by sourceware.org (Postfix) with ESMTPS id 759423858D20 for ; Tue, 1 Mar 2022 01:45:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 759423858D20 Received: by mail-lj1-x229.google.com with SMTP id r20so19916654ljj.1 for ; Mon, 28 Feb 2022 17:45:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=lXBBq6s0V8wYeBW3LAyqeBuYTPhu/UN9KqfJ9UwUd2M=; b=vSXsLdggxhzQzWqP7t/VXCZ6mTS710BmH0dc1MAfZDeKfBI9zIQMie+XFuoreYpwlX xmjfAXq2oXSDFSWG3AbDmVg1+Mv7yM/Q2Bnx3A5/u/cWKHjRfsQRL+NCXwDlHOor3ev/ 1iAS6GDkYdfg603DS0r08uQmlFDgH+zk/wzGw1J/2Sn2ceeHSKp37Wo3FxYtdT3gHt3g YwvE1j3qAsJOkNsdP+Vs5mp3zpoUjCD/YVOBQpEQ0F3oHP3Qh7ma8l0QdRyp7TyfbN/C NPqXrzlWn/pes28HMOyGMNI2fdYfjWLpV1jzMM6mNR57jrDNJTx8p71RagQHne8y735G 0cjw== X-Gm-Message-State: AOAM532rJOIZ1i9Shm03EcG3uAYiwqAj/2gfSJYqMtDnqt6BMpz1ziYt Pli8diczwuZChRMGrqqbR+4ce9g2CMSQ67J9/h9j7sHd7RTAqw== X-Google-Smtp-Source: ABdhPJwOu401juFSj4+o3QhrTY6xVRB90/G3jFNuZ4HVUaPNAYO5Ngv+CJQypG/P6sMi6+9z2Lywd59MsRus1W1cjUY= X-Received: by 2002:a2e:8ec2:0:b0:245:1b8:65fe with SMTP id e2-20020a2e8ec2000000b0024501b865femr16045335ljl.227.1646099125955; Mon, 28 Feb 2022 17:45:25 -0800 (PST) MIME-Version: 1.0 From: Ra T Date: Mon, 28 Feb 2022 17:45:11 -0800 Message-ID: Subject: R_AARCH64_CALL26 Relocation Error on Ubuntu 18.04 To: binutils@sourceware.org X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2022 01:45:28 -0000 Has anyone seen this problem on NVidia's L4T (based on Ubuntu 18.04) with a Jetson AGX Xavier? I'm trying to compile Qt 5.15.8, and the opensource Chromium build (QtWebEngine) is failing with the error: "relocation truncated to fit: R_AARCH64_CALL26 against symbol ... defined in .text section in /lib/aarch64-linux-gnu/libc.so.6" The symbols listed are gettimeofday@@GLIBC2.17 and ntohs@@GLIBC_2.17. It seems similar to this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1243559 But I could not find a more recent bug. L4T 32.6.1 is using binutils 2.30, g++ 7.5. Sorry for newb questions, if this is the wrong mailing list let me know. Regards, Rad