Hi! I am taking a class that uses the Assembly language MIPS. I installed the program TextMate because it has a built in MIPS Assembler. I have QtSpim installed on my mac as well. When I go to run a program in TextMate with the built in MIPS Assembler, it tells me:
How do I get it to recognize that I have QtSpim installed?
I apologize if this is a completely stupid question, I just started the class and am still trying to get everything set up. Thank you so much for helping me out!
Code:
This command requires spim which wasnt found on your system.
The following locations were searched:
/usr/bin
/bin
/usr/sbin
/sbin
~/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/bin
If spim is installed elsewhere then you need to set TM_SPIM in
Preferences → Variables to the full path of where you installed it.
How do I get it to recognize that I have QtSpim installed?
I apologize if this is a completely stupid question, I just started the class and am still trying to get everything set up. Thank you so much for helping me out!