From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 51351E013D6 for ; Thu, 18 Jul 2013 07:08:50 -0700 (PDT) Received: by mail-pa0-f53.google.com with SMTP id tj12so3235133pac.40 for ; Thu, 18 Jul 2013 07:08:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=mPESIezfHR4eqTczMcNriMdjRFnOg8TrdD+YVk3VlxM=; b=Jjy8uRv027VYoZFSnTEtwFH1YB0oOxkMQghPqrQqqiblMlrIY+aRF5jfG4KKSxJKEY nXipMvEhp+sxtZ1Jwd46SNA8f0tu8rMr0mmAElaAsT1bCmnL0gDfZ1wJHq6saeoFRYrz 698uBsEBi/rhe02qppLYvMP1vMsgmqYp5EQy1Z34v5eQdyKqnRg9HGFkVkxOhPV9VhxD hfKlkPZa6Wg3BL8ZtVLj/oHW7rufWSgTtPbrfTHHgkXoyfzsKzY1tXFbxa76QLnRiXd/ 99/Jw/j7cJhwcnrctMZ44iuID7H7h8hTYDciT7TYVUHCuSUQVt1YfYVUIy/T3F1W6+JG gaTA== X-Received: by 10.66.121.195 with SMTP id lm3mr13451382pab.116.1374156530340; Thu, 18 Jul 2013 07:08:50 -0700 (PDT) Received: from [192.168.1.8] (ip98-167-230-131.ph.ph.cox.net. [98.167.230.131]) by mx.google.com with ESMTPSA id wg6sm14079254pbc.3.2013.07.18.07.08.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Jul 2013 07:08:49 -0700 (PDT) Message-ID: <51E7F6EE.3010108@boundarydevices.com> Date: Thu, 18 Jul 2013 07:08:46 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Thomas Senyk References: <5016889.Z87nW15VKO@rudolf> In-Reply-To: <5016889.Z87nW15VKO@rudolf> X-Gm-Message-State: ALoCoQn8fhLfAarNHFWncAZcc4WqKjKJaOkeKdok4N/EIMbIVLm9SixcPL/a7EWd7CgBTY4natWK Cc: meta-freescale@yoctoproject.org Subject: Re: 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 14:08:51 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Thomas, The same issue is present for SABRE Lite if you're not selecting other i.MX6 boards. On 07/18/2013 02:03 AM, Thomas Senyk wrote: > 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) > Robert fixed the SABRE Lite build like this (adding dependencies in arch/arm/mach-mx6/Kconfig): https://github.com/boundarydevices/linux-imx6/commit/70add620efdbbc084a2f472211c29ec4ceb66371 > > Anyone an idea? > > I'm using meta-fsl-arm master (86a7cf6aa5c) > Regards, Eric