Compiling error with BricxCC

Discussion specific to NXT-G, NXC, NBC, RobotC, Lejos, and more.
Post Reply
toni88
Posts: 1
Joined: 26 Dec 2013, 20:42

Compiling error with BricxCC

Post 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.
lvoc
Posts: 38
Joined: 10 Sep 2013, 13:34

Re: Compiling error with BricxCC

Post 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
Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests