|
This is quite frustrating. I followed ColdReader's tutorial exactly, and it won't work. I don't get any errors when I compile. this is the log that I get.
Compiler: Default compiler Building Makefile: "C:\Documents and Settings\Administrator\My Documents\Xbox DEV\test\Makefile.win" Finding dependencies for file: C:\Documents and Settings\Administrator\My Documents\Xbox DEV\test\main.cpp Executing make... make.exe -f "C:\Documents and Settings\Administrator\My Documents\Xbox DEV\test\Makefile.win" all g++.exe main.o -o "Project2.exe" -L"C:/Dev-Cpp/lib" -c -g -std=gnu99 -ffreestanding -nostdlib -fno-builtin -fno-exceptions -mno-cygwin -march=i386 -DENABLE_XBOX -DDISABLE_CDROM
g++.exe: main.o: linker input file unused because linking not done
Execution terminated Compilation successful
can someone pleaase help me
This post has been edited by grayfox126: Nov 15 2006, 09:11 AM
|