Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: cela on December 29, 2017, 11:15:11 AM

Title: Building arm-linux (Generic Linux ARM
Post by: cela on December 29, 2017, 11:15:11 AM
I am trying to build arm-linux  tools for Samsung Yp-R0:-
Code: [Select]
Select target arch:
s   - sh       (Archos models)
m   - m68k     (iriver h1x0/h3x0, iaudio m3/m5/x5 and mpio hd200)
a   - arm      (ipods, iriver H10, Sansa, D2, Gigabeat, etc)
i   - mips     (Jz4740 and ATJ-based players)
r   - arm-app  (Samsung ypr0)
x   - arm-linux  (Generic Linux ARM: Samsung ypr0, Linux-based Sony NWZ)
separate multiple targets with spaces
(Example: "s m a" will build sh, m68k and arm)

x

ROCKBOXDEV: library "mpc" is required for this script to work.
ROCKBOXDEV: Please install the missing libraries and re-run the script.
How do I install library "mpc" ?
Title: Re: Building arm-linux (Generic Linux ARM
Post by: __builtin on December 29, 2017, 02:25:03 PM
Install the package libmpc and/or libmpc-dev via your distribution's package manager (i.e. pacman/apt).
Title: Re: Building arm-linux (Generic Linux ARM
Post by: cela on December 30, 2017, 05:24:07 AM
Install the package libmpc and/or libmpc-dev via your distribution's package manager (i.e. pacman/apt).

sudo apt-get install libmpc-dev  worked for me .
Thanks. I can now build for YP-R0.