Commit 835cceef authored by lcgamboa's avatar lcgamboa

chg: makefile updated !minor

parent e097e2b6
......@@ -66,12 +66,13 @@ cl make clean;make -j4
cd picsimlab
cl make clean;make -j4
cd ../../
ln -s uCsim_picsimlab ../ucsim
echo -e "\033[1;32m ---------------------- build and install qemu_stm32 --------------------- \033[0m"
cd qemu_stm32
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 make clean;make -j4
cl cd arm-softmmu
cd arm-softmmu
cl sudo cp qemu-system-arm /usr/local/bin/qemu-stm32
cd ../../
echo -e "\033[1;32m ---------------------- build and install picsimlab ---------------------- \033[0m"
......
......@@ -26,7 +26,7 @@ OBJS_EXP = boards/board_MPLAB_Xpress.o boards/board_Curiosity.o boards/board_x.
exp: OBJS+=$(OBJS_EXP)
exp: EFLAGS=-D_EXPERIMENTAL_
#static libraries without suffix
exp: ELIBS= ../../ucsim-0.6/picsimlab/libucsim
exp: ELIBS= ../ucsim/picsimlab/libucsim
exp: $(OBJS_EXP) all
......
......@@ -24,7 +24,7 @@
######################################################################## */
#include "../../../ucsim-0.6/picsimlab/ucsimlib.h"
#include "../../ucsim/picsimlab/ucsimlib.h"
#include "board_ucsim.h"
#include"../picsimlab1.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment