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
/usr/bin/ld: xed-ex1.o: in function main': xed-ex1.c:(.text+0x1546): undefined reference to xedex_append_string'
/usr/bin/ld: xed-ex1.c:(.text+0x15bc): undefined reference to `xed_convert_ascii_to_hex'
collect2: error: ld returned 1 exit status
Why is this happening?
The text was updated successfully, but these errors were encountered:
I am trying to compile
examples/xed-ex1.c
in following way:But it is generating following linker error:
Why is this happening?
The text was updated successfully, but these errors were encountered: