Subject:
|
Re: brickos-0.2.6.10 .text is not within region ram
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 6 May 2003 16:29:27 GMT
|
Viewed:
|
3294 times
|
| |
| |
Hi Bernhard,
Apparently the kernel is getting too big! By defining CONF_DSENSOR_MUX,
enough extra code was generated to make the kernel exceed 12K. If you go
to Makefile.user in the main BrickOS directory, change the following lines:
# Base addresses to determine relocation info.
BASE1 = 0xb000
BASE2 = 0xb210
to the following:
# Base addresses to determine relocation info.
BASE1 = 0xc000
BASE2 = 0xc210
This will give us enough breathing room for the moment. I made this
change and BrickOS now compiles, but I haven't had the time yet
to test the demo programs.
HTH,
Mark
"Bernhard Powolny" <b.powolny@mobilkom.at> wrote:
> I changed in /boot/config.h
> the
> //#define CONF_DSENSOR_MUX //!< sensor multiplexor
> TO
> #define CONF_DSENSOR_MUX //!< sensor multiplexor
[snip]
> As a fact no programs in /demo can be compiled !
>
> Bernhard
|
|
Message has 1 Reply:
Message is in Reply To:
3 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
|
|
|
|