Subject:
|
Re: Strange error message I have recieved
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Mon, 20 Oct 2003 01:29:09 GMT
|
Viewed:
|
3530 times
|
| |
| |
In lugnet.robotics.rcx.legos, Michael Martelli wrote:
> I am in the process of completing my senior project where I will add 3
> additional allocation algorithms to the Memory Mangament facility in BrickOS. I
> should the Next Fit algorithm done but when I add a certain part of code I get
> the following error when I try and make my new version of the OS:
>
> =========================================================
> /usr/local/bin/h8300-hitachi-hms-ld -T /brickos-MMTest/boot/brickOS.lds -relax -
> L/brickos-MMTest/lib rotation.velocity.Sensor.o -lc -lmint -lfloat -lc++ -o rot
> ation.velocity.Sensor.dc1 --oformat coff-h8300 -Ttext 0xb000
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .text is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .tors is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .data is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .bss is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .text is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .tors is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .data is not within region ram
> /usr/local/bin/h8300-hitachi-hms-ld: address 0xb004 of rotation.velocity.Sensor.
> dc1 section .bss is not within region ram
> make: *** [rotation.velocity.Sensor.dc1] Error 1
> =========================================================
>
> The error occurs in the /demo/c++ directory...so i just compiled that dir to get
> this error and i have no idea why...is it a memory issue? that is the only think
> I can think of.
Check out this message, it might address your problem:
http://news.lugnet.com/robotics/rcx/legos/?n=3267
Mark
|
|
Message has 1 Reply:
Message is in Reply To:
| | Strange error message I have recieved
|
| I am in the process of completing my senior project where I will add 3 additional allocation algorithms to the Memory Mangament facility in BrickOS. I should the Next Fit algorithm done but when I add a certain part of code I get the following error (...) (21 years ago, 19-Oct-03, to lugnet.robotics.rcx.legos)
|
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
|
|
|
|