Search found 3 matches

by alexsheu
Mon Nov 01, 2021 10:00 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: gcc\libgcc\fp-bit.c not found
Replies: 1
Views: 8173

Re: gcc\libgcc\fp-bit.c not found

/* disable interrupts */ boolean interruptState = IfxCpu_disableInterrupts(); IfxQspi_SpiMaster_Config spiMasterConfig; /* create module config */ IfxQspi_SpiMaster_initModuleConfig(&spiMasterConfig, TLF_SCLK_PIN.module); /* set the maximum baudrate */ spiMasterConfig.base.maximumBaudrate = TLF_QSP...
by alexsheu
Mon Nov 01, 2021 3:50 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: gcc\libgcc\fp-bit.c not found
Replies: 1
Views: 8173

gcc\libgcc\fp-bit.c not found

Hi, I'm using iLLD QSPI module with ERIKA(GH65), the problem was when finish the initModule it stuck in libos_exit.c, can anyone help me solve this problem ? Here's my conf.oil setting CPU mySystem { OS myOs { /*EE_OPT = "OS_EE_VERBOSE";*/ //EE_OPT = "OSEE_DEBUG"; EE_OPT = "OSEE_ASSERT"; EE_OPT = "O...
by alexsheu
Thu Sep 16, 2021 9:36 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Linking custom library error
Replies: 1
Views: 17475

Linking custom library error

Hi, I'm trying to link a custom library to use with Erika. I've included the header file which contains the library function declarations and the path to the library as you can see below, let me know is there any setting is missing? Best regards, Alex WeChat 圖片_20210916163534.png WeChat 圖片_202109161...