You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when set LOSCFG_PLATFORM_HWI to NO, compile error: .iotlink/sdk/IoT_LINK/iot_link/os/liteos/liteos_imp.c:267: undefined reference to `LOS_HwiCreate'
#415
Open
flyingyizi opened this issue
Aug 21, 2020
· 1 comment
Describe the bug
when set LOSCFG_PLATFORM_HWI to NO, compile error: undefined reference to `LOS_HwiCreate'
To Reproduce Steps to reproduce the behavior:
step 1 when set LOSCFG_PLATFORM_HWI to NO, compile occours error: undefined reference to `LOS_HwiCreate'
step 2 when set LOSCFG_PLATFORM_HWI to YES, compile successfully
Expected behavior
when set LOSCFG_PLATFORM_HWI to NO, compile success
Current behavior A clear and concise description of what happens currently.
Please tell us about your environment:
LiteOS Version: liteOS-lab master version
Chip Architecture: ARM
Board: STM32F411 nucleo
The text was updated successfully, but these errors were encountered:
flyingyizi
changed the title
when set LOSCFG_PLATFORM_HWI to NO, compile error: undefined reference to `LOS_HwiCreate'
when set LOSCFG_PLATFORM_HWI to NO, compile error: .iotlink/sdk/IoT_LINK/iot_link/os/liteos/liteos_imp.c:267: undefined reference to `LOS_HwiCreate'
Aug 21, 2020
Yes, you are right. We forget to delete the defines for the control of interrupt when we rearrange the interrupt component. After the rearrangement, the interrupt could only be manageb by the kernel. Sorry to get the trouble for you.
Describe the bug
when set LOSCFG_PLATFORM_HWI to NO, compile error: undefined reference to `LOS_HwiCreate'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
when set LOSCFG_PLATFORM_HWI to NO, compile success
Current behavior
A clear and concise description of what happens currently.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: