Tbe minsys says no such command 'gcc
by Jacob Wagner · in Torque Game Builder · 11/18/2005 (11:18 pm) · 3 replies
I had TBE installed fine before and was using it to compile t2d, but for some silly reason I decided to uninstall and re-install TBE.
Now, when I attempt to compile using minsys, using the following commands, I get the error message: " no such command: gcc"
cd c/torque2dbuild/workcopy3/sdk
make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=RELEASE
make clean
make
I'm sure this is a simple path problem, but I don't know what file to update the path in.
Now, when I attempt to compile using minsys, using the following commands, I get the error message: " no such command: gcc"
cd c/torque2dbuild/workcopy3/sdk
make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=RELEASE
make clean
make
I'm sure this is a simple path problem, but I don't know what file to update the path in.
#2
11/19/2005 (9:12 pm)
I used the tbe uninstaller again, rebooted, reinstalled, rebooted, then it worked perfectly! Which is weird, since minus the uninstall reboot, that was exactly what I did in the first place.
#3
Glad you got it working again!
11/20/2005 (8:00 am)
Yes--as I said, it's do to the order in which you install them. I can't remember exactly why, but as you intimated, it has to do with the path variable in your OS being set properly/automatically.Glad you got it working again!
Torque 3D Owner Stephen Zepp
You may want to backup your makefile, otherwise you'll need to make the changes again you previously performed for T2D compilation.