|
From: Anand M. <ana...@gm...> - 2012-10-08 01:34:36
|
Hi,
I have managed to compile and install torcs. I can get the simulator
to open and can also complete a race. I want to create my own robot and
have been following "Berniws" guide to do the same. I've downloaded the
robotgen script and managed to run it like this
"./robotgen -n "hektor" -a "Anand" -c "kc-coda" --gpl ".
The directory named hektor is created in /src/drivers inside the torcs
installation directory .
But when i try to make , I get the following error " make: *** No targets.
Stop. "
I can see a file named "Makefile" inside the "hektor" folder , but can't
understand why the make fails. My LD_LIBRARY_PATH and MAKE_DEFAULT have
been set as follows.
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib/:/usr/lib/libalut.so:/usr/lib/libalut.soclear:/usr/include
export TORCS_BASE=/home/prince_hektor/Desktop/torcs-1.3.3
export MAKE_DEFAULT=$TORCS_BASE/Make-default.mk
Can anyone help me out with this problem?
Regards,
Anand.
|