We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined symbols for architecture arm64: "_ticonv_model_has_flash_memory", referenced from: _ticalcs_model_supports_installing_flashapps in libticalcs2_la-ticalcs.o "_tifiles_comment_set_backup_sn", referenced from: recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_73.o recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_8x.o recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_9x.o "_tifiles_comment_set_group_sn", referenced from: tixx_recv_all_vars_backup(_CalcHandle*, FileContent*) in libticalcs2_la-backup.o recv_var_ns(_CalcHandle*, CalcMode, FileContent*, VarEntry**) in libticalcs2_la-calc_8x.o "_tifiles_comment_set_single_sn", referenced from: recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_73.o recv_var_ns(_CalcHandle*, CalcMode, FileContent*, VarEntry**) in libticalcs2_la-calc_8x.o recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_8x.o recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_84p.o recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_89t.o recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_nsp.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [libticalcs2.la] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
These ones are due to outdated versions of libticonv and libtifiles getting in the way. Please clean them up :)
Sorry, something went wrong.
Yep later confirmed on IRC, guess this issue can be closed.
No branches or pull requests
Undefined symbols for architecture arm64:
"_ticonv_model_has_flash_memory", referenced from:
_ticalcs_model_supports_installing_flashapps in libticalcs2_la-ticalcs.o
"_tifiles_comment_set_backup_sn", referenced from:
recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_73.o
recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_8x.o
recv_backup(_CalcHandle*, BackupContent*) in libticalcs2_la-calc_9x.o
"_tifiles_comment_set_group_sn", referenced from:
tixx_recv_all_vars_backup(_CalcHandle*, FileContent*) in libticalcs2_la-backup.o
recv_var_ns(_CalcHandle*, CalcMode, FileContent*, VarEntry**) in libticalcs2_la-calc_8x.o
"_tifiles_comment_set_single_sn", referenced from:
recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_73.o
recv_var_ns(_CalcHandle*, CalcMode, FileContent*, VarEntry**) in libticalcs2_la-calc_8x.o
recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_8x.o
recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_84p.o
recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_89t.o
recv_var(_CalcHandle*, CalcMode, FileContent*, VarEntry*) in libticalcs2_la-calc_nsp.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [libticalcs2.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: