Page 1 of 1

Compiling error with BricxCC

Posted: 26 Dec 2013, 20:49
by toni88
Hello,

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();
}
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.

Re: Compiling error with BricxCC

Posted: 02 Jan 2014, 21:21
by lvoc
A few people that reported this issue, found that they had not followed the installation procedure properly.
http://bricxcc.sourceforge.net/test_rel ... me_1st.txt