Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
picsimlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
picsimlab
Commits
393ca12f
Commit
393ca12f
authored
Aug 09, 2020
by
lcgamboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chg: strip binaries on install !minor
parent
a91d196f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
picsimlab_build_all_and_deps.sh
picsimlab_build_all_and_deps.sh
+1
-0
src/Makefile
src/Makefile
+2
-1
No files found.
picsimlab_build_all_and_deps.sh
View file @
393ca12f
...
@@ -74,6 +74,7 @@ cl git checkout picsimlab
...
@@ -74,6 +74,7 @@ cl git checkout picsimlab
cl ./configure
--target-list
=
"arm-softmmu"
--disable-werror
--disable-sdl
--disable-vnc
--disable-docs
--disable-blobs
--static
--disable-virtfs
--disable-libusb
--disable-libnfs
--disable-vhost-net
--disable-vde
--disable-bluez
--disable-curses
--disable-gtk
cl ./configure
--target-list
=
"arm-softmmu"
--disable-werror
--disable-sdl
--disable-vnc
--disable-docs
--disable-blobs
--static
--disable-virtfs
--disable-libusb
--disable-libnfs
--disable-vhost-net
--disable-vde
--disable-bluez
--disable-curses
--disable-gtk
cl make clean
;
make
-j4
cl make clean
;
make
-j4
cd
arm-softmmu
cd
arm-softmmu
cl strip qemu-system-arm
cl
sudo cp
qemu-system-arm /usr/local/bin/qemu-stm32
cl
sudo cp
qemu-system-arm /usr/local/bin/qemu-stm32
cd
../../
cd
../../
echo
-e
"
\0
33[1;32m ---------------------- build and install picsimlab ----------------------
\0
33[0m"
echo
-e
"
\0
33[1;32m ---------------------- build and install picsimlab ----------------------
\0
33[0m"
...
...
src/Makefile
View file @
393ca12f
...
@@ -42,8 +42,9 @@ install: all
...
@@ -42,8 +42,9 @@ install: all
${MKDIR}
${sharedir}
${MKDIR}
${sharedir}
${MKDIR}
${sharedir}
docs/
${MKDIR}
${sharedir}
docs/
$(CP)
-dvf
../share/picsimlab.desktop
${appdir}
$(CP)
-dvf
../share/picsimlab.desktop
${appdir}
$(CP)
-drvf
../share/
*
${sharedir}
$(CP)
-drvf
../share/
*
${sharedir}
$(CP)
-dvf
picsimlab
${execdir}
$(CP)
-dvf
picsimlab
${execdir}
strip
${execdir}
picsimlab
xdg-icon-resource
install
--context
mimetypes
--size
48 ../share/application-x-picsimlab-workspace.png application-x-picsimlab-workspace
xdg-icon-resource
install
--context
mimetypes
--size
48 ../share/application-x-picsimlab-workspace.png application-x-picsimlab-workspace
xdg-mime
install
--mode
system ../share/application-x-picsimlab-workspace.xml
xdg-mime
install
--mode
system ../share/application-x-picsimlab-workspace.xml
xdg-mime default picsimlab.desktop application/x-picsimlab-workspace
xdg-mime default picsimlab.desktop application/x-picsimlab-workspace
...
...
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