|
On Mar 25, Jakob "Fepp" Engblom wrote:
>
> However, we now need to port the LegOS kernel to the IAR compiler, also
> figure out how to make the IAR compiler generate the .LX format files used
> by LegOS.
>
> Where can we find documentation for the format? Is it possible to convert
> to .lx from some other standard output format?
Look at legOS makefiles. The lx file is generated from two symbolsrec
executables linked to different positions. The files are generated
with a special linker script "legOS.lds". Maybe you can do the same
with your compiler and use the makelx program, which is included in
legOS, without modifications.
Otherwise, makelx comes with source code, so you can get more
information about lx file format there.
Jochen
|
|
Message has 1 Reply: | | Re: .lx format
|
| (...) So in effect, it is dependent on the gcc loader mechanism. Ungh! The idea of using two symbolsrec files: one could be kernel, the other the program. Would make sense for kernel call resolution. (...) I looked at it, and it mainly outputs (...) (24 years ago, 27-Mar-01, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | .lx format
|
| Hi! I am presently helping some PhD students here at my university prepare the labs for a real-time course using LegOS. As part of the course, we want our students to experience a modern development environment for embedded systems, and have (...) (24 years ago, 25-Mar-01, to lugnet.robotics.rcx.legos)
|
7 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
|
|
|
|