* Compiling packages from source on Ultrasparc
@ 2002-11-18 1:00 Shanti Katta
2002-11-18 1:23 ` Ben Collins
2002-11-18 5:33 ` David S. Miller
0 siblings, 2 replies; 6+ messages in thread
From: Shanti Katta @ 2002-11-18 1:00 UTC (permalink / raw)
To: sparclinux; +Cc: linux-kernel
Hi,
I understand that userland is 32-bit on Ultrasparc. I am trying to
compile user-mode-linux on Ultrasparc, and I guess I need to compile it
in 32-bit mode for it to run as a normal user-level process. UML make
use of certain files in asm-{base-arch} during compilation. Now, to
compile uml in 32-bit mode, I did not include any flags in
makefiles(like -m64, -mcpu=ultrasparc) that would include 64-bit
specific asm code.
My question is that, what difference does it make when I compile UML, in
a sparc32 shell, as compared to the above process without executing the
sparc32 shell. I understand that if compiled in sparc32 shell, it
recognizes the host-arch as "sparc" instead of "sparc64". But other than
that, does it make any other difference? I am also not sure, which is
the right method for compiling UML.
Any pointers will be appreciated.
-Shanti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiling packages from source on Ultrasparc
2002-11-18 1:00 Compiling packages from source on Ultrasparc Shanti Katta
@ 2002-11-18 1:23 ` Ben Collins
2002-11-18 5:33 ` David S. Miller
1 sibling, 0 replies; 6+ messages in thread
From: Ben Collins @ 2002-11-18 1:23 UTC (permalink / raw)
To: Shanti Katta; +Cc: sparclinux, linux-kernel
On Sun, Nov 17, 2002 at 08:00:11PM -0500, Shanti Katta wrote:
> Hi,
> I understand that userland is 32-bit on Ultrasparc. I am trying to
> compile user-mode-linux on Ultrasparc, and I guess I need to compile it
> in 32-bit mode for it to run as a normal user-level process. UML make
> use of certain files in asm-{base-arch} during compilation. Now, to
> compile uml in 32-bit mode, I did not include any flags in
> makefiles(like -m64, -mcpu=ultrasparc) that would include 64-bit
> specific asm code.
> My question is that, what difference does it make when I compile UML, in
> a sparc32 shell, as compared to the above process without executing the
> sparc32 shell. I understand that if compiled in sparc32 shell, it
> recognizes the host-arch as "sparc" instead of "sparc64". But other than
> that, does it make any other difference? I am also not sure, which is
> the right method for compiling UML.
> Any pointers will be appreciated.
To compile it as a 32bit app, use the sparc32 wrapper to be safe, or
pass sparc as the target arch for UML.
--
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo - http://www.deqo.com/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiling packages from source on Ultrasparc
2002-11-18 1:00 Compiling packages from source on Ultrasparc Shanti Katta
2002-11-18 1:23 ` Ben Collins
@ 2002-11-18 5:33 ` David S. Miller
2002-11-18 17:09 ` Shanti Katta
1 sibling, 1 reply; 6+ messages in thread
From: David S. Miller @ 2002-11-18 5:33 UTC (permalink / raw)
To: katta; +Cc: sparclinux, linux-kernel
From: Shanti Katta <katta@csee.wvu.edu>
Date: 17 Nov 2002 20:00:11 -0500
I understand that userland is 32-bit on Ultrasparc. I am trying to
compile user-mode-linux on Ultrasparc,
Maybe after you post about this ordeal 500 more times, someone
will answer.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiling packages from source on Ultrasparc
2002-11-18 5:33 ` David S. Miller
@ 2002-11-18 17:09 ` Shanti Katta
2002-11-18 19:41 ` David S. Miller
0 siblings, 1 reply; 6+ messages in thread
From: Shanti Katta @ 2002-11-18 17:09 UTC (permalink / raw)
To: David S. Miller; +Cc: sparclinux, linux-kernel
On Mon, 2002-11-18 at 00:33, David S. Miller wrote:
> From: Shanti Katta <katta@csee.wvu.edu>
> Date: 17 Nov 2002 20:00:11 -0500
>
> I understand that userland is 32-bit on Ultrasparc. I am trying to
> compile user-mode-linux on Ultrasparc,
>
> Maybe after you post about this ordeal 500 more times, someone
> will answer.
Take this to be posted 500 more times...does it really work?
-Shanti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiling packages from source on Ultrasparc
2002-11-18 17:09 ` Shanti Katta
@ 2002-11-18 19:41 ` David S. Miller
2002-11-18 23:37 ` Shanti Katta
0 siblings, 1 reply; 6+ messages in thread
From: David S. Miller @ 2002-11-18 19:41 UTC (permalink / raw)
To: katta; +Cc: sparclinux, linux-kernel
From: Shanti Katta <katta@csee.wvu.edu>
Date: 18 Nov 2002 12:09:03 -0500
On Mon, 2002-11-18 at 00:33, David S. Miller wrote:
> Maybe after you post about this ordeal 500 more times, someone
> will answer.
Take this to be posted 500 more times...does it really work?
My point is that when you post a question 2 or more times
and nobody responds, posting the question some more isn't
going to arrive you at a response.
So please stop.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Compiling packages from source on Ultrasparc
2002-11-18 19:41 ` David S. Miller
@ 2002-11-18 23:37 ` Shanti Katta
0 siblings, 0 replies; 6+ messages in thread
From: Shanti Katta @ 2002-11-18 23:37 UTC (permalink / raw)
To: David S. Miller; +Cc: sparclinux, linux-kernel
On Mon, 2002-11-18 at 14:41, David S. Miller wrote:
> My point is that when you post a question 2 or more times
> and nobody responds, posting the question some more isn't
> going to arrive you at a response.
I did receive some constructive responses to my posts and AFAIK I have
never posted the same question twice. Although, all those posts relate
to different aspects of the same problem.
> So please stop.
How else am I supposed to get help?
-Shanti
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-11-18 23:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-18 1:00 Compiling packages from source on Ultrasparc Shanti Katta
2002-11-18 1:23 ` Ben Collins
2002-11-18 5:33 ` David S. Miller
2002-11-18 17:09 ` Shanti Katta
2002-11-18 19:41 ` David S. Miller
2002-11-18 23:37 ` Shanti Katta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox