From owner-freebsd-arm@freebsd.org Tue Oct 13 11:53:56 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C1B1A11A72 for ; Tue, 13 Oct 2015 11:53:56 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A536B10E9 for ; Tue, 13 Oct 2015 11:53:55 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: by wicge5 with SMTP id ge5so54131002wic.0 for ; Tue, 13 Oct 2015 04:53:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=fITivWKOKZyzP6pzrWJc1HjeD7h+tyDrGVrB3nKu2G0=; b=EQpTJlefWLi3WRPzpLC0VrMB444j+o5fQjLu3ycjKTCSLqaREncvj4p3GfwSMqZzqs +YsDxSBwwcZIXpBCYk6uvf6I0+dGYqir77BSY7fZvx9KiI7A99yB+sE07CZFhrZw+SRu Y/wAM5/6jsUQRdQxiVbW+jUINYE7jAoYptP3Dr2awNI0R3z+JrSl8wzobwOb8N4gFv5x i4CTPVeAn6CBrsKKOcPbG4l2GRKwGaMqk8SweAfa6ctIjey5Qj7imsBOxmqg5vUABcSg dX4CzSOc/rF0Dk5a+z3Z7+yoUG97BDVs8X9en1bVTwSQbI33ZiC2nsLk4/mXTpLa+64H qi4A== X-Received: by 10.180.184.232 with SMTP id ex8mr19569097wic.15.1444737233960; Tue, 13 Oct 2015 04:53:53 -0700 (PDT) Received: from [192.168.0.113] (82.50.202.62.static.wline.lns.sme.cust.swisscom.ch. [62.202.50.82]) by smtp.googlemail.com with ESMTPSA id r4sm14717165wia.19.2015.10.13.04.53.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Oct 2015 04:53:52 -0700 (PDT) Subject: Re: Panic running nsd-4.1.5 To: Svatopluk Kraus References: <5614D7B8.3040604@gmail.com> <561784D9.90805@gmail.com> <20151012025044.GB97450@www.zefox.net> <561BEF4D.7050904@gmail.com> <561CE841.9060203@gmail.com> Cc: bob prohaska , freebsd-arm From: Mattia Rossi Message-ID: <561CF0D0.6020009@gmail.com> Date: Tue, 13 Oct 2015 13:53:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 11:53:56 -0000 >> Hey Svata, >> >> I actually thought so... I was just surprised that it's trying to compile >> the patched files anyway? >> And the bad thing is, that it's failing to compile. > You are right. I'm just testing a fix. That's what testing is here for :-) > > >> Now on the other hand, I guess that compiling with TARGET=arm and >> TARGET_ARCH=arm is not correct for the DREAMPLUG, and I should compile it >> with TARGET=arm and TARGET_ARCH=armv5 or similar? >> In which file are the TARGET architectures listed? Where can I pick them >> from? > IMO, TARGET=arm is for v4, v5, v6, v7 arms. TARGET_ARCH=arm is for v4 > and v5 arms. TARGET_ARCH=armv6 is for v6 and v7 arms. For example, you > can look at sys/conf/files.arm how files depends on "armv6". However, > it's not so simple. There is, for example, TARGET_ARCH=armv6hf for v6 > and v7 arm systems using hard float (which should become a standard). > Maybe someone more in will answer your question. Thanks for the info. I'm never really sure, whether something has changed in those things, as I might oversee some informatione here and there depending on how much time I have to spend with my "toy". So good to know, that I'm still compiling the correct way. Cheers, Mat