We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resulting size of binary differs between cmake and make environment.
get-started/hello_world git:(release/v3.3) ▶ make size Total sizes: DRAM .data size: 1372 bytes DRAM .bss size: 8912 bytes Used static DRAM: 10284 bytes ( 88020 available, 10.5% used) Used static IRAM: 25220 bytes ( 23932 available, 51.3% used) Flash code: 144452 bytes Flash rodata: 18624 bytes Total image size:~ 189668 bytes (.bin may be padded larger)
get-started/hello_world git:(release/v3.3) ▶ mkdir build get-started/hello_world git:(release/v3.3) ▶ cd build hello_world/build git:(release/v3.3) ▶ cmake .. hello_world/build git:(release/v3.3) ▶ make size Scanning dependencies of target size Total sizes: DRAM .data size: 1372 bytes DRAM .bss size: 8904 bytes Used static DRAM: 10276 bytes ( 88028 available, 10.5% used) Used static IRAM: 25220 bytes ( 23932 available, 51.3% used) Flash code: 144464 bytes Flash rodata: 18828 bytes Total image size:~ 189884 bytes (.bin may be padded larger)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Problem Description
Resulting size of binary differs between cmake and make environment.
Steps to repropduce
Step one:
get-started/hello_world git:(release/v3.3) ▶ make size Total sizes: DRAM .data size: 1372 bytes DRAM .bss size: 8912 bytes Used static DRAM: 10284 bytes ( 88020 available, 10.5% used) Used static IRAM: 25220 bytes ( 23932 available, 51.3% used) Flash code: 144452 bytes Flash rodata: 18624 bytes Total image size:~ 189668 bytes (.bin may be padded larger)
Step two
The text was updated successfully, but these errors were encountered: