Fixed for git repo compilation

This commit is contained in:
Matt Jenkins
2014-04-09 15:07:21 +01:00
parent 0fb7dbb7c8
commit 0c86462977
18 changed files with 10 additions and 1 deletions

View File

@@ -191,3 +191,6 @@ ifdef SDCARD
else
@echo "Error: No SDCARD defined."
endif
.profile: etc/root/dot.profile
cp etc/root/dot.profile .profile

View File

@@ -128,3 +128,9 @@ Run it:
./pic32
Configuration of simulated board is stored in file `pic32_max32.conf`.
Build packages
==============
apt-get install byacc libelf-dev

0
bin/.gitignore vendored Normal file
View File

0
games/.gitignore vendored Normal file
View File

0
games/lib/.gitignore vendored Normal file
View File

BIN
games/lib/battle_strings Normal file

Binary file not shown.

0
libexec/.gitignore vendored Normal file
View File

0
sbin/.gitignore vendored Normal file
View File

0
share/man/.gitignore vendored Normal file
View File

0
share/man/cat1/.gitignore vendored Normal file
View File

0
share/man/cat2/.gitignore vendored Normal file
View File

0
share/man/cat3/.gitignore vendored Normal file
View File

0
share/man/cat4/.gitignore vendored Normal file
View File

0
share/man/cat5/.gitignore vendored Normal file
View File

0
share/man/cat6/.gitignore vendored Normal file
View File

0
share/man/cat7/.gitignore vendored Normal file
View File

0
share/man/cat8/.gitignore vendored Normal file
View File

View File

@@ -2,7 +2,7 @@ TOPSRC = $(shell cd ../../..; pwd)
include $(TOPSRC)/target.mk
#CC=gcc
CFLAGS+= -g -DUNIX_HOST -DVER=\"`svnversion -n`\" -DFILENAME_MAX=64 -DL_tmpnam=30 -DCLOCKS_PER_SEC=80000000 -DPATH_MAX=200 -Os -Werror
CFLAGS+= -g -DUNIX_HOST -DVER='"1.0"' -DFILENAME_MAX=64 -DL_tmpnam=30 -DCLOCKS_PER_SEC=80000000 -DPATH_MAX=200 -Os -Werror
LIBS=-lm -lc
TARGET = picoc