![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on cygwin within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; this is my errors Code: Erik@PREFERRE-FA8B50 /pspdev $ make make: *** No rule to make target `main.o', needed by `hello.elf'. ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() likes kittens....awww....
Join Date: Sep 2006
Real First Name: Erik
Location: Detroit
Just Played: Call of Duty:World at War
Posts: 628
Trader Feedback: 0
|
this is my errors
Code:
Erik@PREFERRE-FA8B50 /pspdev $ make make: *** No rule to make target `main.o', needed by `hello.elf'. Stop. Erik@PREFERRE-FA8B50 /pspdev $ Code:
TARGET = hello OBJS = main.o graphics.o framebuffer.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LIBS = -lpspgu -lpng -lz -lm LDFLAGS = EXTRA_TARGETS = EBOOT.PBP PSP_EBOOT_TITLE = Z PSPSDK=$(shell psp-config --pspsdk-path) include $(PSPSDK)/lib/build.mak |
|
|
|
![]() |
| Tags |
| cygwin |
| Thread Tools | |
|
|