From owner-freebsd-arm@FreeBSD.ORG Wed May 29 12:33:35 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 071FF7B5 for ; Wed, 29 May 2013 12:33:35 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id C340484B for ; Wed, 29 May 2013 12:33:34 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id j11so2151271qag.1 for ; Wed, 29 May 2013 05:33:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=2PSiMj4M7cblVHTCt5wLKq1LgmjwX4OMfOTC4x/aclA=; b=d4180QDywv453onvMY1r77TaUEO54is4DCqY5/bcr3xYVkFZ6xaSThGGd+ml0LlJI9 4/qadrZOD6L4W55elJqfigTk8v/djUNLrKx9dgPpWH1gUx3N/IUi6pakLy28d+LfKa0i oAlRxEH/MHuxYw6yeR5T/JU6oShrz8iJ5QRerdyNDabyGY6/aY45+2rmEnjdaXeFvtbl E9hwV7wa2JgI3meTa6pkFdfbiL97As/OabJKDqzyM/J1v5AsCmml11WXFvABAy/hMMKd t5vmbYqXcmWXE9O2dmAtEyzn6SO4dLXOiLuiV5ucZ/xu0mABckSOK2VYk7RIHs8DYXSl 6J4A== MIME-Version: 1.0 X-Received: by 10.49.38.169 with SMTP id h9mr2523599qek.54.1369830814260; Wed, 29 May 2013 05:33:34 -0700 (PDT) Received: by 10.49.25.84 with HTTP; Wed, 29 May 2013 05:33:34 -0700 (PDT) Date: Wed, 29 May 2013 20:33:34 +0800 Message-ID: Subject: FreeBSD-CURRENT r251099 for RasPi stops at "warning: no time-of-day clock registered, system will not be set accurately" From: Alie Tan To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQkg+Lp6pxeKFMmiTKq/MrAMmi4IZHE85oem93CCO5TeUb6vBzOxUJhrIOYJmoTT4NjigwBP Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 12:33:35 -0000 Hi, I just built FreeBSD-CURRENT r251099 for RasPi with ARM EABI and GCC but unfortunately it stops at message below while booting: warning: no time-of-day clock registered, system will not be set accurately This thing happens if I build it with CLANG too. Regards, Alie T