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

compiler error on arm #32

Open
adrianvb opened this issue Apr 3, 2011 · 0 comments
Open

compiler error on arm #32

adrianvb opened this issue Apr 3, 2011 · 0 comments

Comments

@adrianvb
Copy link

adrianvb commented Apr 3, 2011

i'm trying to build playdar on a nas system (icybox nas-4220-b), an arm based linux with packages from optware (http://www.nslu2-linux.org/wiki/Optware/Packages?from=Unslung.Packages)

erlang, make & taglib are installed, i pasted the --version output below:
erl --version
Erlang R14B01 (erts-5.8.2) [source] [rq:1] [async-threads:0] [kernel-poll:false]
make --version
GNU Make 3.82
Built for arm-unknown-linux-gnu
taglib-config --version
1.6.3

compiling playdar i get the following output:

erlc -pa ebin +debug_info -W -I include -o ebin deps/mochiweb/src/mochiweb_multipart.erl
erlc -o deps/erlydtl/src/erlydtl deps/erlydtl/src/erlydtl/erlydtl_parser.yrl
Compiler function yecc:compile/3 failed:
{undef,[{yecc,compile,
["/mnt/md1/playdar/playdar-core/deps/erlydtl/src/erlydtl/erlydtl_parser",
"/mnt/md1/playdar/playdar-core/deps/erlydtl/src/erlydtl/erlydtl_parser",
{options,[],
"/mnt/md1/playdar/playdar-core/deps/erlydtl/src/erlydtl",
undefined,[],1,false,999,[],[],
"/mnt/md1/playdar/playdar-core"}]},
{erl_compile,compile_file,4},
{erl_compile,compile3,3},
{erl_compile,compiler_runner,1}]}
make: *** [deps/erlydtl/src/erlydtl/erlydtl_parser.erl] Error 1

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

No branches or pull requests

1 participant