ld: sectionForAddress(0x1DD10) address not in any section file
error
#135
Labels
ld: sectionForAddress(0x1DD10) address not in any section file
error
#135
Today I refactored some code and forgot to remove the
C.context
andC.include
calls from a file when I moved all theinline-c
/inline-c-cpp
invocations to another module.The build then failed on darwin with:
The solution was to remove
C.context
andC.include
from the module that didn't need them anymore.Ideally
inline-c
could raise an error when it's not actually used in a module. I don't know if that's feasible. Perhaps the error itself can be prevented? It doesn't happen on Linux. This may be a GHC bug.Seems like a low priority bug.
The text was updated successfully, but these errors were encountered: