File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,19 @@ addons:
10
10
- autoconf
11
11
- texinfo
12
12
- gcc-arm-linux-gnueabihf
13
-
14
- before_install :
15
- - sudo apt-get update -qq
16
- - sudo apt-get install -y gcc-arm-linux-gnueabihf
17
- - arm-linux-gnueabihf-gcc --version
18
- - sudo apt-get -y install bc
19
- - sudo apt-get install build-essential
20
- - sudo apt-get install g++-arm-linux-gnueabihf
21
- - if [ `uname -m` = x86_64 ]; then sudo apt-get install libc6-i386 lib32stdc++6 lib32z1; fi
22
-
23
-
13
+ - g++-arm-linux-gnueabihf
24
14
25
15
26
16
install :
27
17
- gem install --no-ri --no-rdoc fpm
28
18
29
19
script :
30
20
- export ARCH=arm
31
- - export CROSS_COMPILE=arm-arm- linux-gnueabihf-gcc-4.8
21
+ - export CROSS_COMPILE=arm-linux-gnueabihf-gcc-4.8
32
22
- export TRAVIS_COMPILER=arm-linux-gnueabihf-gcc-4.8
33
23
- export CC=arm-linux-gnueabihf-gcc-4.8
34
24
- ./make_deb.sh
35
-
25
+
36
26
37
27
38
28
# deploy:
Original file line number Diff line number Diff line change 3
3
cd openocd
4
4
5
5
./bootstrap
6
- CC=gcc-arm-linux-gnueabihf
7
6
8
- ./configure --enable-sysfsgpio --enable-bcm2835gpio --disable-werror --prefix=/tmp/openocd --host=arm-unknown-linux-gnueabihf --target=arm-unknown- linux-gnueabihf
7
+ ./configure --enable-sysfsgpio --enable-bcm2835gpio --disable-werror --prefix=/tmp/openocd --host=arm-linux-gnueabihf
9
8
10
9
make
11
10
12
- make install LIBNBIS=no
11
+ make install
13
12
14
13
cd ..
You can’t perform that action at this time.
0 commit comments