* ISAR SDK Libraries not generated for target
@ 2021-03-25 12:50 Rajashree Sankar
2021-03-25 16:01 ` Henning Schild
0 siblings, 1 reply; 4+ messages in thread
From: Rajashree Sankar @ 2021-03-25 12:50 UTC (permalink / raw)
To: isar-users; +Cc: Lakshmi Natarajan
[-- Attachment #1.1: Type: text/plain, Size: 1479 bytes --]
Hello,
We need to generate an SDK in ISAR platform. We are using the command
"bitbake <image> -c populate_sdk".The SDK generated has libraries generated
for the host system.We need to have it generated for the target.
Please provide the necessary data for the same.
Thanks and Regards,
Rajashree Sankar
--
CONFIDENTIALITY
This e-mail message and any attachments thereto, is
intended only for use by the addressee(s) named herein and may contain
legally privileged and/or confidential information. If you are not the
intended recipient of this e-mail message, you are hereby notified that any
dissemination, distribution or copying of this e-mail message, and any
attachments thereto, is strictly prohibited. If you have received this
e-mail message in error, please immediately notify the sender and
permanently delete the original and any copies of this email and any prints
thereof.
ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS
E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the
Uniform Electronic Transactions Act or the applicability of any other law
of similar substance and effect, absent an express statement to the
contrary hereinabove, this e-mail message its contents, and any attachments
hereto are not intended to represent an offer or acceptance to enter into a
contract and are not otherwise intended to bind the sender, Sanmina
Corporation (or any of its subsidiaries), or any other person or entity.
[-- Attachment #1.2: Type: text/html, Size: 1685 bytes --]
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4252 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ISAR SDK Libraries not generated for target
2021-03-25 12:50 ISAR SDK Libraries not generated for target Rajashree Sankar
@ 2021-03-25 16:01 ` Henning Schild
2021-03-26 3:41 ` Rajashree Sankar
0 siblings, 1 reply; 4+ messages in thread
From: Henning Schild @ 2021-03-25 16:01 UTC (permalink / raw)
To: Rajashree Sankar; +Cc: isar-users, Lakshmi Natarajan
[-- Attachment #1: Type: text/plain, Size: 974 bytes --]
I have never used the SDK feature, but it seems to be set up for
crossdev and not native (like the buildchroot). You should have a look
at the documentation, it mentions on how to install libraries for the
target arch, possibly coming from "isar-apt" or from debian.
I guess the SDK is really just a way to speed things up, you can
probably also use the buildchroot, copy in that static qemu, configure
binfmt and chroot into it. That might be a less confusing way if the
applications do not take too long to compile.
Henning
Am Thu, 25 Mar 2021 18:20:57 +0530
schrieb Rajashree Sankar <rajashree.sankar@sanmina.com>:
> Hello,
>
> We need to generate an SDK in ISAR platform. We are using the
> command "bitbake <image> -c populate_sdk".The SDK generated has
> libraries generated for the host system.We need to have it generated
> for the target. Please provide the necessary data for the same.
> Thanks and Regards,
> Rajashree Sankar
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 7821 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ISAR SDK Libraries not generated for target
2021-03-25 16:01 ` Henning Schild
@ 2021-03-26 3:41 ` Rajashree Sankar
2021-03-26 7:03 ` Henning Schild
0 siblings, 1 reply; 4+ messages in thread
From: Rajashree Sankar @ 2021-03-26 3:41 UTC (permalink / raw)
To: Henning Schild; +Cc: isar-users, Lakshmi Natarajan
[-- Attachment #1.1: Type: text/plain, Size: 2469 bytes --]
To add in more details ,we need to have libraries built on ARM architecture
which is the target,
Henning Schild,
Can you share us the documentation describing those instructions?
Thanks and Regards,
Rajashree Sankar
On Thu, Mar 25, 2021 at 9:36 PM Henning Schild <henning.schild@siemens.com>
wrote:
> I have never used the SDK feature, but it seems to be set up for
> crossdev and not native (like the buildchroot). You should have a look
> at the documentation, it mentions on how to install libraries for the
> target arch, possibly coming from "isar-apt" or from debian.
>
> I guess the SDK is really just a way to speed things up, you can
> probably also use the buildchroot, copy in that static qemu, configure
> binfmt and chroot into it. That might be a less confusing way if the
> applications do not take too long to compile.
>
> Henning
>
> Am Thu, 25 Mar 2021 18:20:57 +0530
> schrieb Rajashree Sankar <rajashree.sankar@sanmina.com>:
>
> > Hello,
> >
> > We need to generate an SDK in ISAR platform. We are using the
> > command "bitbake <image> -c populate_sdk".The SDK generated has
> > libraries generated for the host system.We need to have it generated
> > for the target. Please provide the necessary data for the same.
> > Thanks and Regards,
> > Rajashree Sankar
> >
>
>
--
CONFIDENTIALITY
This e-mail message and any attachments thereto, is
intended only for use by the addressee(s) named herein and may contain
legally privileged and/or confidential information. If you are not the
intended recipient of this e-mail message, you are hereby notified that any
dissemination, distribution or copying of this e-mail message, and any
attachments thereto, is strictly prohibited. If you have received this
e-mail message in error, please immediately notify the sender and
permanently delete the original and any copies of this email and any prints
thereof.
ABSENT AN EXPRESS STATEMENT TO THE CONTRARY HEREINABOVE, THIS
E-MAIL IS NOT INTENDED AS A SUBSTITUTE FOR A WRITING. Notwithstanding the
Uniform Electronic Transactions Act or the applicability of any other law
of similar substance and effect, absent an express statement to the
contrary hereinabove, this e-mail message its contents, and any attachments
hereto are not intended to represent an offer or acceptance to enter into a
contract and are not otherwise intended to bind the sender, Sanmina
Corporation (or any of its subsidiaries), or any other person or entity.
[-- Attachment #1.2: Type: text/html, Size: 3121 bytes --]
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4252 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ISAR SDK Libraries not generated for target
2021-03-26 3:41 ` Rajashree Sankar
@ 2021-03-26 7:03 ` Henning Schild
0 siblings, 0 replies; 4+ messages in thread
From: Henning Schild @ 2021-03-26 7:03 UTC (permalink / raw)
To: Rajashree Sankar; +Cc: isar-users, Lakshmi Natarajan
[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]
Am Fri, 26 Mar 2021 09:11:41 +0530
schrieb Rajashree Sankar <rajashree.sankar@sanmina.com>:
> To add in more details ,we need to have libraries built on ARM
> architecture which is the target,
> Henning Schild,
> Can you share us the documentation describing those instructions?
It is part of the tree, here an online view
https://github.com/ilbers/isar/blob/master/doc/user_manual.md#create-an-isar-sdk-root-filesystem
Henning
> Thanks and Regards,
> Rajashree Sankar
>
>
> On Thu, Mar 25, 2021 at 9:36 PM Henning Schild
> <henning.schild@siemens.com> wrote:
>
> > I have never used the SDK feature, but it seems to be set up for
> > crossdev and not native (like the buildchroot). You should have a
> > look at the documentation, it mentions on how to install libraries
> > for the target arch, possibly coming from "isar-apt" or from debian.
> >
> > I guess the SDK is really just a way to speed things up, you can
> > probably also use the buildchroot, copy in that static qemu,
> > configure binfmt and chroot into it. That might be a less confusing
> > way if the applications do not take too long to compile.
> >
> > Henning
> >
> > Am Thu, 25 Mar 2021 18:20:57 +0530
> > schrieb Rajashree Sankar <rajashree.sankar@sanmina.com>:
> >
> > > Hello,
> > >
> > > We need to generate an SDK in ISAR platform. We are using the
> > > command "bitbake <image> -c populate_sdk".The SDK generated has
> > > libraries generated for the host system.We need to have it
> > > generated for the target. Please provide the necessary data for
> > > the same. Thanks and Regards,
> > > Rajashree Sankar
> > >
> >
> >
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 7821 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-26 7:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 12:50 ISAR SDK Libraries not generated for target Rajashree Sankar
2021-03-25 16:01 ` Henning Schild
2021-03-26 3:41 ` Rajashree Sankar
2021-03-26 7:03 ` Henning Schild
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox