This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI8148 android源码编译问题

我在http://code.google.com/p/rowboat/wiki/TI81xxWithMultimediaAcceleration上下载的rowboat-gingerbread-ti81xx-mc-dsp-snapshot-GMT20110926200120.xml源码,在编译过程中卡住不动了是什么原因。下面是编译过程

You have chosen to install XDCtools 3.22.01.21 in the following directory:

/home/song/rowboat-gingerbread-ti81xx/hardware/ti/ti81xx/install/xdctools_3_22_01_21

Is this is correct? Please click Y to continue or N to exit and start over.
[n/Y] Y

Installing XDCtools 3.22.01.21...
Installing Program Files...
Installation complete.
Patching xdctools_setuplinux_3_22_01_21.bin
patching file Android.mk
ipc_setuplinux_1_23_03_31.bin: OK
spawn ./downloads/ipc_setuplinux_1_23_03_31.bin --mode console

This will install IPC 1.23.03.31 on your computer. Continue? [n/Y] Y

-- Press space to continue -- Please read the following license agreement.

Software License Agreement
Copyright (c) 2010, Texas Instruments Incorporated
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

Neither the name of Texas Instruments Incorporated nor the names of
its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-- Press space to continue or 'q' to quit --

  • 我也遇到这个问题,之前困扰了很久。

    -- Press space to continue or 'q' to quit --这句号是来自/root/MRA1.0/hardware/ti/ti81xx/expect/ipc.exp

    但这个文件里已经有了一下代码,却不知为什么空格没被接受到,然后添加了一句send -- " "(重复一遍),

    结果编译能够通过了。。。你可以试试,OK的话给个答复。

    expect -exact "-- Press space to continue --"
    send -- " "

  • 没有找到这个路径 /root/MRA1.0/hardware/ti/ti81xx/expect/ipc.exp

    /hardware/ti/ti81xx/ 下没有expect这个文件夹呀

  • 编译通过了,谢谢

x 出现错误。请重试或与管理员联系。