Add dependency on rlibc

This commit is contained in:
Philipp Oppermann
2020-07-16 15:39:07 +02:00
parent 07d8a22a53
commit 16ffe80fd5
3 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#![no_std]
#![no_main]
extern crate rlibc;
use core::panic::PanicInfo;
static HELLO: &[u8] = b"Hello World!";