[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Ltib failed building imx-lib
From: |
Peter Barada |
Subject: |
Re: [Ltib] Ltib failed building imx-lib |
Date: |
Thu, 01 Mar 2012 13:07:50 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 |
On 03/01/2012 06:09 AM, VIJAY KUMAR wrote:
>
> Hi ,
>
>
>
> I am working on a IMX53 sabre board to build my own images host Ubuntu
> 11.10
>
> I used LTIB for the process
>
> In the first step
> ltib -m config
> every thing succeeded and I have choosen
>
> Freecsale reference board
> min profile
>
> (imx51) platform
> board mx53_smd
>
> and finally I run the ltib
> ./ltib
>
> after some 835 seconds unable to succeed
> failed building imx-lib
>
>
>
> help me to get out of this..
>
>
Vijay,
look in rpm/BUILD/imx-lib-11.05.01/ipu/mxc_ipu_hl_lib.c and figure out
why ipu_init_channel_buffer is being called with too few arguments. To
help, you can do the following:
./ltib -m shell
cd rpm/BUILD/imx-lib-11.05.01/ipu
gcc -DIMX51 -I/home/cmc/Ltibsetup/ltib/rootfs/usr/src/linux/include
-I/home/cmc/Ltibsetup/ltib/rpm/BUILD/imx-lib-11.05.01/../linux/drivers/mxc/security/rng/include
-I/home/cmc/Ltibsetup/ltib/rpm/BUILD/imx-lib-11.05.01/../linux/drivers/mxc/security/sahara2/include
-Wall -O2 -fPIC -E -D mxc_ipu_hl_lib.c -o /tmp/mxc_ipu_hl_lib.e
exit
to generate the preprocessed output of mxc_ipu_hl_lib.c into
/tmp/mxc_ipu_hl_lib.e, then look in it to find both the prototype and
invocation of ipu_init_channel_buffer and figure out why they disagree
on the number of arguments...
Googling around I found:
http://imxcommunity.org/forum/topics/i-mx53-qsb-1105-build that might help.
Good luck!
--
Peter Barada
address@hidden