Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Linux compilation error #80

Open
mamin27 opened this issue Aug 7, 2022 · 0 comments
Open

Linux compilation error #80

mamin27 opened this issue Aug 7, 2022 · 0 comments

Comments

@mamin27
Copy link

mamin27 commented Aug 7, 2022

There is error during compilation
1:

cef3api.pas(6711,5) Error: Identifier not found "Set8087CW"

Set8087CW(Get8087CW or $3F); // deactivate FPU exception
2: after comment above line appears next issue with reaching local variable limit

cef3ref.pas(1577,1) Error: Local variables size exceeds supported limit

Which means:
This indicates that you are declaring more than 32K of local variables, which might not be supported on other processor targets.
Error: Local variables size exceeds supported limit

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant