tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Fix CI on Windows #67

Closed rafzi closed 3 years ago

rafzi commented 3 years ago

This wouldn't really have to be in the translate function, but the constructor is too early to have the library path additions from the Arch plugins.

JoGei commented 3 years ago

Seems to fix Issue #65. Is there another way to tell TCC on Windows to link similar to '-rpath' in any GCC? It seems to work without https://github.com/tum-ei-eda/etiss/blob/0b62f0c1f68cd20fbf44c8a7064a36412b1f4aff/JITImpl/TCC/TCCJIT.cpp#L145

for ETISS+TCC on any Linux?

rafzi commented 3 years ago

@wysiwyng thanks!

@JoGei no, TCC does not have this feature as far as i can tell. the call only happens on windows (HAS_GETPROC macro) and the function is a no-op on linux anyways.