Skip to content

Commit

Permalink
add libs
Browse files Browse the repository at this point in the history
  • Loading branch information
esm-tmori committed Dec 30, 2018
1 parent 7cad210 commit 11b9d5f
Show file tree
Hide file tree
Showing 3 changed files with 17,238 additions and 17,845 deletions.
11 changes: 11 additions & 0 deletions sample/baremetal_c++/step1/libathrillc.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ int raise(int sig)
{
return 0;
}

void _fflush_r(void)
{
}

void __sinit(void)
{
}

void _cleanup_r(void){}
void __register_exitproc(void){}
Binary file added sample/baremetal_c++/step1/test_main.elf
Binary file not shown.
Loading

0 comments on commit 11b9d5f

Please sign in to comment.