Open mahkoh opened 9 years ago
lrs_build has been completely rewritten and is now much more powerful than before. You'll have to update your version to use the new LRSBuild syntax.
The documentation does not yet reflect those changes.
PS: It is now possible to compile a freestanding lrs that can be used in kernel space with the following command:
lrs_build -C freestanding
See the LRSBuild file for more details.
What does the codegen default to on 32-bit x86?
Whatever rustc does.
Ok, thx - I shouldn't have a problem modifying the target then.
lrs_build has been completely rewritten and is now much more powerful than before. You'll have to update your version to use the new LRSBuild syntax.
The documentation does not yet reflect those changes.
PS: It is now possible to compile a freestanding lrs that can be used in kernel space with the following command:
See the LRSBuild file for more details.