From: Michal Sojka Date: Mon, 10 Mar 2014 14:39:10 +0000 (+0100) Subject: README: Mention how to cross-compile X-Git-Url: https://rtime.felk.cvut.cz/gitweb/ert_linux.git/commitdiff_plain/f8d8d09ae483be29bc029e24ff8e3a304ea25af6 README: Mention how to cross-compile --- diff --git a/README b/README index 1ca7ce3..c711ef4 100644 --- a/README +++ b/README @@ -29,7 +29,11 @@ pressing "Browse...." button). Documentation ------------- +In order to cross-compile the generated source, modify the "Make +command" in Code Generation pane to set the CC variable (and/or CPP +for C++ compiler). For example: + make_rtw CC=arm-linux-gnueabi-gcc Pointers to more ERT Linux target documentation can be found at the project SourceForge page http://lintarget.sourceforge.net/.