Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 11, 2023
1 parent 2babf8f commit fdc5936
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions tests/platform-native/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# platform-native

Support files for building application to run as native processes.
Support files for building application to run as native processes
on GNU/Linux and macOS.

A few files, with minimal content, are added:
The platform specific include header is currently empty:

- `include/micro-os-plus/config.h`
- `include/micro-os-plus/platform.h`
- `platform/include/micro-os-plus/platform.h`

## RPATH

To accommodate for the custom library path, ask the compiler
for the actual path and use `-Wl,-rpath` during link.

For older GCC (like 11) it is still necessary to use -static-* on macOS.

0 comments on commit fdc5936

Please sign in to comment.