![]() |
|
#1
|
|||
|
|||
|
make: *** [make.o] Error 1 It goes over the file like 3 times, with an error or two for each line. Help? It does the same with cygwin and cmd. Makefile: TARGET = hello OBJS = main.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Hello World PSPSDK=$(shell psp-config --pspsdk-path) include $(PSPSDK)/lib/build.mak main.c: http://en.wikibooks.org/wiki/PSP_Pro...ng/Hello_World |
|
#2
|
||||
|
||||
|
Moved to Programming
__________________
![]() Powered by 5.50 GEN-D3 Guide for M33 firmwares|Install DCv8 PSP Reference Guide - Read & Contribute! |
|
#3
|
|||
|
|||
|
It give a lot of output about implicit declarations and undeclared functions and what-not
|
|
#4
|
|||
|
|||
|
Check for ANY and ALL errors in the makefile and the mainfile...
If you copy and pasted any speech marks it might be the weird slanted ones which sometimes are used which are wrong... |
|
#5
|
||||
|
||||
|
Can you post all the errors you get?
You should use [C0DE][/C0DE] when posting any source code.
__________________
----------------------------------------- ![]() The Real Brian Peppers (Told From Brother) =D By far my favorite quote ever: "PM Oyabun a bunch of gay pr0n and you're in." - ...BeAkEr... Other Funny Quotes: Spoiler: Last edited by Stinkee2; 11-08-2009 at 01:32 PM. |
|
#6
|
||||
|
||||
|
Quote:
i havent read it but to get rid of the implicit declarations make a header file and include everything you use / declare your own functions (e.g. void WTF(int,int); ) |
![]() |
| Tags |
| code, coding, dev, hello world, pspdev |
|
|
|||
|
|||
|
|
| Thread Tools | |
| Display Modes | |
|
|