OE build error

hi everyone,

It will be so nice of you if anyone helps me out.
I am really stucked in the problem.

when i enter the command
"bitbake ti-codec-engine"
i get the following error.

Connecting to www.angstrom-distribution.org|188.40.83.200|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2010-07-21 21:26:22 ERROR 404: Not Found.

NOTE: Task failed: Fetch failed: http://install.source.dir.local/ti_cgt_c6000_6.1.9_setup_linux_x86.bin
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/adnan/OE/openembedded/recipes/ti/ti-cgt6x-
native_6.1.9.bb do_fetch failed
ERROR: Task 182 (/home/adnan/OE/openembedded/recipes/ti/ti-dspbios-
native_5.33.04.bb, do_fetch) failed

i guess the files are not available on the url in the recipies.
So what changes i should do to work it out ?

Regards,
Adonis

Maybe you should install yourself locally in the source dir? There's a readme in recipes/ti which states that the cgt is restricted and needs a manual download.

Thanks alot Koen

I am able to run successfully bitbake ti-codec-engine but the problem
is now
after completion the following packages are missing.

# ti-cmem-module_221-r19.1_beagleboard.ipk
# ti-lpm-module_221-r19.1_beagleboard.ipk
# ti-sdma-module_221-r19.1_beagleboard.ipk

while the other packages are successfully obtained.

# ti-codec-engine-apps_221-r19.1_beagleboard.ipk
# ti-codec-engine-dbg_221-r19.1_beagleboard.ipk
# ti-codec-engine-dev_221-r19.1_beagleboard.ipk
# ti-dsplink-apps_221-r19.1_beagleboard.ipk
# ti-dsplink-module_221-r19.1_beagleboard.ipk

Do you have any idea ?

thanks once again....
finally i am able to run successfully
" bitbake ti-codec-engine"
completely......

Thanks alot Koen

I am able to run successfully bitbake ti-codec-engine but the problem
is now
after completion the following packages are missing.

# ti-cmem-module_221-r19.1_beagleboard.ipk
# ti-lpm-module_221-r19.1_beagleboard.ipk
# ti-sdma-module_221-r19.1_beagleboard.ipk

while the other packages are successfully obtained.

# ti-codec-engine-apps_221-r19.1_beagleboard.ipk
# ti-codec-engine-dbg_221-r19.1_beagleboard.ipk
# ti-codec-engine-dev_221-r19.1_beagleboard.ipk
# ti-dsplink-apps_221-r19.1_beagleboard.ipk
# ti-dsplink-module_221-r19.1_beagleboard.ipk

Do you have any idea ?

It seems you're using the old instructions, have a look at the setup-scripts bit in http://www.angstrom-distribution.org/simplified-development-setup to build the latest stuff.

regards,

Koen