Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ff328a8e
Commit
ff328a8e
authored
Mar 13, 2003
by
Marc Ariberti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* skeleton of the arm crosscompilation howto
parent
2b4c0fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
0 deletions
+80
-0
doc/arm-crosscompile-howto.sgml
doc/arm-crosscompile-howto.sgml
+80
-0
No files found.
doc/arm-crosscompile-howto.sgml
0 → 100644
View file @
ff328a8e
<!doctype linuxdoc system>
<linuxdoc><article>
<titlepag>
<title>Cross compiling VLC for ARM based platforms</title>
<author>Marc Ariberti <tt><htmlurl url="mailto:marcari@videolan.org" name="<marcari@videolan.org>"></tt></author>
<date>v0.0.1, 13 march 2003</date>
<abstract>
This document describes all the steps to cross compile vlc for ARM based
platforms. It describes how to build a cross compilation toolchain, how to
build the libraries needed by vlc and the compilation of the vlc itself.
</abstract>
</titlepag>
<toc>
<sect>
<heading>Introduction</heading>
<sect1>
<heading>Which platforms ar targeted ?</heading>
</sect1>
<sect1>
<heading>Requirements for cross-compilation</heading>
</sect1>
<sect1>
<heading>Why not compiling directly on the target platform ?</heading>
</sect1>
</sect>
<sect>
<heading>Building the toolchain</heading>
<sect1>
<heading>The cross compiler (gcc)</heading>
</sect1>
<sect1>
<heading>Binutils</heading>
</sect1>
<sect1>
<heading>Compiling glibc</heading>
</sect1>
<sect1>
<heading>Misc</heading>
</sect1>
</sect>
<sect>
<heading>Cross compiling libraries needed by vlc</heading>
<sect1>
<heading>SDL</heading>
</sect1>
<sect1>
<heading>Glib/GTK+</heading>
</sect1>
<sect1>
<heading>ffmpeg</heading>
</sect1>
<sect1>
<heading>mad</heading>
</sect1>
<sect1>
<heading>tremor</heading>
</sect1>
<sect1>
<heading>ogg</heading>
</sect1>
<sect1>
<heading>flac</heading>
</sect1>
<sect1>
<heading>libdvbpsi</heading>
</sect1>
<sect1>
<heading>a52</heading>
</sect1>
</sect>
<sect>
<heading>Cross compiling vlc itself</heading>
</sect>
</article></linuxdoc>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment