Search Issue Tracker
Won't Fix
Votes
0
Found in
3.4.2f2
Issue ID
428748
Regression
No
Compiling very large assemblies with GCC fails
Compilation fails with: FATAL:Section too large, can't encode r_address (0xXXXXXXXX) into 24-bits of scattered relocation entry.
Issue: ARM object files are limited to 16MB in GCC.
Possible workarounds:
1) Get latest Xcode and use LLVM compiler.
2) Or split your scripts into precompiled plugin assemblies.
Won't fix reason: Apple is phasing out GCC and substituting it with LLVM, which fixes the issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Add comment