From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6963242588705914880 X-Received: by 2002:adf:e88b:: with SMTP id d11mr4405910wrm.392.1621316921560; Mon, 17 May 2021 22:48:41 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:6da1:: with SMTP id u1ls1858106wrs.1.gmail; Mon, 17 May 2021 22:48:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz7UaWcdMSItKXqrYmi96NGV7YXMyoOIQxXe1iQdHPVDdyCqlqb/Nsf8K0SxhB82c7Rb9ZH X-Received: by 2002:a5d:4e88:: with SMTP id e8mr3773583wru.298.1621316920631; Mon, 17 May 2021 22:48:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621316920; cv=none; d=google.com; s=arc-20160816; b=jqb36aasCFrNi38NZ4k1JGGUM98c1uWZXUCjgRh65VUSv/NJH8dRYDzuFdOe+BguBI hrmu0KdkeGuEzo0bjnaUNA8s1HMgnNaMjGwKlXdc1GMVu+LyFKaR4emZyHUl9rKKEFcM b8ekTtOxzmGv61NEGHNDv6aO6y/+sm7K0r6b4sJr2BF73zNaTaqCbuirfMe7ZHyzuFQX sPScW/0IvQ8cVLv3hcjd9zCXcDIJ9cw/n2jPzTI6TJNZUUtE/CiF8qXiwzFPeuYF5oin Flid7STqEqxYY5xgTYMupCjD3QNHhZC+kQrwftjVeB2vYQ5wijY91paQLHXSVI+7XcRU iD7A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=Icb16ym4QMvlwBwAYLeqsTQzITxv3hiOGxjJRNABuSE=; b=sLU93h9X+WYrED9O36nxt3nAjtnF5f8y/SGl+UVtBZPy30GJFK+LiXfYV0ya+nV9NL a4fY7cDlPRvsA6JwelaxwlQnqnHGbWM3Ax24jwRcW+l/lvqcZXLbqViqllhkRE7Yh8Eh Mth2hwwX2ENERHnBmK7cG06n7RRenpcc9GlNiyZAB1S/13pe+3nkTFllSwnxFSInY/7l bpP0DmiDcKHYOwi6XMXklDd/27SyOIFXjUD1Q4neZBJmn3xA5Kk+Z2iiOyfPj3HXurqe ob1w7f2TiAl10m5abIM4ZiZKst+NnuKbTQBXQpPsqaqKKoyaIuv+z81Evy/TbrBhMwxI 3DGg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id s14si56422wme.2.2021.05.17.22.48.40 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 May 2021 22:48:40 -0700 (PDT) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 14I5mdoJ032641 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 18 May 2021 07:48:40 +0200 Received: from [167.87.91.77] ([167.87.91.77]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 14I5mdsL020058; Tue, 18 May 2021 07:48:39 +0200 Subject: Re: Compilation issue in making Position independent executable To: Rajashree Sankar , isar-users Cc: Lakshmi Natarajan References: From: Jan Kiszka Message-ID: <39b79b5a-3563-35ca-d16d-a8f0b76035e9@siemens.com> Date: Tue, 18 May 2021 07:48:39 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: YFsR7/4Hh10F On 17.05.21 14:56, Rajashree Sankar wrote: > Hello group, > We need to compile Bluetooth stack from Ti vendor to ISAR environment. > (https://www.ti.com/tool/TI-BT-4-2-STACK-LINUX-ADDON > ) > While compiling the bluetooth stack for our app we faced the error > image.png > We tried recompiling the Bluetooth stack with -fpic flag..,but the issue > is not solved. > We were able to compile bluetooth stack libraries for our application > with compiler flag "-no-pie" set. > Our customer needs to use the bluetooth stack without "-no-pie" flag. > Could you guide us in getting it resolved? > This does not sound like an Isar-specific issue, rather like "how do I build my software against Debian?" Already tried to reach out to TI and ask them for support on /that/ question? Once you solved that, making this an Isar recipe will not straightforward. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux