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
835cceef
Commit
835cceef
authored
Aug 08, 2020
by
lcgamboa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chg: makefile updated !minor
parent
e097e2b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
picsimlab_build_all_and_deps.sh
picsimlab_build_all_and_deps.sh
+2
-1
src/Makefile.Common
src/Makefile.Common
+1
-1
src/boards/board_ucsim.cc
src/boards/board_ucsim.cc
+1
-1
No files found.
picsimlab_build_all_and_deps.sh
View file @
835cceef
...
@@ -66,12 +66,13 @@ cl make clean;make -j4
...
@@ -66,12 +66,13 @@ cl make clean;make -j4
cd
picsimlab
cd
picsimlab
cl make clean
;
make
-j4
cl make clean
;
make
-j4
cd
../../
cd
../../
ln
-s
uCsim_picsimlab ../ucsim
echo
-e
"
\0
33[1;32m ---------------------- build and install qemu_stm32 ---------------------
\0
33[0m"
echo
-e
"
\0
33[1;32m ---------------------- build and install qemu_stm32 ---------------------
\0
33[0m"
cd
qemu_stm32
cd
qemu_stm32
cl git checkout picsimlab
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
c
l
c
d
arm-softmmu
cd
arm-softmmu
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.Common
View file @
835cceef
...
@@ -26,7 +26,7 @@ OBJS_EXP = boards/board_MPLAB_Xpress.o boards/board_Curiosity.o boards/board_x.
...
@@ -26,7 +26,7 @@ OBJS_EXP = boards/board_MPLAB_Xpress.o boards/board_Curiosity.o boards/board_x.
exp
:
OBJS+=$(OBJS_EXP)
exp
:
OBJS+=$(OBJS_EXP)
exp
:
EFLAGS=-D_EXPERIMENTAL_
exp
:
EFLAGS=-D_EXPERIMENTAL_
#static libraries without suffix
#static libraries without suffix
exp
:
ELIBS= ../
../ucsim-0.6
/picsimlab/libucsim
exp
:
ELIBS= ../
ucsim
/picsimlab/libucsim
exp
:
$(OBJS_EXP) all
exp
:
$(OBJS_EXP) all
...
...
src/boards/board_ucsim.cc
View file @
835cceef
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
######################################################################## */
######################################################################## */
#include "../../
../ucsim-0.6
/picsimlab/ucsimlib.h"
#include "../../
ucsim
/picsimlab/ucsimlib.h"
#include "board_ucsim.h"
#include "board_ucsim.h"
#include"../picsimlab1.h"
#include"../picsimlab1.h"
...
...
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