jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

*** [prepare] Error 127 , *** [sgx] Error 2 #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make TARGET_PRODUCT=beagleboard OMAPES=3.x 
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
ubuntu 10.10

Please provide any additional information below.
make[1]: Leaving directory `/home/rahul/rowboat-android1/kernel'
make -C external/ti_android_sgx_sdk ANDROID_ROOT_DIR=`pwd` 
TOOLS_PREFIX=prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- 
make[1]: Entering directory 
`/home/rahul/rowboat-android1/external/ti_android_sgx_sdk'
Installing OMAP35x Android Graphics SDK...
make[1]: ./internal_install_SDK.exp: Command not found
make[1]: *** [prepare] Error 127
make[1]: Leaving directory 
`/home/rahul/rowboat-android1/external/ti_android_sgx_sdk'
make: *** [sgx] Error 2

Original issue reported on code.google.com by rahul03b...@gmail.com on 21 Mar 2011 at 11:26

GoogleCodeExporter commented 9 years ago
Your paths have not been setup correctly. You should follow the SGX 
instructions here:

http://wiki.gumstix.org/index.php?title=RowboatAndroid#Getting_SGX_.28Optional.2
9

Original comment by kowalews...@gmail.com on 21 Mar 2011 at 5:55

GoogleCodeExporter commented 9 years ago
SGX auto-installation is failing.
You need to install 'expect'. To install, run the following command:
sudo apt-get install expect

Original comment by vishvesh...@aim.com on 22 Mar 2011 at 5:55

GoogleCodeExporter commented 9 years ago
To anyone else experiencing this issue on Fedora or Redhat you can do a yum -y 
install expect

Original comment by kowalews...@gmail.com on 22 Mar 2011 at 6:27

GoogleCodeExporter commented 9 years ago
issue was solved by changing the path in Rules.mk.

@vishveh: thx.. bt i think expect is for dsp user.

Original comment by rahul03b...@gmail.com on 23 Mar 2011 at 6:07