Page 1 of 2

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

Posted: 09 Oct 2013, 17:26
by sehoonha
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/1tA2 ... sBtro/edit
(The original topic: http://sourceforge.net/apps/phpbb/mindb ... f=3&t=1967)
I successfully followed all the steps written in the document.
I installed CSLITE and Bricx CC, and tried to compile the test program.

However, when I hit the Compile-compile menu,
the bricx command center gives me "Unknown GNU error code (-255)".
Does anybody know that how can I resolve this issue?
I confirmed that the CSLITE\bin is in the system path..
I don't know what can I do else.

Otherwise, can I just write my own makefile?
Does anybody have some example of compile option/makefile?

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

Posted: 09 Oct 2013, 17:42
by totokan
If you press F12 to pull up the compiler output window, you should be able to get a more specific error list, let me know if that shows anything or is blank.
I don't have much advice to offer yet, this is all really finicky test software and not everything is going to work. Hopefully in a couple of weeks when we have had a larger sample size of users and problems we can have a better idea how to fix issues, in the mean time, consider your problems a "live test" :-)

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

Posted: 09 Oct 2013, 18:24
by sehoonha
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.

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

Posted: 09 Oct 2013, 18:42
by totokan
Hmm, I would guess it has something to do with the compiler not connecting with the BricxCC software properly, but I can't be sure. The only suggestions I could make at this point would be to try and uninstall everything and try again from the beginning, otherwise you might want to send an email to the developer, John Hansen, or wait for him to log on and look here.

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

Posted: 09 Oct 2013, 19:05
by HaWe
what are the full written paths to CSLite and ev3_api?

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

Posted: 09 Oct 2013, 19:37
by sehoonha
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:
C:\CSLITE\bin;C:\Users\sehoon\AppData\Local....

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

Posted: 09 Oct 2013, 19:50
by HaWe
where is C:\evtest\lmsapi in your system environment path list? I only can recognize c:\CSlite\bin

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

Posted: 09 Oct 2013, 20:12
by totokan
the lmsapi directory should not be in your path.

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

Posted: 09 Oct 2013, 21:06
by HaWe
sorry, I meant the path to the tools (from linux_tools.zip )

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

Posted: 09 Oct 2013, 21:43
by totokan
If you followed my tutorial, make.exe and rm.exe should end up in the path by nature of being put in the folder code sourcery lite creates.