List Info

Thread: iBook problems and solutions




iBook problems and solutions
country flaguser name
Japan
2007-08-19 08:28:33
Hello,

This is what I've tried to work -current on clamshell iBook
G3 since
last month.
I hope this report will help somebody.

Hardware:
Apple iBook 466MHz Special Edition Key Lime (FireWire)
(M8245LL/A)

Problems:

1. X doesn't start on 3.1 Release
2. update to -current, GENERIC kernel doesn't boot
3. X server works, but screen is black


First of all, I installed 3.1 release with no problem, then
tried to
use X.

# XFree86 -configure
# cp /root/XF86Config.new /etc/X11/XF86Config
# startx

But X didn't start, there was a familiar error message in
/var/log/XFree86.0.log.

------------------------------------------------------------
--------
Fatal server error:
xf86MapVidMem: could not mmap screen [s=20000,a=a0000]
(Invalid
argument)
------------------------------------------------------------
--------

Every Macintosh except beige G3, X didn't start with this
error.
PB2400,PB3400,G4 AGP graphics,G3 blue & white, those
models left me
the same one.

I think update to -current is the best solution, then I got
the
second problem.

Booting GENERIC kernel, it stoped almost finish to boot.

------------------------------------------------------------
--------
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
panic: cnopen: no console device
Stopped in pid 16.1 <init> at  
netbsd:cpu_Debugger+0x10:   Lwz   r0,
r1, 0x14
db> 
------------------------------------------------------------
--------

That's the problem of booting -current kernel and the
solution is the
next post.



Thanks,
Masafumi Hotta

Re: iBook problems and solutions
country flaguser name
Japan
2007-08-19 08:50:32
Hello,

This is what I've tried to work -current on clamshell iBook
G3 since
last month.
I hope this report will help somebody.

Apple iBook 466MHz Special Edition Key Lime (FireWire)
(M8245LL/A)


Booting GENERIC kernel, it stoped almost finish to boot.

------------------------------------------------------------
--------
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
panic: cnopen: no console device
Stopped in pid 16.1 <init> at  
netbsd:cpu_Debugger+0x10:   Lwz   r0,
r1, 0x14
db> 
------------------------------------------------------------
--------

I happened to know the command "dmesg" is
available on that case, and
found unfamiliar messages.

------------------------------------------------------------
--------
db> dmesg
.....
.....
.....
machfb0 at pci0 dev 16 function 0: ATI Technologies Rage
Mobility M3
(AGP) (rev. 0x02)
machfb0: 64 MB aperture at 0x94000000, 16 KB registers at
0x90000000
machfb0: 16384 KB (unknown type) 14.318 MHz, maximum RAMDAC
clock 230
MHz
machfb0: chip ID mismatch, 0xff7f != 0x4c46
------------------------------------------------------------
---------

On 3.1 Release, dmesg looks like this:

------------------------------------------------------------
---------
ofb0 at pci0 dev 16 function 0: ATI Technologies Rage
Mobility M3
(AGP)
ofb0: 800 x 600, 8bpp
wsdisplay0 at ofb0 kbdmux 1: console (std, vt100 emulation)
wsmux1: connecting to wsdisplay0
------------------------------------------------------------
---------

So I made the kernel config file comment out this line,
------------------------------------------------------------
---------
machfb*      at pci? function ?    # ATI Mach 64, Rage, Rage
Pro
------------------------------------------------------------
---------
and built.

This special kernel booted fine, and I installed the new
userland(with
X). Updating to -current was finished.

I referred to these pages:
http://www.netbsd
.org/docs/current/
h
ttp://www.netbsd.org/docs/guide/en/chap-build.html

After that, I tried to use X with "startx"
command, but screen was
black. About this problem is the next post.


Thanks,
Masafumi Hotta



Re: iBook problems and solutions
country flaguser name
Japan
2007-08-19 08:52:37
Hello,

This is what I've tried to work -current on clamshell iBook
G3 since
last month.
I hope this report will help somebody.

Hardware:
Apple iBook 466MHz Special Edition Key Lime (FireWire)
(M8245LL/A)


Updating to -current was finished, but X problem was
unsolved.
I tried to use X with "startx" command, X server
was running but
screen was black.

XF86Config file that Dave showed me solved it.
I think it is most important to configure the
"HorizSync" and
"VertRefresh" properly. But I don't know how to do
it by myself.

I put XF86Config using on my iBook, for someone can easily 
google it up.

------------------------------------------------------------
-------
# base configuration from xf86cfg, tweaked using
# hints from Matsubayashi 'Shaolin' Kohji shaolinrhythmaning.org
# and K. Hanai-san hanaikoto.kpu-m.ac.jp

Section "ServerLayout"
    Identifier     "ibook"
    Screen         "Screen0" 0 0
    InputDevice    "Mouse0"
"CorePointer"
    InputDevice    "Keyboard0"
"CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    #FontPath     "/usr/pkg/lib/X11/fonts/TTF/"
    #FontPath    
"/usr/pkg/lib/X11/fonts/Mozilla/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath    
"/usr/X11R6/lib/X11/fonts/TrueType/"
    FontPath    
"/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath    
"/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath    
"/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath    
"/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/local/lib/X11/fonts/TTF/"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "glx"
    Load  "record"
    Load  "xtrap"
    Load  "speedo"
    Load  "type1"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "Protocol" "wskbd"
    Option      "Device" "/dev/wskbd0"
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant" "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "wsmouse"
    Option      "Device" "/dev/wsmouse"
#    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Apple"
    ModelName    "LCD"
    HorizSync    31-80
    VertRefresh  56-76
    Option	"DPMS"
EndSection

Section "Device"
    Identifier  "Card0"
        Driver      "ati"
#        Option      "device"
"/dev/ttyE0"
    VendorName  "ATI"
    BoardName   "Mach 64"
    Option	"PanelWidth" "800"
    Option	"PanelHeight" "600"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24

    SubSection "Display"
        Depth    8
        Modes "800x600"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "800x600"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "800x600"
    EndSubSection
EndSection

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

Now I can use my iBook for web browsing, e-mail and
etcetera.
After that, I made some improvements, and that is the next
post.


Thanks,
Masafumi Hotta

Re: iBook problems and solutions
country flaguser name
Japan
2007-08-19 08:53:40
Hello,

This is what I've tried to work -current on clamshell iBook
G3 since
last month.
I hope this report will help somebody.

Apple iBook 466MHz Special Edition Key Lime (FireWire)
(M8245LL/A)


I made some changes on iBook.
First, I put more RAM on it.
It had 64MB on board and 128MB was added.
Using "firefox" web browser, it took so long time
to start.
So, I put 512MB RAM instead of 128MB, and I felt better than
before.

Second, using the kernel with genfb. 
Using genfb* instead of ofb* made iBook more useful.
Faster console and big fonts made me feel good.
I could exit X and go back to console with option + control
+ delete
key combination. Using ofb*, "DefaultDepth 8" had
to be specified to
go back to console. But using genfb*,
"DefaultDepth" didn't matter.

To use genfb*, I made the kernel config file comment out two
lines,
------------------------------------------------------------
--------
ofb*   at pci? dev ? function ?  # Generic Open Firmware
Framebuffer
machfb*      at pci? function ?    # ATI Mach 64, Rage, Rage
Pro
------------------------------------------------------------
--------

and added this line,
------------------------------------------------------------
--------
genfb* at pci? 
------------------------------------------------------------
--------

and built the kernel.
I think genfb is fine.

I am happy to use iBook running NetBSD.
Finally, I would like to thank Michael and David to help
me.



Masafumi Hotta
------------------------------------------------------------
--------
This is latest dmesg:

Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005,
    2006, 2007
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights
reserved.

NetBSD 4.99.26 (GENFB) #0: Sun Aug  5 21:15:14 JST 2007
	pen4pen4.masafumi:/home/pen4/macppc/obj/sys/arch/macppc/c
ompile/GENFB
total memory = 576 MB
avail memory = 545 MB
timecounter: Timecounters tick every 10.000 msec
init_interrupt: found OpenPIC  pa 0x80040000, 0x80040000
mainbus0 (root)
cpu0 at mainbus0: 750 (Revision 0.2), ID 0 (primary)
cpu0: HID0
8090c0a4<EMCP,DOZE,DPM,ICE,DCE,SGE,BTIC,BHT>,
powersave: 1
cpu0: 466.67 MHz, 512KB WB L2 cache
uni_n0 at mainbus0 address 0xf8000000
ki2c0 at uni_n0 address 0xf8001000
iic0 at ki2c0: I2C bus
uninorth0 at mainbus0
pci0 at uninorth0 bus 0
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 11 function 0
pchb0: Apple Computer UniNorth AGP Interface (rev. 0x00)
genfb0 at pci0 dev 16 function 0: ATI Technologies Rage
Mobility M3 (AGP)
wsdisplay0 at genfb0 kbdmux 1: console (default, vt100
emulation)
wsmux1: connecting to wsdisplay0
uninorth1 at mainbus0
pci1 at uninorth1 bus 0
pci1: i/o space, memory space enabled
pchb1 at pci1 dev 11 function 0
pchb1: Apple Computer UniNorth Host-PCI Bridge (rev. 0x00)
obio0 at pci1 dev 23 function 0: addr 0x80000000
enabling KeyLargo internal modem
i2s at obio0 offset 0x10000 not configured
zsc0 at obio0: irq 22,50
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
adb0 at obio0 offset 0x16000 irq 47: apm0 at adb0: battery
flags 0x5, 99% charged
3 targets
aed0 at adb0 addr 0: ADB Event device
akbd0 at adb0 addr 2: PowerBook G3 keyboard (Japanese
layout)
wskbd0 at akbd0: console keyboard, using wsdisplay0
ams0 at adb0 addr 3: EMP trackpad <tpad> 2-button, 400
dpi
wsmouse0 at ams0 mux 0
abtn0 at adb0 addr 7: buttons
battery at obio0 offset 0x0 not configured
backlight at obio0 offset 0xf300 not configured
ki2c1 at obio0
iic1 at ki2c1: I2C bus
wdc0 at obio0 offset 0x1f000 irq 19: DMA transfer
atabus0 at wdc0 channel 0
wdc1 at obio0 offset 0x20000 irq 20: DMA transfer
atabus1 at wdc1 channel 0
wdc2 at obio0 offset 0x21000 irq 21: DMA transfer
atabus2 at wdc2 channel 0
ohci0 at pci1 dev 24 function 0: Apple Computer KeyLargo USB
Controller (rev. 0x00)
ohci0: interrupting at irq 27
ohci0: OHCI version 1.0
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: Apple Computer OHCI root hub, class 9/0, rev
1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ohci1 at pci1 dev 25 function 0: Apple Computer KeyLargo USB
Controller (rev. 0x00)
ohci1: can't map mem space
uninorth2 at mainbus0
pci2 at uninorth2 bus 0
pci2: i/o space, memory space enabled
pchb2 at pci2 dev 11 function 0
pchb2: Apple Computer UniNorth Host-PCI Bridge (rev. 0x00)
fwohci0 at pci2 dev 14 function 0: Apple Computer product
0x0018 (rev. 0x01)
fwohci0: interrupting at irq 40
fwohci0: OHCI version 1.0 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:30:65:ff:fe:bb:a3:c0
fwohci0: Phy 1394a available S400, 1 ports.
fwohci0: Link S400, max_rec 2048 bytes.
ieee1394if0 at fwohci0: IEEE1394 bus
fwip0 at ieee1394if0: IP over IEEE1394
fwohci0: Initiate bus reset
gem0 at pci2 dev 15 function 0: Apple Computer GMAC Ethernet
(rev. 0x01)
gem0: interrupting at irq 41
gem0: Ethernet address 00:30:65:bb:a3:c0, 10KB RX fifo, 4KB
TX fifo
bmtphy0 at gem0 phy 0: BCM5201 10/100 media interface, rev.
2
bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX,
auto
timecounter: Timecounter "clockinterrupt"
frequency 100 Hz quality 0
timecounter: Timecounter "mftb" frequency 16644884
Hz quality 100
resCount=4080 plen=20 len=-4
fwohci0: AR DMA status=8409,  skip buffer done
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
ieee1394if0: 1 nodes, maxhop <= 0, Not found IRM capable
node
Kernelized RAIDframe activated
wd0 at atabus0 drive 0: <IBM-DJSA-210>
wd0: drive supports 16-sector PIO transfers, LBA addressing
wd0: 9590 MB, 19485 cyl, 16 head, 63 sec, 512 bytes/sect x
19640880 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 4
(Ultra/66)
wd0(wdc0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode
4 (Ultra/66) (using DMA)
atapibus0 at atabus1: 2 targets
cd0 at atapibus0 drive 0: <MATSHITADVD-ROM SR-8174, ,
C113> cdrom removable
cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2
(Ultra/33)
cd0(wdc1:0:0): using PIO mode 4, DMA mode 2 (using DMA)
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
wsdisplay0: screen 1 added (default, vt100 emulation)
wsdisplay0: screen 2 added (default, vt100 emulation)
wsdisplay0: screen 3 added (default, vt100 emulation)
wsdisplay0: screen 4 added (default, vt100 emulation)

Re: iBook problems and solutions
country flaguser name
United States
2007-08-19 10:58:07
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

> machfb0 at pci0 dev 16 function 0: ATI Technologies
Rage Mobility M3
> (AGP) (rev. 0x02)
> machfb0: 64 MB aperture at 0x94000000, 16 KB registers
at 0x90000000
> machfb0: 16384 KB (unknown type) 14.318 MHz, maximum
RAMDAC clock 230
> MHz
> machfb0: chip ID mismatch, 0xff7f != 0x4c46

That bug in machfb has been fixed - the M3 is not a mach64
and 
shouldn't have been on machfb's match list in the first
place.

have fun
Michael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iQEVAwUBRshoj8pnzkX8Yg2nAQJxwwf5AXUiKNHWf1KVF4I2mRDK4COPJ8ym
ik18
o7skeV5VnCKgTXpUuOpL043aWoZ9q5KaTOK5ekrRFwzoSiz8wgGTTxyK+ae5
IPNu
DkGAtd/ncKo9E1UQdW/XzVVKjACL0VewQ38jqRHT58/Llmv5W/l26II96UcT
GoRO
SamYzlLjEqZn+Zm6yA4QgVe38HW9c11OkcvZA7L/np2Nqp88YRMDYYpmF9lb
Gx5o
HXBr198YYT7cCCBBMsVPsP041iBEK2bbEpW9DhzTgEoTWMtfVKZy52T/+8wx
A+HK
/V8Pgq7LwQyZr5atsSADFpGku1qZb6/Q2LBpiAPSXhgEaFM54iUVbg==
=I5L9
-----END PGP SIGNATURE-----


Re: iBook problems and solutions
country flaguser name
United States
2007-08-19 11:05:43
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

> i2s at obio0 offset 0x10000 not configured
>
That's the audio chip, might work with the awacs driver.

have fun
Michael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iQEVAwUBRshqV8pnzkX8Yg2nAQJyTAf/QhEh8CN45i+LChp4m2H6XyfMDgdd
01Qg
wG4d/XduKLppX0VUDK+dgir1KhIEQZdH7oMzZisbf5EthiE2w8oKpA6A5J22
9kom
FhGulfR8OF7ID7LMt/Mo5ievIEj6Fe5n4SUpLDWG/izPoq2aUN2ZTtzY22PI
Ztpu
JS1Dw1czcfdtSnzjYY/clWpcDVVf3geCCJOmQGgatszom+YRATTu89oz1UWo
uCNv
9Gk58XL1B/YES1jQDANGf/K++uPOYCHEd+eS/WXpbTRoBGsutU4Amz47Dglz
1ETY
kH6g5tqIhk+q2UvLGUW9VbP7mMJB3+XbNiLbveiiC83UlXbycYYRoQ==
=UFd2
-----END PGP SIGNATURE-----


Re: iBook problems and solutions
country flaguser name
Japan
2007-08-20 07:06:28
Hello,

>> i2s at obio0 offset 0x10000 not configured
>>
>That's the audio chip, might work with the awacs
driver.
>

I'm happy to know that.
I will try  the awacs driver and GENERIC kernel this
weekend, and
report again.

Thanks,
Masafumi Hotta




Re: iBook problems and solutions
country flaguser name
United States
2007-08-20 13:08:54
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On Aug 20, 2007, at 08:06, Masafumi Hotta wrote:

>>> i2s at obio0 offset 0x10000 not configured
>>>
>> That's the audio chip, might work with the awacs
driver.
>>
>
> I'm happy to know that.
> I will try  the awacs driver and GENERIC kernel this
weekend, and
> report again.

Don't expect too much though - the OF node looks like an
awacs but I 
have absolutely no knowledge about this particular model (
'daca' ).

have fun
Michael
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iQEVAwUBRsnYt8pnzkX8Yg2nAQINWwf/eoWZpzNnWCi3lF2yxBTGXOblLQtd
JGnH
nKKaSWhqwgsqAGOReN+nwW9NthtlJ35xotDB7IlAFzX3+777iuhuwT+5qZc4
d4zM
vHMXMos8qQDOCuRL9swI/eavTm7L0xzZZwEpv1r5P7zBk7eA+eowVqTrUFOU
NEpr
KYgicfBRHxEA4RBX9Lq6rieGkYQoDUbJfLMupougzE25nRdqYmWEEXf5nUVD
l0NV
I4F0ROYe8AEWOitu8SZrDZ6UZ9EzNlV67dHuT3mSV9ULD03Exjxx+7SAvnXs
x5tp
AWyEzKRTjkaJ/fZlI3Nvg2vDhmWF8K2WwJplthPwgh/wXOikSbQzZw==
=jRKl
-----END PGP SIGNATURE-----


Re: iBook problems and solutions
country flaguser name
Japan
2007-08-24 07:18:18
Hello,

I updated the source today and built the kernel.
The config file was GENERIC + awacs driver (enabled awacs).
The kernel stoped with the message

------------------------------------------------------------
-----------
machfb0 at pci0 dev 16 function 0:ATI Technologies Rage
Mobility M3 
(AGP) (rev. 0x02)
machfb0: 64MB aperture at -0x94000000, 16KB registers at
0x90000000
machfb0: 16384 KB (unknown type) 14.318 MHz, maximum RAMDAC
clock 230 MHz
machfb0: chip ID mismatch, 0xff7f !=0x4c46
...
...
...
...
enabling KeyLargo internal modem
awacs0 at obio0 offset 0x10000: irq 30,1,2
------------------------------------------------------------
-------------

I made the new config file GENERIC + awacs driver + comment
out
macfb* .
The kernel stoped again at :
------------------------------------------------------------
------------
awacs0 at obio0 offset 0x10000: irq 30,1,2
------------------------------------------------------------
------------

I had one more trouble, today.
That is on the next post.

Thanks,
Masafumi Hotta


>> machfb0 at pci0 dev 16 function 0: ATI Technologies
Rage Mobility M3
>> (AGP) (rev. 0x02)
>> machfb0: 64 MB aperture at 0x94000000, 16 KB
registers at 0x90000000
>> machfb0: 16384 KB (unknown type) 14.318 MHz,
maximum RAMDAC clock 230
>> MHz
>> machfb0: chip ID mismatch, 0xff7f != 0x4c46
>
>That bug in machfb has been fixed - the M3 is not a
mach64 and 
>shouldn't have been on machfb's match list in the first
place.
>
>have fun
>Michael
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.2.4 (Darwin)
>
>iQEVAwUBRshoj8pnzkX8Yg2nAQJxwwf5AXUiKNHWf1KVF4I2mRDK4COP
J8ymik18
>o7skeV5VnCKgTXpUuOpL043aWoZ9q5KaTOK5ekrRFwzoSiz8wgGTTxyK
+ae5IPNu
>DkGAtd/ncKo9E1UQdW/XzVVKjACL0VewQ38jqRHT58/Llmv5W/l26II9
6UcTGoRO
>SamYzlLjEqZn+Zm6yA4QgVe38HW9c11OkcvZA7L/np2Nqp88YRMDYYpm
F9lbGx5o
>HXBr198YYT7cCCBBMsVPsP041iBEK2bbEpW9DhzTgEoTWMtfVKZy52T/
+8wxA+HK
>/V8Pgq7LwQyZr5atsSADFpGku1qZb6/Q2LBpiAPSXhgEaFM54iUVbg==

>=I5L9
>-----END PGP SIGNATURE-----
>

Re: iBook problems and solutions
country flaguser name
Japan
2007-08-24 08:01:09
Hello,

The last trouble of today is failed to build kernel.
The config file is named GENFB :
------------------------------------------------------------
----------
tyan# diff GENERIC GENFB
276c276
< ofb*  at pci? dev ? function ?   # Generic Open
Firmware Framebuffer
---
> #ofb* at pci? dev ? function ?   # Generic Open
Firmware Framebuffer
289a290
> genfb*                at pci? 
------------------------------------------------------------
-----------

I attached the error log.
This was cross compiling on amd64.

Thanks,
Masafumi Hotta

#   compile  GENFB/genfb.o
/home/tyan/macppc/tools/bin/powerpc--netbsd-gcc
-mno-strict-align -msoft-float -Wa,-maltivec -ffreestanding
-fno-zero-initialized-in-bss -O2 -Wreturn-type -Werror -Wall
-Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow
-Wcast-qual -Wwrite-strings -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -fno-strict-aliasing
-Dmacppc=macppc -I.
-I/home/tyan/macppc/src/sys/contrib/dev/ath/netbsd
-I/home/tyan/macppc/src/sys/../common/include
-I/home/tyan/macppc/src/sys/arch -I/home/tyan/macppc/src/sys
-nostdinc -DLKM -DZS_CONSOLE_ABORT -DFORCE_FUNCTION_KEYS
-DRADEONFB_MMAP_BARS -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/quad
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/string
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/arch/powerpc/string
-I/home/tyan/macppc/src/sys/dist/ipf -c
/home/tyan/macppc/src/sys/dev/wsfb/genfb.c
cc1: warnings being treated as errors
/home/tyan/macppc/src/sys/dev/wsfb/genfb.c: In function
'genfb_attach':
/home/tyan/macppc/src/sys/dev/wsfb/genfb.c:142: warning:
passing argument 3 of 'prop_dictionary_get_bool' from
incompatible pointer type

*** Failed target:  genfb.o
*** Failed command: echo '# ' "compile
GENFB/genfb.o"; echo
/home/tyan/macppc/tools/bin/powerpc--netbsd-gcc
-mno-strict-align -msoft-float -Wa,-maltivec -ffreestanding
-fno-zero-initialized-in-bss -O2 -Wreturn-type -Werror -Wall
-Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow
-Wcast-qual -Wwrite-strings -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -fno-strict-aliasing
-Dmacppc=macppc -I.
-I/home/tyan/macppc/src/sys/contrib/dev/ath/netbsd
-I/home/tyan/macppc/src/sys/../common/include
-I/home/tyan/macppc/src/sys/arch -I/home/tyan/macppc/src/sys
-nostdinc -DLKM -DZS_CONSOLE_ABORT -DFORCE_FUNCTION_KEYS
-DRADEONFB_MMAP_BARS -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/quad
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/string
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/arch/powerpc/string -I/home/tyan/macppc/src/sys/di
 st/ipf -c /home/tyan/macppc/src/sys/dev/wsfb/genfb.c;
/home/tyan/macppc/tools/bin/powerpc--netbsd-gcc
-mno-strict-align -msoft-float -Wa,-maltivec -ffreestanding
-fno-zero-initialized-in-bss -O2 -Wreturn-type -Werror -Wall
-Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wswitch -Wshadow
-Wcast-qual -Wwrite-strings -Wno-sign-compare
-Wno-pointer-sign -Wno-attributes -fno-strict-aliasing
-Dmacppc=macppc -I.
-I/home/tyan/macppc/src/sys/contrib/dev/ath/netbsd
-I/home/tyan/macppc/src/sys/../common/include
-I/home/tyan/macppc/src/sys/arch -I/home/tyan/macppc/src/sys
-nostdinc -DLKM -DZS_CONSOLE_ABORT -DFORCE_FUNCTION_KEYS
-DRADEONFB_MMAP_BARS -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/quad
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/string
-I/home/tyan/macppc/src/sys/lib/libkern/../../../common/lib/
libc/arch/powerpc/string
-I/home/tyan/macppc/src/sys/dist/ip
 f -c /home/tyan/macppc/src/sys/dev/wsfb/genfb.c
*** Error code 1

Stop.
nbmake: stopped in
/home/tyan/macppc/obj/sys/arch/macppc/compile/GENFB

ERROR: Failed to make all in
/home/tyan/macppc/obj/sys/arch/macppc/compile/GENFB
*** BUILD ABORTED ***


[1-10] [11-15]

about | contact  Other archives ( Real Estate discussion Medical topics )