From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E00A476.2080006@domain.hid> Date: Tue, 21 Jun 2011 16:02:30 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] regarding ARMv.s error List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: suresh reddy Cc: Xenomai help On 06/21/2011 03:11 PM, suresh reddy wrote: > Dear all, > > > i have downloaded ipipe patched kernel from xenomai git .and applied the > patches to the xenomai 2.5.6 sources as mentioned . > > make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- O=../build > omap2plus_defconfig > make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- O=../build menuconfig > > i just removed all the other boards from TI except Pandaboard. I did not > touched any other options. > > then I run the command > > make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- O=../build uImage > > then it giving me the error as below > > /home/balijepalli/omap4/ipipe-gch/arch/arm/kernel/entry-armv.S: Assembler > messages: > /home/balijepalli/omap4/ipipe-gch/arch/arm/kernel/entry-armv.S:1407: Error: > undefined symbol `.L99973' in operation setting `up_b_offset' > /home/balijepalli/omap4/ipipe-gch/arch/arm/kernel/entry-armv.S:1407: Error: > undefined symbol `.L99973' in operation setting `up_b_offset' > /home/balijepalli/omap4/ipipe-gch/arch/arm/kernel/entry-armv.S:1407: Error: > local label `"9997" (instance number 3 of a fb label)' is not defined > make[2]: *** [arch/arm/kernel/entry-armv.o] Error 1 > make[1]: *** [arch/arm/kernel] Error 2 > make: *** [sub-make] Error 2 Disable SMP kernel boot on UP system, you do not need it for OMAP4, since OMAP4 is an SMP system. -- Gilles.