This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
[arduino] An obvious increase of ROM cause building failure #1888
Comments
qiaojingx
changed the title
[arduino] Obviously increase of ROM cause building failure
[arduino] An obvious increase of ROM cause building failure
Jun 12, 2018
jimmy-huang
added a commit
to jimmy-huang/zephyr.js
that referenced
this issue
Jun 12, 2018
JerryScript updated the generate_snapshot API to return a jerry_value instead of the size, so if you directly use the size returned, it will be incorrect. Fixes intel#1888 Signed-off-by: Jimmy Huang <[email protected]>
jimmy-huang
added a commit
to jimmy-huang/zephyr.js
that referenced
this issue
Jun 14, 2018
JerryScript updated the generate_snapshot API to return a jerry_value instead of the size, so if you directly use the size returned, it will be incorrect. Also fixes a buid error with dynamic mode. Fixes intel#1888, intel#1890 Signed-off-by: Jimmy Huang <[email protected]>
jimmy-huang
added a commit
to jimmy-huang/zephyr.js
that referenced
this issue
Jun 14, 2018
JerryScript updated the generate_snapshot API to return a jerry_value instead of the size, so if you directly use the size returned, it will be incorrect and cause the final ROM size to not fit the board. Also fixes a buid error with dynamic mode. Fixes intel#1887 intel#1888, intel#1890 Signed-off-by: Jimmy Huang <[email protected]>
grgustaf
pushed a commit
that referenced
this issue
Jul 9, 2018
JerryScript updated the generate_snapshot API to return a jerry_value instead of the size, so if you directly use the size returned, it will be incorrect and cause the final ROM size to not fit the board. Also fixes a buid error with dynamic mode. Fixes #1887 #1888, #1890 Signed-off-by: Jimmy Huang <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
This is a regression issue. ROM samples increase obviously from last commit on arduino 101, some test case fail to build due to ROM problem.
Test Code
test-ocfserver.js;
th02-ocf.js;
test-tcp6-server.js;
Steps to Reproduction
make JS=tests/test-ocfserver.js ROM=256
Actual Result
Increase ROM from 256-290, build failed due to ' ROM ' overflow.
Increase ROM to 292, build failed due to `FLASH' overflow:
Expected Result
Build each test case successfully.
Test Builds
Additional Information
ROM=256 is not suitable for most of samples and tests.
The text was updated successfully, but these errors were encountered: