From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 2A7F41F06E3; Thu, 13 Apr 2017 10:28:42 -0400 (EDT) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) by befuddled.reisers.ca (Postfix) with ESMTPS id EB08D1F06C6 for ; Thu, 13 Apr 2017 10:28:39 -0400 (EDT) Received: by mail-wm0-x22e.google.com with SMTP id t189so48435603wmt.1 for ; Thu, 13 Apr 2017 07:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qXZ4neIK7iPHPI9Bmni5h2dBBB71TcFGR1JkXx1myOU=; b=r4S4KpeW9m+2BxK1NvfKEpfrYIihOtLLiuxLNuMJOfANRBAaYp4m9a7gWCMrnc2f2u VHNV+BbZlkczbNZLdJ8MbNjOSo8wdc0LHgvWcmOv/Hk3GTfew8QufjWuh0UA4d1O7P1F pK7bXXr5TPwjesUnK+nAzCMiO1/6gOo4EdDjA2oZl1Rd0M9pfN7w3Z3Be29OqnbDDl/r 4XfsxwXZnIN+9rjyAlhxKXLdEw/MH2GP8ZVfyOFtkSo/038vJSycsbfmQk69mIZl8IiX G+g5BK58ulopMwbxF6FkRVsH++/5M0ifc8gBbY/48i/RlFTPh9iWyfuZhcy/DD7VbIHR Gizw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=qXZ4neIK7iPHPI9Bmni5h2dBBB71TcFGR1JkXx1myOU=; b=m3JWVbQMFjaWn3VMlOThahAXRZ5oeV4H4mF4hsuP82BiR69+xAzYhsiNMOuG+QZjsO N5+k25muKlo3plmevi8HBux1Kd5/Y+OSUDPDIZo4SgfsG/oVdEG4qvy+WZZKfEzSVxcc 4GFSmS3pH+dCZD0oZSNFMESpDmPkjobkMFuURsZi1Gk+ZJm8+KoPu3DHEsAcJh/Pz9Ve UBexwN0Ix8p4PpAwNgT9Z36p3qWBqUXpwobi47fkzNlh2hT4MRhT/LDcgibosOyS3ETX VLbe9UQclpWBU3igoVN2v0nf6Vu5JnA5Wbja0onAg9VMZrMNZfOnya2emBDm+aKU/GNN pRqw== X-Gm-Message-State: AN3rC/7NbU/45Zl0xY23JfokP9mredeA4GGwseV6ZcuUlJbz6sMb7UKK w4INr1tBoLOD8vQtB/0= X-Received: by 10.28.45.212 with SMTP id t203mr23706189wmt.37.1492093717470; Thu, 13 Apr 2017 07:28:37 -0700 (PDT) Received: from [10.44.232.52] (188.29.164.110.threembb.co.uk. [188.29.164.110]) by smtp.gmail.com with ESMTPSA id u63sm10739129wmu.22.2017.04.13.07.28.36 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Apr 2017 07:28:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: DecTalk External (decext) testers wanted! From: Okash Khawaja X-Mailer: iPhone Mail (11A501) In-Reply-To: Date: Thu, 13 Apr 2017 15:28:36 +0100 Cc: "Speakup is a screen review system for Linux." Content-Transfer-Encoding: quoted-printable Message-Id: <489BB0AE-8334-48E4-8E4B-B34760F46381@gmail.com> References: <20170411065239.GA446@sanghar> To: "Speakup is a screen review system for Linux." X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 14:28:42 -0000 Hi Keith, > On 13 Apr 2017, at 14:27, Keith Barrett wrote:= >=20 >> 3. Configure: >> a. make sure you are inside kernel source root directory, i.e. linux-4.10= .9 >> b. make sure that existing kernel config exists: ls /boot/config-$(uname -= r) > This resaults in a no such file or directory prompt. > I found /boot/config-4.9.0-2-amd64 and copied it. Right that's correct too. Usually Debian names config files like that and pu= ts them in /boot but may be not in this case. Either way, as you've found, t= he aim is to get hold for current config and using it as base for compiling= the kernel. >=20 > (this should return just one file named config-) >> c. copy that file into your kernel source root directory: cp >> /boot/config-$(uname -r) ./.config >> d. update the config: make oldconfig >=20 > HOSTCC > scripts/basic/fisdep > bin/sh: 1: gcc: not found > scripts/Makefile.host:107: recipe for target scripts /basic/fisdep failed > script-basic error 2 Looks like gcc is not installed? >=20 > I did a clean install of debian am64 for the test, using the latest releas= e candidate. As a general note for steps 3 and 4, they are steps for compiling kernel, so= other resources online will also apply.=20 Cheers, Okash=