patacongo commented on issue #3737: URL: https://github.com/apache/incubator-nuttx/issues/3737#issuecomment-846620478
> It does seem like a compiler issue. Could it believe that dummyfunc() > is an ARM (vs Thumb2) function? > I am not sure how the ARM-Thumb interworking is handled. But the compiler cannot really know if a function address is an ARM or a Thumb2 address. That cannot really be known until the files are linked via ld, right? In this case, there is a partial link using ld to produce a struct.r2 but the final link is not performed by LD, but by ldnxflat. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
