Skip to content
New issue

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

Linker issue. #10

Open
Muzz opened this issue Feb 9, 2025 · 1 comment
Open

Linker issue. #10

Muzz opened this issue Feb 9, 2025 · 1 comment

Comments

@Muzz
Copy link

Muzz commented Feb 9, 2025

odin run demo -define:TRACY_ENABLE=true -debug
tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __dyn_tls_on_demand_init referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ)
tracy.lib(tracy.obj) : error LNK2019: unresolved external symbol __tls_guard referenced in function "public: __cdecl tracy::Profiler::Profiler(void)" (??0Profiler@tracy@@qeaa@XZ)
E:\CODE\odin-tracy_0.11\demo.exe : fatal error LNK1120: 2 unresolved externals

HI!

tried to run the demo, after getting the lib building, and had this issue. Not sure about next steps. Thanks!

@oskarnp
Copy link
Owner

oskarnp commented Feb 20, 2025

I haven't finished the 0.11 PR yet. Try master instead.
(Remember to git submodule update --init when switching branches.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants