Crates.io | ld |
lib.rs | ld |
version | 0.0.1 |
source | src |
created_at | 2014-11-28 19:10:17.855586 |
updated_at | 2015-12-11 23:56:40.231265 |
description | Run the GNU linker (ld) during your Cargo build. |
homepage | https://github.com/goodmanio/ld |
repository | https://github.com/goodmanio/ld.git |
max_upload_size | |
id | 420 |
size | 2,774 |
Run the GNU linker (ld) during your Cargo build.
extern crate ld;
fn main() {
ld::link("example", "src/boot.ld", &["boot.o", "kmain.o"]);
}