From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4831626B.9080208@domain.hid> Date: Mon, 19 May 2008 13:20:11 +0200 From: paradoxxa MIME-Version: 1.0 References: <1168701330@domain.hid> <2ff1a98a0805190239x5f8c8445h47d8ca3070dded1c@domain.hid> In-Reply-To: <2ff1a98a0805190239x5f8c8445h47d8ca3070dded1c@domain.hid> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: paradoxxa2001@domain.hid Subject: Re: [Xenomai-help] at91sam9263 and user-space support compile fails List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Gilles Chanteperdrix schrieb: > On Mon, May 19, 2008 at 8:26 AM, wrote: > >> God Morning, >> >> I tried "make uImage" already. >> I got the messages like: >> >> uncompressing kernel--- >> crc error >> --System halted >> > > Yes, uImage is compressed, but contains the decompression code, it is > not supposed to be decompressed by uboot. Maybe what you want is "make > Image". > > I will check this. >> [] [] (name_to_dev_t+0x0/0x28c) (name_to_dev_t+0x0/0x28c) from [] from >> [] (prepare_namespace+0x94/0x16c) >> (prepare_namespace+0x94/0x16c) >> r7:c001c070 r7:c001c070 r6:00000000 r6:00000000 r5:c001d85c r5:c001d85c r4:c001d86c r4:c001d86c >> >> [] [] (prepare_namespace+0x0/0x16c) (prepare_namespace+0x0/0x16c) from [> 8>] from [] (kernel_init+0x230/0x290) >> (kernel_init+0x230/0x290) >> r5:00000000 r5:00000000 r4:c036a4e0 r4:c036a4e0 >> >> [] [] (kernel_init+0x0/0x290) (kernel_init+0x0/0x290) from [] from [> 003ddbc>] (do_exit+0x0/0x790) >> (do_exit+0x0/0x790) >> Code: Code: 20000220 20000220 e2833001 e2833001 e50b3020 e50b3020 e51b2020 e51b2020 (e5d21000) (e5d2 >> 1000) >> > > This does not seem to be related to Xenomai or the compiler. Maybe you > selected a wrong kernel option ? Have you tried compiling with the > defconfig for your board ? > > I used all the time the defconfig for my board. Without the ipipe patch the kernel works. If i use the vendor compiler and the ipipe patched kernel i can boot it, too!