Open agschipor opened 8 years ago
what is the first line of that file? Sounds like a corrupted file or you ran out of disk space.
/home/fox/src/dtrace@allie: nl driver/ctf_hash.c | head 1 / 2 * Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License, Version 1.0 only. 6 * See the file usr/src/LICENSING.NOTICE in this distribution or 7 * http://www.opensolaris.org/license/ for details. 8 */
9 //#pragma ident "@(#)ctf_hash.c 1.3 04/05/04 SMI"
On 1 September 2016 at 14:35, Adrian Schipor notifications@github.com wrote:
Hi,
I'm getting the following where when I run make all:
/home/aschipor/Desktop/linux-master/build-3.13.0-37-generic/driver/ctf_hash.c:1:1: error: expected identifier or '(' before '.' token ../common/ctf/ctf_hash.c ^
Any solution?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dtrace4linux/linux/issues/124, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWFhJMWVl8U9dcuOY6rG0_HEIR9K6swks5qltSIgaJpZM4Jysjd .
Hi,
I'm getting the following error where when I'm running
make all
:/home/aschipor/Desktop/linux-master/build-3.13.0-37-generic/driver/ctf_hash.c:1:1: error: expected identifier or '(' before '.' token ../common/ctf/ctf_hash.c ^
Any solution?