Skip to content
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

Nerves cross-compilation #112

Merged
merged 12 commits into from
Dec 8, 2023
Merged

Nerves cross-compilation #112

merged 12 commits into from
Dec 8, 2023

Conversation

Noarkhh
Copy link
Contributor

@Noarkhh Noarkhh commented Nov 14, 2023

closes membraneframework/membrane_core#675
closes #106

  • When MIX_TARGET environment variable is defined as one of nerves targets use appropriate provided toolchain to cross-compile natives for the specified architecture

@Noarkhh Noarkhh marked this pull request as ready for review December 4, 2023 13:50
@mat-hek mat-hek merged commit 19a5cca into master Dec 8, 2023
3 checks passed
@mat-hek mat-hek deleted the nerves-crosscompilation branch December 8, 2023 15:18
def get_current! do
@spec get_target!() :: name_t
def get_target!() do
case {Mix.target(), System.fetch_env("NERVES_APP")} do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this Mix.target() call breaks Elixir releases, as Mix functions are not available in runtime and this apparently is called on startup.

Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,on_load,{on_load_function_failed,'Elixir.Membrane.RTMP.Sink.Native.Nif',{undef,[{'Elixir.Mix',target,[],[]},{'Elixir.Bundlex.Platform','get_target!',0,[{file,"lib/bundlex/platform.ex"},{line,45}]},{'Elixir.Bundlex',family,0,[{file,"lib/bundlex.ex"},{line,51}]},{'Elixir.Bundlex.Helper.PathHelper',fix_slashes,1,[{file,"lib/bundlex/helper/path_helper.ex"},{line,25}]},{'Elixir.Membrane.RTMP.Sink.Native.Nif',load_nif,0,[{file,"lib/membrane_rtmp_plugin/rtmp/sink/native.ex"},{line,1}]},{init,'-run_on_load_handler/2-fun-0-',1,[]}]}}}},{kernel,start,[normal,[]]}}})

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

Successfully merging this pull request may close these issues.

[Bundlex] Support cross-compilaiton for nerves targets Support for cross compilation
3 participants