I have a new evm6678LE kit and attempting to build a system using the linux-c6x instructions.
I have attempted the build using Ubuntu 12.04 64 bit and 32 bit. The build fails when trying to build rpm. The errors indicate there is a link problem:
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/client.c:68: undefined reference to `clnt_create'
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/client.c:70: undefined reference to `clnt_spcreateerror'
./rpmdb/.libs/librpmdb.a(gen_client.o): In function `__dbcl_env_cachesize_rpmdb':
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/gen_client.c:70: undefined reference to `xdr_free'
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/gen_client.c:85: undefined reference to `clnt_sperror'
./rpmdb/.libs/librpmdb.a(gen_client.o): In function `__dbcl_env_close_rpmdb':
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/gen_client.c:114: undefined reference to `xdr_free'
/home/robert/ti_ocl/my-linux-c6x/Build/rpm-4.0.4/db3/../db/dist/../rpc_client/gen_client.c:127: undefined reference to `clnt_sperror'
Any one have any ideas? The linux-c6x wiki refers to Ubuntu 10.04, I hope I don't have to back down to something that old.