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
[dynamic] make dynamic failed #1890
Comments
qiaojingx
changed the title
[dynamic] make dynamic target failed
[dynamic] make dynamic failed
Jun 13, 2018
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. Build dynamic failed.
Test Code
/modules/Assert.js;
/tests/test-timers.js;
Simple test.js:
runJS('timer.js');
Steps to Reproduction
make dynamic JS=samples/test.js ROM=256
Actual Result
Build failed:
Expected Result
Build dynamic successfully.
Test Builds
Additional Information
The text was updated successfully, but these errors were encountered: