Skip to content

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

Merged
merged 2 commits into from
Jul 13, 2015

Conversation

seanshpark
Copy link
Contributor

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]

@seanshpark
Copy link
Contributor Author

@egavrin , Jenkins reports with make-precommit-cross-toolchain_linux_armv7l-el says

No identified problem
No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

What can I do?

@seanshpark
Copy link
Contributor Author

#347

@ruben-ayrapetyan ruben-ayrapetyan self-assigned this Jul 9, 2015
@@ -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)
Copy link
Contributor

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.

@seanshpark
Copy link
Contributor Author

@ruben-ayrapetyan , thank you for your help. this PR is for both #342 and #344

@egavrin egavrin added the bug Undesired behaviour label Jul 10, 2015
@ruben-ayrapetyan
Copy link
Contributor

Looks good to me.

@egavrin
Copy link
Contributor

egavrin commented Jul 10, 2015

@seanshpark please change Signed-off order for "External build fix", otherwise precommit will fail:

Added generic build for none linux platforms, as nuttx has be removed by #330

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan [email protected]
JerryScript-DCO-1.0-Signed-off-by: SaeHie Park [email protected]

@seanshpark seanshpark force-pushed the external_build branch 2 times, most recently from f6db046 to 7ae53d6 Compare July 12, 2015 08:31
@galpeter
Copy link
Contributor

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]
@seanshpark
Copy link
Contributor Author

rebased

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants