Search found 5 matches

by sehoonha
10 Oct 2013, 20:30
Forum: Mindstorms Software
Topic: BricxCC Command Center Error - Unknown GNU error code(-255)
Replies: 18
Views: 26960

Re: BricxCC Command Center Error - Unknown GNU error code(-255)

Hi, thanks for all your help, I resolve the problem. The was due to the version of "make.exe", which was in the package. The version was 3.80, and it keep generating the following error when I tested in command line. make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4ff283) Aft...
by sehoonha
09 Oct 2013, 23:14
Forum: Mindstorms Software
Topic: BricxCC Command Center Error - Unknown GNU error code(-255)
Replies: 18
Views: 26960

Re: BricxCC Command Center Error - Unknown GNU error code(-255)

Hi,

I didn't put "lmsapi" into the path.
(I once tried it, but nothing changed..)
Instead, I put the linux tools(make and rm) into the CSLITE/bin directory.

I wonder those two files are not compatible with my system or something..
by sehoonha
09 Oct 2013, 19:37
Forum: Mindstorms Software
Topic: BricxCC Command Center Error - Unknown GNU error code(-255)
Replies: 18
Views: 26960

Re: BricxCC Command Center Error - Unknown GNU error code(-255)

Unfortunately, I installed in two different machines (both windows7), but ran into the same problems. Here are the configuration I used: C:\CSLITE\bin C:\BricxCC C:\evtest\lmsapi In test.prj, C:\evtest\lmsapi\ev3_lcd.c C:\evtest\lmsapi\ev3_timer.c C:\evtest\lmsapi\ev3_command.c User Path starts with...
by sehoonha
09 Oct 2013, 18:24
Forum: Mindstorms Software
Topic: BricxCC Command Center Error - Unknown GNU error code(-255)
Replies: 18
Views: 26960

Re: BricxCC Command Center Error - Unknown GNU error code(-255)

Hi, totokan.
Unfortunately, the compiler output window seems to be totally empty.
If there's any further debug information I can provide, please let me know.
Since I (and a few more friends) am very interested in this programming environment,
I am very willing to help.
by sehoonha
09 Oct 2013, 17:26
Forum: Mindstorms Software
Topic: BricxCC Command Center Error - Unknown GNU error code(-255)
Replies: 18
Views: 26960

BricxCC Command Center Error - Unknown GNU error code(-255)

Hi all. I tried to setup c environment for lego mindstorms ev3. Thanks for the kind tutorial of "totokan", https://docs.google.com/document/d/1tA2yGlqFivRe5gipBkqXyduxKrzVA8m08muyYwsBtro/edit (The original topic: http://sourceforge.net/apps/phpbb/mindboards/viewtopic.php?f=3&t=1967) I ...