From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1FB05E01363 for ; Thu, 18 Jul 2013 02:03:16 -0700 (PDT) Received: by mail-bk0-f52.google.com with SMTP id d7so1096135bkh.25 for ; Thu, 18 Jul 2013 02:03:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:organization:user-agent :mime-version:content-transfer-encoding:content-type :x-gm-message-state; bh=tDTL+ehGWq55Gvgux8PzBzJrZE8KCYZk/PBBskO7Seo=; b=TWCvOdrBCpW3vsxoZ7WmhjOqHsWSrWkgpL9h6d8236s9UshNE5l/D07aa53GxPgIOA kPmcSs/Ml6OYEMfWvBZRDsikoECDryXoAXCMuIOjtdOkNWe+MicP95EF6rhBmXdHX/V5 sPAT8WYkOiJ50Pebz019Dkx/dE9/wo2GyAeEmL4b04sQM+uv56i9uupNk9MzGbyG8ysQ V9n+rs9WlDwYdjwwLeOHlJ3x80Lx+5Ke7hVX5c9mTGHiVvKHD/8E8i1Mtlk6rsfypnNN bsG/U50JIcny2hKa6593+ojAXtLfznq2N1XxeeTPe2ABM42nhF19WjCTVTqm+iMcITM2 M06g== X-Received: by 10.204.230.71 with SMTP id jl7mr1586283bkb.72.1374138195170; Thu, 18 Jul 2013 02:03:15 -0700 (PDT) Received: from rudolf.localnet (ppp-82-135-88-177.dynamic.mnet-online.de. [82.135.88.177]) by mx.google.com with ESMTPSA id px7sm2930908bkb.9.2013.07.18.02.03.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Jul 2013 02:03:14 -0700 (PDT) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Thu, 18 Jul 2013 11:03:13 +0200 Message-ID: <5016889.Z87nW15VKO@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.5 (Linux/3.9.9-1-ARCH; KDE/4.10.5; x86_64; ; ) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnOa50Wu32lLlumm3NmI+TfmTa0zgpNDaaFHdPzzZghA/WBQHhe58Nk9tadtqmsKHeCzPdo Subject: imx6qsabreauto kernel build error X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jul 2013 09:03:19 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, I'm trying to build for imx6qsabreauto, but get: | CHK include/generated/compile.h | UPD include/generated/compile.h | CC init/version.o | LD init/built-in.o | LD .tmp_vmlinux1 | arch/arm/mach-mx6/built-in.o: In function `mx6_sabrelite_board_init': | :(.init.text+0x17a4): undefined reference to `imx6q_mipi_csi2_data' | :(.init.text+0x17a8): undefined reference to `imx6q_mipi_csi2_data' | :(.init.text+0x17ac): undefined reference to `imx_add_mipi_csi2' | :(.init.text+0x1c04): undefined reference to `imx6q_dvfs_core_data' | :(.init.text+0x1c08): undefined reference to `imx6q_dvfs_core_data' | :(.init.text+0x1c0c): undefined reference to `imx_add_dvfs_core' | :(.init.text+0x1cd8): undefined reference to `imx_add_busfreq' | :(.init.text+0x1cdc): undefined reference to `imx6q_perfmon_data' | :(.init.text+0x1ce0): undefined reference to `imx6q_perfmon_data' | :(.init.text+0x1ce4): undefined reference to `imx_add_perfmon' | :(.init.text+0x1cec): undefined reference to `imx_add_perfmon' | :(.init.text+0x1cfc): undefined reference to `imx_add_perfmon' | :(.init.text+0x1d80): undefined reference to `imx6q_perfmon_data' | :(.init.text+0x1d84): undefined reference to `imx6q_perfmon_data' | make: *** [.tmp_vmlinux1] Error 1 | ERROR: oe_runmake failed | ERROR: Function failed: do_compile (log file is located at /home/tsenyk/projects/oe-yocto/pelagicore-bsp/imx6- build-4/tmp/work/imx6qsabreauto-bistro-linux-gnueabi/linux-imx/3.0.35- r38.14/temp/log.do_compile.5456) Anyone an idea? I'm using meta-fsl-arm master (86a7cf6aa5c) Greets Thomas