* trouble creating recipe for TF-A with dpkg
@ 2020-02-24 16:17 sven.schultschik
2020-02-24 16:34 ` Henning Schild
2020-02-24 16:35 ` Jan Kiszka
0 siblings, 2 replies; 4+ messages in thread
From: sven.schultschik @ 2020-02-24 16:17 UTC (permalink / raw)
To: isar-users
[-- Attachment #1.1: Type: text/plain, Size: 1530 bytes --]
Hi all,
does someone managed to build TF-A with ISAR dpkg recipe?
https://github.com/ARM-software/arm-trusted-firmware/blob/master/Makefile
with the make XXXXX command I can build the binary, but I didn't get it to
run with dpkg-buildpackage.
I always get linker errors about "unknown -Wl,-z,-relro" parameter, but if I
change DEB_BUILD_MAINT_OPTIONS to hardening=-relro I get errors about
"undefinde reference to stack_chk_guard"
Does someone have an example recipe setup for build TF-A?
Thank you
With best regards,
Sven Angelo Schultschik
Siemens AG
Digital Industries
Process Automation
Software House Khe
DI PA CI R&D 2
Oestliche Rheinbrueckenstr. 50
76187 Karlsruhe, Germany
Tel.: +49 721 595-2827
<mailto:sven.schultschik@siemens.com> mailto:sven.schultschik@siemens.com
<https://siemens.com/ingenuityforlife> www.siemens.com/ingenuityforlife
Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Jim Hagemann
Snabe; Managing Board: Joe Kaeser, Chairman, President and Chief Executive
Officer; Roland Busch, Lisa Davis, Klaus Helmrich, Cedrik Neike, Michael
Sen, Ralf P. Thomas; Registered offices: Berlin and Munich, Germany;
Commercial registries: Berlin Charlottenburg, HRB 12300, Munich, HRB 6684;
WEEE-Reg.-No. DE 23691322
Important notice: This e-mail and any attachment thereof contain corporate
proprietary information. If you have received it by mistake, please notify
us immediately by reply e-mail and delete this e-mail and its attachments
from your system. Thank you.
[-- Attachment #1.2: Type: text/html, Size: 5440 bytes --]
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 12204 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trouble creating recipe for TF-A with dpkg
2020-02-24 16:17 trouble creating recipe for TF-A with dpkg sven.schultschik
@ 2020-02-24 16:34 ` Henning Schild
2020-02-24 16:46 ` AW: " sven.schultschik
2020-02-24 16:35 ` Jan Kiszka
1 sibling, 1 reply; 4+ messages in thread
From: Henning Schild @ 2020-02-24 16:34 UTC (permalink / raw)
To: [ext] sven.schultschik@siemens.com; +Cc: isar-users
[-- Attachment #1: Type: text/plain, Size: 2018 bytes --]
Hi,
not sure whether that solves your problem ... but there are working
recipes out there ...
https://github.com/siemens/jailhouse-images/tree/master/recipes-bsp/arm-trusted-firmware
Henning
On Mon, 24 Feb 2020 16:17:07 +0000
"[ext] sven.schultschik@siemens.com" <sven.schultschik@siemens.com>
wrote:
> Hi all,
>
>
>
> does someone managed to build TF-A with ISAR dpkg recipe?
> https://github.com/ARM-software/arm-trusted-firmware/blob/master/Makefile
>
>
>
> with the make XXXXX command I can build the binary, but I didn't get
> it to run with dpkg-buildpackage.
>
>
>
> I always get linker errors about "unknown -Wl,-z,-relro" parameter,
> but if I change DEB_BUILD_MAINT_OPTIONS to hardening=-relro I get
> errors about "undefinde reference to stack_chk_guard"
>
>
>
> Does someone have an example recipe setup for build TF-A?
>
>
>
> Thank you
>
> With best regards,
> Sven Angelo Schultschik
>
> Siemens AG
> Digital Industries
> Process Automation
> Software House Khe
> DI PA CI R&D 2
> Oestliche Rheinbrueckenstr. 50
> 76187 Karlsruhe, Germany
> Tel.: +49 721 595-2827
> <mailto:sven.schultschik@siemens.com>
> mailto:sven.schultschik@siemens.com
> <https://siemens.com/ingenuityforlife>
> www.siemens.com/ingenuityforlife
>
> Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Jim
> Hagemann Snabe; Managing Board: Joe Kaeser, Chairman, President and
> Chief Executive Officer; Roland Busch, Lisa Davis, Klaus Helmrich,
> Cedrik Neike, Michael Sen, Ralf P. Thomas; Registered offices: Berlin
> and Munich, Germany; Commercial registries: Berlin Charlottenburg,
> HRB 12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322
>
> Important notice: This e-mail and any attachment thereof contain
> corporate proprietary information. If you have received it by
> mistake, please notify us immediately by reply e-mail and delete this
> e-mail and its attachments from your system. Thank you.
>
>
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6562 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trouble creating recipe for TF-A with dpkg
2020-02-24 16:17 trouble creating recipe for TF-A with dpkg sven.schultschik
2020-02-24 16:34 ` Henning Schild
@ 2020-02-24 16:35 ` Jan Kiszka
1 sibling, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2020-02-24 16:35 UTC (permalink / raw)
To: [ext] sven.schultschik@siemens.com, isar-users
On 24.02.20 17:17, [ext] sven.schultschik@siemens.com wrote:
> Hi all,
>
> does someone managed to build TF-A with ISAR dpkg recipe?
> https://github.com/ARM-software/arm-trusted-firmware/blob/master/Makefile
>
> with the make XXXXX command I can build the binary, but I didn’t get it
> to run with dpkg-buildpackage.
>
> I always get linker errors about “unknown -Wl,-z,-relro” parameter, but
> if I change DEB_BUILD_MAINT_OPTIONS to hardening=-relro I get errors
> about “undefinde reference to stack_chk_guard”
>
> Does someone have an example recipe setup for build TF-A?
>
Dig here:
https://github.com/siemens/jailhouse-images/tree/master/recipes-bsp
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* AW: trouble creating recipe for TF-A with dpkg
2020-02-24 16:34 ` Henning Schild
@ 2020-02-24 16:46 ` sven.schultschik
0 siblings, 0 replies; 4+ messages in thread
From: sven.schultschik @ 2020-02-24 16:46 UTC (permalink / raw)
To: isar-users
Hi Henning,
thanks.
The LDFLAG= CFLAG= make .... seems to be the trick. To fix the linker issue. Now debugging the next error.
Thank you.
Wichtiger Hinweis: Diese E-Mail und etwaige Anlagen enthalten firmenvertrauliche Informationen. Sollten Sie diese E-Mail irrtümlich erhalten haben, benachrichtigen Sie uns bitte durch Antwort-Mail und löschen Sie diese E-Mail nebst Anlagen von Ihrem System. Vielen Dank.
-----Ursprüngliche Nachricht-----
Von: Henning Schild <henning.schild@siemens.com>
Gesendet: Montag, 24. Februar 2020 17:35
An: Schultschik, Sven (DI PA CI R&D 2) <sven.schultschik@siemens.com>
Cc: isar-users@googlegroups.com
Betreff: Re: trouble creating recipe for TF-A with dpkg
Hi,
not sure whether that solves your problem ... but there are working
recipes out there ...
https://github.com/siemens/jailhouse-images/tree/master/recipes-bsp/arm-trusted-firmware
Henning
On Mon, 24 Feb 2020 16:17:07 +0000
"[ext] sven.schultschik@siemens.com" <sven.schultschik@siemens.com>
wrote:
> Hi all,
>
>
>
> does someone managed to build TF-A with ISAR dpkg recipe?
> https://github.com/ARM-software/arm-trusted-firmware/blob/master/Makefile
>
>
>
> with the make XXXXX command I can build the binary, but I didn't get
> it to run with dpkg-buildpackage.
>
>
>
> I always get linker errors about "unknown -Wl,-z,-relro" parameter,
> but if I change DEB_BUILD_MAINT_OPTIONS to hardening=-relro I get
> errors about "undefinde reference to stack_chk_guard"
>
>
>
> Does someone have an example recipe setup for build TF-A?
>
>
>
> Thank you
>
> With best regards,
> Sven Angelo Schultschik
>
> Siemens AG
> Digital Industries
> Process Automation
> Software House Khe
> DI PA CI R&D 2
> Oestliche Rheinbrueckenstr. 50
> 76187 Karlsruhe, Germany
> Tel.: +49 721 595-2827
> <mailto:sven.schultschik@siemens.com>
> mailto:sven.schultschik@siemens.com
> <https://siemens.com/ingenuityforlife>
> www.siemens.com/ingenuityforlife
>
> Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Jim
> Hagemann Snabe; Managing Board: Joe Kaeser, Chairman, President and
> Chief Executive Officer; Roland Busch, Lisa Davis, Klaus Helmrich,
> Cedrik Neike, Michael Sen, Ralf P. Thomas; Registered offices: Berlin
> and Munich, Germany; Commercial registries: Berlin Charlottenburg,
> HRB 12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322
>
> Important notice: This e-mail and any attachment thereof contain
> corporate proprietary information. If you have received it by
> mistake, please notify us immediately by reply e-mail and delete this
> e-mail and its attachments from your system. Thank you.
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-24 16:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 16:17 trouble creating recipe for TF-A with dpkg sven.schultschik
2020-02-24 16:34 ` Henning Schild
2020-02-24 16:46 ` AW: " sven.schultschik
2020-02-24 16:35 ` Jan Kiszka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox