luckytyphlosion
luckytyphlosion
`unlink` is supposed to be included in ``. Looking through the commit history, `` was never included in the first place, and I'm not sure why the gcc developers at...
I tried installing Clang on WSL1 (both Clang 10 and Clang 12), and I didn't seem to get the error. Clang simply treated it as a warning. The only way...
From: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes > Clang now reports an error when you use a function without an explicit declaration when building C or Objective-C code for macOS (-Werror=implicit-function-declaration flag is on). This...
(Should have posted in the above message ) So the solution is either to add `-Wno-implicit-function-declaration`, or to actually fix the implicit function declarations. Vestaiden in Discord tried the immediate...
I am lazy and busy, ask in 3-4 weeks when I'll have more time :trollface:
Join the Discord (check any one of the decompilation readmes) and I can help resolve the macOS problem.
Licenses are in their respective folders, a README might be of use.
This actually might have been resolved, according to a post made by pfero in the Discord: > Update on M1 support: Turns out it was a confusion with different components...
I mean label in a macro definition. So: ```arm .macro my_macro $localLabel: .byte 10 .endm ``` would not work when the macro is actually used.
It turns out that this is actually an issue with msys2 and WSL, but NOT with Cygwin. It also might be an issue with no$gba. In the output asm file...