cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

mgbtcfv
Journeyman III

ADL_SDK does not compile straight "out of the box" under Linux

ADL_SDK does not compile for linux. It looks like someone had the same problem -

AMD Developer Forums: Message List

There he says -

So I replace "wchar_t" with "char" definition in include/adl_structures.h and now it works with the instructions from "Linux build instructions.txt":

gcc main.c -o adlutil -DLINUX -ldl -I ../include/

Can someone explain how to replace "wchar_t" with "char" ? adl_structures.h is a large file and I could not find "wchar_t"

0 Likes
0 Replies