Subject:
|
Re: error in using brickOS under Bricx Command Center
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 11 Oct 2005 13:58:41 GMT
|
Viewed:
|
8183 times
|
| |
| |
Here are the contents of my helloworld.mak file:
ROOT=/brickos
KERNEL=$(ROOT)/boot/brickOS
PROGRAMS=helloworld.lx
DOBJECTS=
all:: $(DOBJECTS) $(PROGRAMS)
download:: all
$(ROOT)/util/dll --program=1 --tty=usb --rcxaddr=0 $(PROGRAMS)
set_addr::
$(ROOT)/util/dll --tty=usb --rcxaddr=0 --node=-1
include $(ROOT)/Makefile.common
include $(ROOT)/Makefile.user
It looks like you are having a problem the "OS root" setting in BricxCC. It
should be set to something like:
/brickos
The "Cygwin" setting should be set to something like:
c:\cygwin
My hunch is that correcting your brickOS root setting will fix all your
problems.
Hope this helps!
John Hansen
|
|
Message has 1 Reply:
Message is in Reply To:
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|