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
Hi, I'm trying to integrate this library in my keil uVision project based on the STM32G070 but I'm encountering problems in doing it. I have made some changes (like defining BARE_METAL) to adapt it but I still find linker failures:
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol ctype (referred from configura.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol __assert_func (referred from osdp_cp.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_fill_random (referred from osdp_pd.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_crypt_setup (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_crypt_teardown (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_decrypt (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_encrypt (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol fcntl (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol read (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol write (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol strdup (referred from memory.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
I have searched one by one for those files, and they really exist, for example “osdp_fill_random” or “osdp_crypt_setup” are defined in osdp_common.h
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to integrate this library in my keil uVision project based on the STM32G070 but I'm encountering problems in doing it. I have made some changes (like defining BARE_METAL) to adapt it but I still find linker failures:
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol ctype (referred from configura.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol __assert_func (referred from osdp_cp.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_fill_random (referred from osdp_pd.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_crypt_setup (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_crypt_teardown (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_decrypt (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol osdp_encrypt (referred from osdp_sc.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol fcntl (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol read (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol write (referred from fdutils.o).
.\GW\GW_3145.axf: Error: L6218E: Undefined symbol strdup (referred from memory.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
I have searched one by one for those files, and they really exist, for example “osdp_fill_random” or “osdp_crypt_setup” are defined in osdp_common.h
Beta Was this translation helpful? Give feedback.
All reactions