From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33943 invoked by alias); 18 Feb 2016 03:05:06 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 33922 invoked by uid 89); 18 Feb 2016 03:05:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:V, zv, solving, panic X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 18 Feb 2016 03:05:04 +0000 Received: by mail-wm0-f44.google.com with SMTP id b205so6471407wmb.1 for ; Wed, 17 Feb 2016 19:05:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:cc:references:in-reply-to :subject:date:mime-version:content-type:content-transfer-encoding :importance; bh=2ED0S7lxpSyrxq1vpHfXW52hKR76euPJMLd7wMwbbrw=; b=dkhU29jIFd8U+FQwTS7wwRG0T2J960f7ZJVg6toCsp7AJFVpYpRKUgErLAaYQu7Elh HLB0FBbXP3FaiQWmh0tiGD9uRuGhi8jH/t08I+nSE518HkJC3YR63srsjHUmYpzmHMpK I4Vs2BGRiUpaoPvzbQcqSVzt/1YI08h8lnoWurkxPZyWfJnGwNzYkSroYds/NjWu7PfM x/gePhvw0/F6ChikbtgIenFlEnDwc7lhvllcqof7NvjLlB3eGDn10ewmjuIgk+PbOPAe supdueXof1oEhazbHSkUaLiLTuKm7M6cNr+FnigENTnUVUCWcpsyJl/6sv0nZUgEPs1Z N0Mw== X-Gm-Message-State: AG10YOTJBZXjffH6JtGJ0OaL6eVVqBBn8vQ3Okk4WibazJHpC3nmcTfwmTNfWt8Igd89lA== X-Received: by 10.194.236.233 with SMTP id ux9mr4864620wjc.161.1455764701460; Wed, 17 Feb 2016 19:05:01 -0800 (PST) Received: from ZviVeredPC (bzq-79-181-22-195.red.bezeqint.net. [79.181.22.195]) by smtp.gmail.com with ESMTPSA id w144sm708633wmd.8.2016.02.17.19.04.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Feb 2016 19:05:00 -0800 (PST) Message-ID: <70A57C6E9A354E2FAEE6804E4F120E52@ZviVeredPC> From: "Zvi Vered" To: "Reinoud Koornstra" Cc: References: In-Reply-To: Subject: Re: crosstool-ng 1.18.0 for x86_64 : No init found Date: Thu, 18 Feb 2016 03:05:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00027.txt.bz2 Hello, The cause to the problem: I had to add /lib64 in file system that contains 3 symbolic links to libraries in /lib I ran: readelf –l busybox and found that busybox is looking for a specific library in /lib64 (which was already in /lib) After solving the problem, and running linux I ran: more /proc/version There is no evidence that this is a 64 bits linux. Can you tell why ? Regards, Z.V From: Reinoud Koornstra Sent: Tuesday, February 16, 2016 5:47 AM To: Zvi Vered Cc: crossgcc@sourceware.org Subject: Re: crosstool-ng 1.18.0 for x86_64 : No init found On Feb 15, 2016 7:35 PM, "Zvi Vered" wrote: > > Hello, > > I created an x86_64 toolchain for linux 3.4.38 > > Same procedure was used to create an x86 toolchain. > > When I lanuched the kernel (compile with ARCH=x86_64) I got: > > Kernel Panic - not syncing: No init found > > Busybox was compiled without ARCH. > > What can cause this problem ? It can be multiple things, problem with the filesystem, it can also be that the initramfs wasn't created correctly. Missing symlink is also possible. Without more info it's impossible to say. If you create the kernel for x86_64 you should create userland binaries and busybox for x86_64 as well. > > Best regards, > Z.V > > -- > For unsubscribe information see http://sourceware.org/lists.html#faq > -- For unsubscribe information see http://sourceware.org/lists.html#faq