Search found 4 matches
- Wed May 24, 2006 8:25 am
- Forum: PSP Development
- Topic: makefile
- Replies: 5
- Views: 1962
- Wed May 24, 2006 7:50 am
- Forum: PSP Development
- Topic: makefile
- Replies: 5
- Views: 1962
- Wed May 24, 2006 6:23 am
- Forum: PSP Development
- Topic: makefile
- Replies: 5
- Views: 1962
makefile
I get this error when i enter 'make' under the projects/helloworld directory: $ make Makefile:2: *** missing separator. Stop. Here is my makefile: //Makefile for Hello World!! TARGET = hello OBJS = main.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS =...
- Wed Apr 26, 2006 6:58 am
- Forum: PSP Development
- Topic: C++
- Replies: 0
- Views: 1269
C++
Im not noob btw, just want to know is the C++ course a programming course that covers just certain areas or does it cover everything. I know there are other courses aswell, im just wondering what course to start learning with as im not sure what different courses are for and i dont want to jump in t...