-
Notifications
You must be signed in to change notification settings - Fork 684
External build fix for not linux platforms #345
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
External build fix for not linux platforms #345
Conversation
@egavrin , Jenkins reports with
What can I do? |
@@ -256,6 +266,9 @@ project (Jerry CXX C ASM) | |||
# stm32f4 | |||
set(SOURCE_JERRY_STANDALONE_MAIN_MCU_STM32F4 main-mcu.cpp) | |||
|
|||
# EXTERNAL dummy | |||
set(SOURCE_JERRY_STANDALONE_MAIN_EXTERNAL main-external.cpp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seanshpark, maybe we shouldn't add the file, as external application provides its own main
. So, jerryscript, in the case, is just linked to some another application.
fa22750
to
65f9fba
Compare
@ruben-ayrapetyan , thank you for your help. this PR is for both #342 and #344 |
65f9fba
to
703828e
Compare
Looks good to me. |
@seanshpark please change Signed-off order for "External build fix", otherwise precommit will fail:
|
f6db046
to
7ae53d6
Compare
lgtm |
Added generic build for none linux platforms, as nuttx has be removed by jerryscript-project#330 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected] JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
to solve jerryscript-project#342 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected] JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]
7ae53d6
to
bc0ca7b
Compare
rebased |
Added generic build for not linux(embedded) platforms as nuttx has be removed by #330
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]