From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Marc-F. LUCCA-DANIAU" Subject: Build failed on latest ELKS Date: Tue, 17 May 2016 14:37:25 +0200 Message-ID: <573B1085.2040806@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=Zur2L8eFxfy8FjW03nq7u0M4suJi+wh6ZG3X4dI4xwI=; b=Rzt08eB8eHZgdFXolpZ4iX5rGsSRoMNG7XWLkAC57PiBbQRbf/mAtL+TO5GyihiJFT p+NrlOSMkHNYNWITABqO3oqtjTCEdYTsfeqRR82Mii7/F5uj/v+MikFjpIH9Nr1aq/rg mv3wbSThQy2/e10g7gvf4fmVGX5GSIZlTK5zrdXWN2O9AzFIeYjiAS3R71FiwHjOcsN2 usExavbtZ3rknEDt1C7RS3eaIw1jSNOP+DxFeYCGJ6SldBm2qxCgQFA1fI0t8dwZvRQB cgfU72NOvtdQZV3UOcumIh8khhqw9EcLEbywtEoCJQINIJogRNyrBHM7l3sr27drAFCg 18oQ== Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: ELKS Hello, I just took the latest version of ELKS from Jody's GIT master branch, and I got an issue while building ELKS. I am using the "build.sh" script for the newbie I am :-) With default configuration, build fails because the following file is malformed: /home/mfld/advantech/elks/elks/arch/i86/drivers/char/KeyMaps/keymaps.h: /* Automatically created - do not edit */ #include "Fichier" /* binaire keys-be.h correspondant */ #include "Fichier" /* binaire keys-de.h correspondant */ #include "Fichier" /* binaire keys-es.h correspondant */ #include "Fichier" /* binaire keys-it.h correspondant */ #include "Fichier" /* binaire keys-se.h correspondant */ #include "Fichier" /* binaire keys-uk.h correspondant */ #include "keys-dv.h" /* DV Dvorak */ #include "keys-us.h" /* US American */ (I am using a Gentoo configured in French, so the french strings) This file came from the malformed Config.in: # Automatically created - do not edit. choice 'XT Keyboard support' \ "keys-be.h correspondant CONFIG_KEYMAP_binaire \ keys-de.h correspondant CONFIG_KEYMAP_binaire \ keys-es.h correspondant CONFIG_KEYMAP_binaire \ keys-it.h correspondant CONFIG_KEYMAP_binaire \ keys-se.h correspondant CONFIG_KEYMAP_binaire \ keys-uk.h correspondant CONFIG_KEYMAP_binaire \ Dvorak CONFIG_KEYMAP_DV \ American CONFIG_KEYMAP_US" American # EOF. Error went away after changing the kernel configuration: Select console driver: from to I am not at ease with the Config.in generation, any idea here ? MFLD