diff --git a/codegen/ert_unix.tmf b/codegen/ert_unix.tmf index 83ebe209ca506f678625e9f2f363a7cb81d56f77..b6e96c84f55b77bea54ac4a46f0484d2d9f404fc 100644 --- a/codegen/ert_unix.tmf +++ b/codegen/ert_unix.tmf @@ -35,7 +35,7 @@ USER_OPTS = -DMKL #USER_OPTS += -fPIC -Wno-extra-tokens -O3 -xCORE-AVX512 -no-prec-div -fp-model fast=2 #USER_OPTS += -fPIC -Wno-extra-tokens -O3 -no-prec-div -fp-model fast=2 USER_OPTS += -fPIC -g -USER_OPTS += -I$(RTCCODE_PATH)/build/simulink_codegen/ +USER_OPTS += -I$(RTCCODE_PATH)/core/codegen/ #------------------------ Macros read by make_rtw ------------------------------ diff --git a/codegen/scdalgoinfo.h b/codegen/scdalgoinfo.h new file mode 100644 index 0000000000000000000000000000000000000000..b9cc641bcc36a8c2acaaf969f55db3f2d8176e62 --- /dev/null +++ b/codegen/scdalgoinfo.h @@ -0,0 +1,15 @@ +/* scdalgoinfo.h */ +/* generated on: 20-Apr-2022 11:17:36 */ + +#ifndef SCDALGOINFO +#define SCDALGOINFO +#define ALGOINFOSTR "N/A" +#define ALGOINFOLEN 4 +#define ALGOINFOMAXLEN 1024 + +struct algoinfo { + char text[ALGOINFOMAXLEN]; + unsigned int len; +} __attribute__((packed)); + +#endif