NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-arm/49310: random errno values from truncate on armv4
The following reply was made to PR port-arm/49310; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-arm/49310: random errno values from truncate on armv4
Date: Fri, 24 Oct 2014 13:03:15 +0200
Actually it is open() that is failing. Trying to compile any program
with cc on that machine makes cc1 fail like this:
1980 1 cc1 CALL open(0xefffed9a,0x601,0x1b6)
1980 1 cc1 NAMI "/var/tmp//ccl73uth.s"
1980 1 cc1 RET open -1 errno -249605640 Unknown error: 4045361656
as in:
[/tmp] martin@night-rest > cc -Wall -O2 test.c
test.c:1:0: fatal error: can't open /var/tmp//cc7acNGj.s for writing: Unknown error: 4045361656
#include <unistd.h>
^
compilation terminated.
Martin
Home |
Main Index |
Thread Index |
Old Index