Displaying 20 results from an estimated 400000 matches similar to: "CentOS-4 for ppc32"
2006 Feb 22
1
CentOS 4.3 for ppc32
A while back, there was mention that the release of CentOS 4.3 would
bring a ppc32 version. Is this still in the works? If so, is it
scheduled to be released at the same time as the more popular releases,
or at a later time?
Thanks,
Barry
2006 May 01
0
CentOS 4 for PPC32
Does anyone have any news about the PPC32 release of CentOS 4?
Thanks,
Barry
2005 Dec 23
0
CentOS 4 on ppc32 iMac
Does anyone have CentOS 4 running on an iMac? Any caveats or useful tips?
Where are the ISOs located these days?
TIA,
Barry
2005 Nov 30
3
CentOS 4 and Intel Wireless 2200BG (ipw2200)
I am going to be setting up an Intel 2200bg card this evening. I was
wondering if anyone is using this (successfully) with CentOS 4. The
directions look straightforward, but please let me know if you had to do
anything interesting/undocumented to make it work. I am also wondering
if people are using the driver provided with the current CentOS 4 kernel
or if people are using the most recent
2005 Dec 18
2
Belkin F5D6050 USB Wireless in CentOS 4.2
Is anyone successfully using a Belkin F5D6050 USB Wireless in CentOS
4.2? If so, what driver are you using? Did you have to do anything
special to make it work? At this point, I have downloaded, compiled
installed and loaded the latest drivers from
http://atmelwlandriver.sourceforge.net but lvnet is unable to find my
adapter. I've tried every driver module that it created, and still no
2006 Apr 12
2
Update of CentOS 4.0 to 4.3
I need to update a CentOS 4.0 system to CentOS 4.3. In my opinion, I
should start out with a "yum update yum centos-yumconf" and then follow
that with a "yum update". Does anyone have any other input as to what
other packages might be needed to be updated with yum and centos-yumconf
before the mass upgrade?
Thanks,
Barry
2006 Jun 06
0
ppc32: "Relocation truncated to fit"
Hello ppc32 users,
I think I finally got the "official" answer on the ppc32 problem. Apparently some
distributions build binutils so that it defaults to elf32ppc emulation rather than
elf32ppclinux. This doesn't matter when using gcc, since gcc overrides the emulation
explicitly, but it does matter when invoking ld directly like klibc does.
This patch should hopefully take
2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
Hello,
I am currently facing an issue at linking stage when compiling basic C code for an embedded PPC32 platform and linking with LLD. For external symbol linkage LLVM appears to use PLT which results in generating a R_PPC_PLTREL24 relocation, that is not support by LDD. Therefore even such a basic example cannot be built:
/* s.c */
int f() { return 0; }
/* t.c */
int f();
int _start() {
2017 Oct 04
2
Relocations used for PPC32 in non-PIC mode
Hal,
I very well understand that LDD may not be in a good state for PPC32, and it would definitely need some improvements sooner or later. In fact I even submitted a patch adding a relocation to ldd just a few hours ago.
However, this particular case is not related to LDD, it is a design issue and furthermore a regression in LLVM itself. I checked gcc, and neither does it try to use PLT and
2017 May 05
2
CentOS 7 cloned VM cannot boot
On 5/5/2017 5:11 ??, Barry Brimer wrote:
> Are the correct volumes referenced in your /etc/default/grub file?
Thanks Barry for your feedback.
Here is the output:
http://iweb.noa.gr/files/centos7/scratchvm-data-20170505-01.png
What can you tell from that?
Cheers,
Nick
2008 Jul 23
2
[LLVMdev] customized output of double load/store on ppc32
Hi
For .LL like:
define void @Func()
{
%var1 = alloca double
store double 0x40bb580000000000, double* %var1
ret void
}
ppc32 output is:
...
lis 3, 16571
ori 3, 3, 22528
li 4, 0
stw 3, 8(1)
stw 4, 12(1)
...
I'm using the PPC backend's output as the "bytecode" for an interpreter
that I would like to be able to run
2011 Dec 02
0
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
On Fri, 2011-12-02 at 20:18 +0100, acrux_it at libero.it wrote:
> >Da: hfinkel at anl.gov
> >Data: 02/12/2011 16.27
> >A: "acrux_it at libero.it"<acrux_it at libero.it>
> >Cc: <llvmdev at cs.uiuc.edu>
> >Ogg: Re: [LLVMdev] LLVM-3.0 fails to build on linux ppc32
> >
> >On Fri, 2011-12-02 at 09:15 -0600, Hal Finkel wrote:
> >>
2006 Jan 14
1
Linksys WPC11 v2.5 + CentOS 4
Does anyone have a Linksys WPC11 v2.5 running under CentOS 4? If so,
were there any special tricks that you had to perform? Any information
would be most helpful.
Thanks,
Barry Brimer
2015 Aug 26
2
grub.conf
Thank you so much!!!
It worked.
On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote:
> Thanks for reply.
>>
>> I replaced break=y with init=/bin/sh.
>> In that case case system just hangs with the following message.
>> "Freeing unused kernel memory : 400k freed".
>>
>> Thanks!!
>> Sachin
>>
>> On Tue,
2009 Jun 12
2
Wine-linux-ppc32 working status and future enchantments
Hello there Wine community
Thank you for developing and maintaining this wonderful project
I have been using YellowDog Linux on my PPC32 box for a while now, I was thinking if the good old wine project could be ported/expanded to this platform as well.
After a minor change in the source code ( letoh16 > lendian16toh) it compiled successfully ( without the tests ).
It even managed to get
2011 Dec 02
2
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
>Da: hfinkel at anl.gov
>Data: 02/12/2011 16.27
>A: "acrux_it at libero.it"<acrux_it at libero.it>
>Cc: <llvmdev at cs.uiuc.edu>
>Ogg: Re: [LLVMdev] LLVM-3.0 fails to build on linux ppc32
>
>On Fri, 2011-12-02 at 09:15 -0600, Hal Finkel wrote:
>> On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote:
>> > Nico,
>> >
>> >
2008 Dec 11
6
yum-updatesd or similar for CentOS 4
Hello,
we have enabled yum-updatesd on our dozen real
and virtual machines running CentOS 5.2 some time
ago and are very satisfied:
afarber at ablsw01:~> grep -v ^# /etc/yum/yum-updatesd.conf
[main]
run_interval = 7200
updaterefresh = 1200
emit_via = email
dbus_listener = no
do_update = yes
do_download = yes
do_download_deps = yes
(it would be good to make it use the proxy though...)
My
2005 Sep 08
1
centericq 4.21.0 on CentOS 4
Has anyone been able to install centericq 4.21.0 on CentOS 4? I've been unable
to install the binary rpm from the centericq site. I've also been unable to
correctly rebuild the source rpm on CentOS 4 as well. Any ideas would be
greatly appreciated.
Thanks,
Barry
2017 May 05
0
CentOS 7 cloned VM cannot boot
On Fri, May 5, 2017 at 11:54 AM, Nikolaos Milas <nmilas at noa.gr> wrote:
> On 5/5/2017 5:11 ??, Barry Brimer wrote:
>
> Are the correct volumes referenced in your /etc/default/grub file?
>>
>
> Thanks Barry for your feedback.
>
> Here is the output:
>
> http://iweb.noa.gr/files/centos7/scratchvm-data-20170505-01.png
>
> What can you tell from that?
2015 Aug 26
0
grub.conf
On Tue, 25 Aug 2015, Sachin Gupta wrote:
> Thank you so much!!!
> It worked.
>
> On Tue, Aug 25, 2015 at 8:04 PM, Barry Brimer <lists at brimer.org> wrote:
>
>> Thanks for reply.
>>>
>>> I replaced break=y with init=/bin/sh.
>>> In that case case system just hangs with the following message.
>>> "Freeing unused kernel memory :