From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48316FCF.3030706@domain.hid> Date: Mon, 19 May 2008 14:17:19 +0200 From: paradoxxa MIME-Version: 1.0 References: <1168701330@domain.hid> <2ff1a98a0805190239x5f8c8445h47d8ca3070dded1c@domain.hid> <4831626B.9080208@domain.hid> <2ff1a98a0805190506g10f8c1bx781434f8bc73d9a1@domain.hid> In-Reply-To: <2ff1a98a0805190506g10f8c1bx781434f8bc73d9a1@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; 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 1:20 PM, paradoxxa wrote: > >> 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! >> > > No, you are not using the defconfig since you have CONFIG_DEBUG_INFO > enabled and it is not enabled in the defconfigs. So, you made at least > one change. > > Thats all what i changed! Without it, nothing happens.