-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not set --model-large #52
Comments
been a long time since I looked at this, but have a look at the SDCC User Guide
also must pass this option to linker |
the option of SDCC -Wl i have tried。 but unfortunatly it does not work. output: |
[env:STC8G2K64S4]
platform = intel_mcs51
board = STC8G2K64S4
board_build.f_cpu = 35000000L
build_flags =
--model-large
I get the error:
?ASlink-Warning-Conflicting sdcc options:
"-mmcs51 --model-large" in module "main" and
"-mmcs51 --model-small" in module "_startup".
*** [.pio/build/STC8G2K64S4/firmware.hex] Error 1
what "_startup" is ?
The text was updated successfully, but these errors were encountered: