Actions
Feature #10074
openoption that stores boot obj at the generated ld script
Start date:
01/27/2020
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Generally speaking, assembler program for boot loader should not be included into the resulting binary for test program. However, in some cases (for example, our JUnit test cases for MiniMIPS model) it could be useful.
So, boot object and it's address should be mentioned in the ld script that is generated by the MicroTESK, when the specific option is enabled.
Here is the working example of ld script that is runnable on QEMU: https://forge.ispras.ru/projects/microtesk-book/repository/418/revisions/master/entry/examples/link_qemu.ls
Updated by Alexander Kamkin almost 5 years ago
- Category set to Test Engine
- Assignee set to Alexander Kamkin
- Target version set to 2.5
Updated by Alexander Protsenko over 1 year ago
- Target version changed from 2.5 to 2.6
Actions