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
When attempting to compile the samples, the compiler would spit outCan't create output file Undefined error: 0 for all files it's trying to compile. It seems like it is unable to write to output.o for some reason. (Message is generated here: amun_compiler.cpp, line 72; this commit's file tree 85457f4)
Unsuccessful attempts to fix the issue
Replaced OF_None with OF_Append
Replaced OpenFlags with FileAccess value of FA_Write
Platform
Description
When attempting to compile the samples, the compiler would spit out
Can't create output file Undefined error: 0
for all files it's trying to compile. It seems like it is unable to write tooutput.o
for some reason. (Message is generated here:amun_compiler.cpp
, line 72; this commit's file tree 85457f4)Unsuccessful attempts to fix the issue
OF_None
withOF_Append
OpenFlags
withFileAccess
value ofFA_Write
chmod
'd Amun compiler binary (777)chmod
'd Amun compiler directory (777, recursively)Reproduction
The text was updated successfully, but these errors were encountered: