Subject:
|
Strange error message I have recieved
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sun, 19 Oct 2003 18:29:28 GMT
|
Viewed:
|
3581 times
|
| |
| |
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.
|
|
Message has 1 Reply:
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|