'IMAGE_REL_AMD64_ADDR32NB relocation requires anordered section layout' warning message
조회 수: 20 (최근 30일)
이전 댓글 표시
Hey all,
Currently, I am working on an inherited MATLAB GUI that was developed programtically. I want to create an compliled .exe file from it to share it with others for use. After I created a compiled version, I have been testing it and I see this strange warning message on the windows console:
I did not see any such messages when I was running the GUI on MATLAB. Can anyone please help with this issue?
The message is a warning message and does not stop the compiled .exe file although the windows console gets flooded with warning messages.
Thanks for your help,
Sujit
댓글 수: 0
답변 (1개)
Abhijeet
2023년 9월 6일
Hi Sujit,
I understand that you are getting ‘IMAGE_REL_AMD64_ADDR32NB relocation requires anordered section layout' warning message while working on MATLAB GUI. This is a known issue when running compiled apps with MATLAB 2020a. Please upgrade MATLAB to 2020b Update 4 or later to resolve the issue.
I hope this information was helpful!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!