Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
965709ba
Commit
965709ba
authored
Feb 09, 2014
by
Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Package pwrrpi on ubuntu x86_64
parent
d29b933c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
src/doc/man/en_us/man_rpi.odt
src/doc/man/en_us/man_rpi.odt
+0
-0
src/doc/man/en_us/man_rpi.pdf
src/doc/man/en_us/man_rpi.pdf
+0
-0
src/tools/pkg/deb/pwrrpi/README
src/tools/pkg/deb/pwrrpi/README
+8
-0
src/tools/pkg/ubu/pwrrpi/README
src/tools/pkg/ubu/pwrrpi/README
+8
-0
No files found.
src/doc/man/en_us/man_rpi.odt
View file @
965709ba
No preview for this file type
src/doc/man/en_us/man_rpi.pdf
View file @
965709ba
No preview for this file type
src/tools/pkg/deb/pwrrpi/README
View file @
965709ba
...
@@ -8,6 +8,14 @@
...
@@ -8,6 +8,14 @@
git clone git://github.com/raspberrypi/tools.git
git clone git://github.com/raspberrypi/tools.git
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
On 64-bit ubuntu:
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
On 64-bit debian:
sudo dpkg -add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
2. Define pwre links to the compiler tools
2. Define pwre links to the compiler tools
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
...
...
src/tools/pkg/ubu/pwrrpi/README
View file @
965709ba
...
@@ -8,6 +8,14 @@
...
@@ -8,6 +8,14 @@
git clone git://github.com/raspberrypi/tools.git
git clone git://github.com/raspberrypi/tools.git
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
git checkout 9c3d7b6ac692498dd36fec2872e0b55f910baac1 # There is a bug in the latest commit
On 64-bit ubuntu:
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 lib32z1 lib32ncurses5 lib32bz2-1.0
On 64-bit debian:
sudo dpkg -add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs
2. Define pwre links to the compiler tools
2. Define pwre links to the compiler tools
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
export pwre_cc=/usr/local/rpi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf-gcc
...
...
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