-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[clang] Undefined references some reason. Possible code generation issues. #11942
Comments
Have you tried using LLD? EDIT: Yup, it's in the assembly: https://github.com/gnustep/libobjc2/blob/921e3c338645702b6cacf3e0b220eb7b08bc5bcb/objc_msgSend.x86-64.S#L297 |
@gcasa: have you fixed the problem? If this issue is no longer applicable, please close it. Thanks. |
Hey guys! Great clues as to what is wrong, I haven't had time to get back to this, but I will ASAP. I will keep this item updated. Thanks to you guys I know what to do. |
On the branch
I am seeing the following undefined references when trying to build with the script build-windows-libobjc2
[email protected]:gnustep/tools-scripts.git
The repo for libobjc2 is here....
[email protected]:gnustep/libobjc2
The errors are below...
The issues with gnustep_objcxx_personality_v0 I understand. The ones confusing me are the .objc_selector_retain... etc. It seems like the error is in the ObjCGNU Code generation code, but I am not sure. These are defined in nsobject.h in libobjc2 and then REDEFINED in NSObject.h in GNUstep. Full disclosure... I am the lead developer of the gnustep project http://www.gnustep.org. The GitHub project is here https://github.com/gnustep.
GC
The text was updated successfully, but these errors were encountered: