Compiling error with BricxCC
Posted: 26 Dec 2013, 20:49
Hello,
I've installed BricxCC, but when I try to compile my first program for the EV3:
the compiler give me an error: "Compile/Download Failed Unknown GNU error code (-255)", and if I go to the error logs, the window is empty, so no syntax errors.
Can someone help me? I've BricxCC 3.3.8.11 and the 1.03H firmware.
Thanks.
I've installed BricxCC, but when I try to compile my first program for the EV3:
Code: Select all
#include <stdio.h>
#include <unistd.h>
#include "C:\BricxCC\API\ev3_lcd.h"
#include "C:\BricxCC\API\ev3_command.h"
int main()
{
int i;
LcdInit();
LcdText(1, 0, 0, "Hello World!");
Wait(SEC_1);
LcdExit();
}
Can someone help me? I've BricxCC 3.3.8.11 and the 1.03H firmware.
Thanks.