All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] LTP for ARM64
@ 2017-01-06  2:06 Senthil K
  2017-01-15 14:22 ` $rik@nth
  0 siblings, 1 reply; 3+ messages in thread
From: Senthil K @ 2017-01-06  2:06 UTC (permalink / raw)
  To: ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 1336 bytes --]

Hi All,

We are using user space 32bit and kernel space 64 bit for ARMV8 platform.

We have compiled the LTP using 32 bit tool chain. Follwoing are the steps we have followed

export AR=arm-buildroot-linux-ar
export LD=arm-buildroot-linux-ld
export CC=arm-buildroot-linux-gcc

./configure --host=arm-linux --target=arm-buildroot-linux --exec-prefix=/home/
make
make install.

The compilation was successful.

We are observing that there are more failures due to "getpwnam(nobody)" - ENOENT.

We have added the  nobody entry in /etc/passwd file but still we are getting the issue.

Please share your inputs.



Senthil K









"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."

[-- Attachment #1.2: Type: text/html, Size: 7856 bytes --]

[-- Attachment #2: Type: text/plain, Size: 203 bytes --]

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] LTP for ARM64
  2017-01-06  2:06 [LTP] LTP for ARM64 Senthil K
@ 2017-01-15 14:22 ` $rik@nth
  2017-01-15 23:14   ` Senthil K
  0 siblings, 1 reply; 3+ messages in thread
From: $rik@nth @ 2017-01-15 14:22 UTC (permalink / raw)
  To: Senthil K, ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 2106 bytes --]

Is this for which OS?
On Fri, Jan 6, 2017 at 7:53 AM Senthil K <Senthil.K@aricent.com> wrote:

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Hi All,
>
>
>
>
>
> We are using user space 32bit and kernel space 64 bit for ARMV8 platform.
>
>
>
>
>
> We have compiled the LTP using 32 bit tool chain. Follwoing are the steps
> we have followed
>
>
>
>
>
> export AR=arm-buildroot-linux-ar
>
>
> export LD=arm-buildroot-linux-ld
>
>
> export CC=arm-buildroot-linux-gcc
>
>
>
>
>
> ./configure --host=arm-linux --target=arm-buildroot-linux
> --exec-prefix=/home/
>
>
> make
>
>
> make install.
>
>
>
>
>
> The compilation was successful.
>
>
>
>
>
> We are observing that there are more failures due to "getpwnam(nobody)" -
> ENOENT.
>
>
>
>
>
> We have added the  nobody entry in /etc/passwd file but still we are
> getting the issue.
>
>
>
>
>
> Please share your inputs.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Senthil K*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> "DISCLAIMER: This message is proprietary to Aricent and is intended solely
> for the use of the individual to whom it is addressed. It may contain
> privileged or confidential information and should not be circulated or used
> for any purpose other than for what
>
> it is intended. If you have received this message in error, please notify
> the originator immediately. If you are not the intended recipient, you are
> notified that you are strictly prohibited from using, copying, altering, or
> disclosing the contents of this
>
> message. Aricent accepts no responsibility for loss or damage arising from
> the use of the information transmitted by this email including damage from
> virus."
>
>
>
>
>
>
> ------------------------------------------------------------------------------
>
> Check out the vibrant tech community on one of the world's most
>
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
>
> Ltp-list mailing list
>
> Ltp-list@lists.sourceforge.net
>
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>
>

[-- Attachment #1.2: Type: text/html, Size: 9969 bytes --]

[-- Attachment #2: Type: text/plain, Size: 323 bytes --]

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] LTP for ARM64
  2017-01-15 14:22 ` $rik@nth
@ 2017-01-15 23:14   ` Senthil K
  0 siblings, 0 replies; 3+ messages in thread
From: Senthil K @ 2017-01-15 23:14 UTC (permalink / raw)
  To: $rik@nth, ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 3021 bytes --]

OS – Linux.

Kernel Space is ARM 64 bit
Userspace is ARM 32 bit

I have compiled LTP using  ARM 32 bit tool chain.

From: $rik@nth [mailto:srikanth007m@gmail.com]
Sent: Sunday, January 15, 2017 6:23 AM
To: Senthil K <Senthil.K@aricent.com>; ltp-list@lists.sourceforge.net
Subject: Re: [LTP] LTP for ARM64

Is this for which OS?
On Fri, Jan 6, 2017 at 7:53 AM Senthil K <Senthil.K@aricent.com<mailto:Senthil.K@aricent.com>> wrote:













Hi All,



We are using user space 32bit and kernel space 64 bit for ARMV8 platform.



We have compiled the LTP using 32 bit tool chain. Follwoing are the steps we have followed



export AR=arm-buildroot-linux-ar

export LD=arm-buildroot-linux-ld

export CC=arm-buildroot-linux-gcc



./configure --host=arm-linux --target=arm-buildroot-linux --exec-prefix=/home/

make

make install.



The compilation was successful.



We are observing that there are more failures due to "getpwnam(nobody)" - ENOENT.



We have added the  nobody entry in /etc/passwd file but still we are getting the issue.



Please share your inputs.

























Senthil K
























"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what

it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this

message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."




------------------------------------------------------------------------------

Check out the vibrant tech community on one of the world's most

engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________

Ltp-list mailing list

Ltp-list@lists.sourceforge.net<mailto:Ltp-list@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/ltp-list
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."

[-- Attachment #1.2: Type: text/html, Size: 17186 bytes --]

[-- Attachment #2: Type: text/plain, Size: 323 bytes --]

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-15 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06  2:06 [LTP] LTP for ARM64 Senthil K
2017-01-15 14:22 ` $rik@nth
2017-01-15 23:14   ` Senthil K

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.