HELP ME PLEASE?!!
Posted: Sun Sep 12, 2010 10:40 am
i just set up everything and I am trying to build my first hello code but here is the error that keeps popping out (even after restarting)
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1> sed: -e expression #1, char 1: unknown command: ``'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "make -r 2>&1 | sed -e ‘s/(.[a-zA-Z]+):([0-9]+):/1(2):/’" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and the HELLO code is:
#include <nds.h>
#include <stdio.h>
int main(void)
{
int i;
consoleDemoInit();
videoSetMode(MODE_FB0);
vramSetBankA(VRAM_A_LCD);
printf("Hello World!\n");
printf("360-hq.com psp-hq.com");
for(i = 0; i < 256 * 192; i++)
VRAM_A = RGB15(31,0,0);
return 0;
}
Please can someone tell me what the error means and what correction needs to be made?
Thank you
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1> sed: -e expression #1, char 1: unknown command: ``'
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "make -r 2>&1 | sed -e ‘s/(.[a-zA-Z]+):([0-9]+):/1(2):/’" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
and the HELLO code is:
#include <nds.h>
#include <stdio.h>
int main(void)
{
int i;
consoleDemoInit();
videoSetMode(MODE_FB0);
vramSetBankA(VRAM_A_LCD);
printf("Hello World!\n");
printf("360-hq.com psp-hq.com");
for(i = 0; i < 256 * 192; i++)
VRAM_A = RGB15(31,0,0);
return 0;
}
Please can someone tell me what the error means and what correction needs to be made?
Thank you