FUKAUMI Naoki | 2 Apr 2002 06:05

compile error at src/lib/csu/sparc64/crt0.c::___start

At 29 Mar 2002 22:16:15 -0000,
eeh <at> netbsd.org wrote:
> Old versions of egcs and binutils did strange things.
> 
> The linker defaults to using `_start'.  Our gcc changes that to `__start'.
> 
> I suppose `start' can be removed now we're using a semi-sane toolchain.

I couldn't compile src/lib/csu/sparc64/crt0.c at Apr 1 source.

Error message:
(cd /usr/src/lib/csu && /home/tools/bin/nbmake  dependall)
dependall ===> sparc64
/home/tools/bin/sparc64--netbsd-gcc -O -ffixed-g4 -fPIC -mcmodel=medlow -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type
-Wpointer-arith -Wswitch -Wshadow  -Werror  -I- -I/usr/src/lib/csu/sparc64/../sparc_elf
-DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=64
-I/usr/src/lib/csu/sparc64/../../../libexec/ld.elf_so
-I/usr/src/lib/csu/sparc64/../common_elf -I/usr/src/lib/csu/sparc64/../../libc/dlfcn
-DDWARF2_EH -DJCR -DDSO_HANDLE -nostdinc -isystem /home/d/usr/include  -c -DCRT0
/usr/src/lib/csu/sparc64/crt0.c -o crt0.o
cc1: warnings being treated as errors
/usr/src/lib/csu/sparc64/crt0.c:74: warning: `___start' defined but not used
*** Error code 1

Stop.

Is 'static' needed?

--- lib/csu/sparc64/crt0.c.orig	Tue Apr  2 12:44:00 2002
(Continue reading)

Rafal Boni | 3 Apr 2002 22:16
Picon

lpt <at> ebus?

Folks:
	I recently decomissioned an old PC and replaced it with a U5 I had
	sitting around doing nothing.  So far, so good, but attempting to
	move a printer that hung off the PC to the U5 proved rather futile...

	I don't yet have a blinkenlights breakout box but my attempt to
	dump stuff to the parallel port provoked zero reaction from my
	printer, so I'm assuming we have a problem.  I also did note
	the `XXX: we should turn the enable bit for the parallel port
	in the in the superio chip'.

	Just figured I'd see if anyone else if using (or having problems
	using) the parallel port.  If not, I'll have a poke at it at some
	point, as I'd like to hang that printer off that box.

Thanks,
--rafal

----
Rafal Boni                                                     rafal <at> attbi.com
  We are all worms.  But I do believe I am a glowworm.  -- Winston Churchill

matthew green | 4 Apr 2002 05:28
Picon
Favicon

re: lpt <at> ebus?


when i wrote lpt  <at>  ebus, i did not have any hardware to test with.
i just wrote an attachment that seemed to work OK.  if lpt does DMA
then it would have been definately broken, but uwe might have fixed
that by now...

.mrg.

HHH Trading | 10 Apr 2002 10:05

General manager and or Technical manager


Compressor Spares & Industrial Components

we supply almost all spare parts against the sharpest prices!!!!!!!!

GRASSO

MODEL

KC series (single stage) : KC2, KC3,KC4,KC5,KC6,KC12                

KC series (Two stage)    : KC21 KC31 KC42 KC51 KC63 KC72 KC84 KC 93 KC 102

K110 series                     : K20X110 K30X110 K40X110 K60X110 K90X110 K120X110

RC 11 series                   : 2,3,4,6,9,12 Cylinder

RC   9 series                    : 2,3,4,6,Cylinder

KA  85 series                   :  KA20X85 K40X85 K60X85

AC 70 series                    : AC470 AC570 AC670 AC870 AC1070 AC1270 AC1470 AC1670

AC 80 series                    : AC480 AC580 AC680 AC780 AC880 AC1080 AC1280 AC1480 AC1680

SAC 70 series                 : SAC470 SAC570 SAC670 SAC870 SAC1070 SAC1270

PC-2 FK-3 &FK 4

GK-25 CLS-61 &CSL-81
(Continue reading)

Sean J. Schluntz | 18 Apr 2002 02:06

Looking for a system trade.


Sorry to bother you all, but I'm looking for someone who might be interested
in doing a trade with me. I'm working on a paper and I need a Mac G3 system
for some testing, what kind I don't really care as long as it runs NetBSD :)
(though an old iMac would make my daughter happy when I'm done ;)

I can cash out for one on eBay, but I would rather trade some of my existing
equipment. I have the following item which might be of interest.

Sun UltraSparc 5 270/mhz 128mb RAM, CDROM, 4gig HD (currently running
	Solaris 9EA) w/type 5 keyboard and mouse.

Also, I happen to have a 256meg RAM board for the T150 series of Sun Netra
sitting here good and unused.

If you have something that's worth more than the Ultra 5 I can add cash to
the deal.

Please e-mail me directly if you or someone you know might be willing to trade.
Preferably this will be in the SF Bay area or Sacramento so I can hand
deliver and not have to worry about shipping.

Thanks!

-Sean

Jack Morgan | 20 Apr 2002 01:30
Picon

Installing -current

I was wondering what was the best way to install current. I have
a Ultra 1e creater with a SUNW,fas contoller which appears to be
supported in -currrent. I thought cross-building from my i386 box
and using that to install would be the easiest? 

Also, the creater "ffb" device doesn't seem to be supported in 1.5.2
but how about -current? 

Thanks,
--

-- 
Jack Morgan

Manuel Bouyer | 19 Apr 2002 16:58
Picon

Re: Installing -current

On Fri, Apr 19, 2002 at 11:30:44PM +0000, Jack Morgan wrote:
> I was wondering what was the best way to install current. I have
> a Ultra 1e creater with a SUNW,fas contoller which appears to be
> supported in -currrent. I thought cross-building from my i386 box
> and using that to install would be the easiest? 

There seems to be a recent current snapshot:
ftp://ftp.netbsd.org/pub/NetBSD/arch/sparc64/snapshot/20020328

I would start from here.

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer <at> lip6.fr
--

eeh | 19 Apr 2002 17:28
Picon

Re: Installing -current


| I was wondering what was the best way to install current. I have
| a Ultra 1e creater with a SUNW,fas contoller which appears to be
| supported in -currrent. I thought cross-building from my i386 box
| and using that to install would be the easiest? 

The easiest way is to grab a recent INSTALL kernel and netboot it
or stick cdimage.iso onto a cdrom and boot that, then use sysinst
to snarf a snapshot over the net.

| Also, the creater "ffb" device doesn't seem to be supported in 1.5.2
| but how about -current? 

FFB is not supported on -current either.

Eduardo

ali (Anders Lindgren | 19 Apr 2002 17:50
Picon
Picon

Re: Installing -current

On 19 Apr 2002 eeh <at> netbsd.org wrote:

> 
> | I was wondering what was the best way to install current. I have
> | a Ultra 1e creater with a SUNW,fas contoller which appears to be
> | supported in -currrent. I thought cross-building from my i386 box
> | and using that to install would be the easiest? 
> 
> The easiest way is to grab a recent INSTALL kernel and netboot it
> or stick cdimage.iso onto a cdrom and boot that, then use sysinst
> to snarf a snapshot over the net.

While on the topic of -current... I must've missed something. I grabbed
the (then) latest binary snapshot (2001-12-23) and installed on my
Ultra1 without problems (apart from sysinst looking for one kernel
package too many) and snarfed the (then) latest -current source
snapshot (from March 9, iirc). I've tried to compile a new kernel
and userland a few times since, but it keeps failing. Then I heard
that anoncvs hadn't been fed properly during some period of time,
and also realised I had been using the old "make" when trying to
build the -current kernel, so yesterday I did a cvs update -dP
on /usr/src, built the toolchain with build.sh -t and tried to
build the kernel using the new nbmake. However, things still fail
during make depend. I did:

$ cvs update -dP
$ less BUILDING  ;-)
$ export MKOBJDIRPREFIX=/usr2/build [0]
$ export TOOLDIR=/usr2/build
$ ./build.sh -t
(Continue reading)

Jack Morgan | 20 Apr 2002 11:08
Picon

Re: Installing -current

On Fri, Apr 19, 2002 at 03:28:22PM -0000, eeh <at> netbsd.org wrote:
> | Also, the creater "ffb" device doesn't seem to be supported in 1.5.2
> | but how about -current? 
> 
> FFB is not supported on -current either.

Sorry for the silly question but...

Does this mean that I'll need to use another framebuffer? or that the FFB
will be somewhat usable (eg ouput something to my monitor) 

--

-- 
Jack Morgan


Gmane