Yes, I have the same sed version. I think that my problem is with the makefile. I went into the SDK samples and copied main.c from the basic controller sample, and took the makefile as well. The makefile looks like TARGET = controller_basic OBJS = main.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $&...
No, that doesn't seem to be the issue unfortunately. I am nearly sure that the problem exists with passing arguments to sed. After the regex, if I add "foo", VC++ shows an error saying that no file or folder called "foo" exists. Thus, I am guessing that the problem I am having is...
Thank you very much for the tutorial. I just began trying to compile my first PSP program (installing the toolchain took so long!) so I copied a simple Hello World tutorial I found. I am sure that I followed your instructions exactly, but I am not able to compile my program. At first, the error log ...
Hi, I'm new to the C programming language (I've spent time studying the specification) and PSP development, but I'd like to give it a shot. I tried to work with Lua, but I found C to be easier (probably because I'm used to C-style languages) so I thought to try out "real" PSP programming. ...