Skip to content

Commit

Permalink
Merge pull request #10 from pulp-platform/misc
Browse files Browse the repository at this point in the history
Various misc changes
  • Loading branch information
bluewww authored Mar 10, 2024
2 parents 4fc6674 + b1e086f commit 343ab91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
59 changes: 0 additions & 59 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@
The =trdb= binary provides functionality to decompress recorded packages and
to compress stimuli/trace files.

** Dependencies
Requires =libbfd.a=, =libopcodes.a=, =libiberty.a= and =libzlib.a= from
[[https://github.com/pulp-platform/pulp-riscv-binutils-gdb][binutils]] built using the =trace_dbg_dev= branch. Build it by calling

#+BEGIN_SRC bash
export CFLAGS="-g -O2 -fPIC"
./configure --enable-targets=riscv32, x86_64-pc-linux-gnu --disable-gdb \
--disable-ld --disable-gas --disable-gold --disable-intl --disable-gprof \
--disable-readline --disable-sim --disable-libdecnumber
make clean all
#+END_SRC

** Build
To build =trdb=, =tests= and =libtrdb.a= call

Expand Down
2 changes: 1 addition & 1 deletion configure-debug
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/bash
./configure CFLAGS="-O0 -g -fno-strict-aliasing -DENABLE_LOGGING -DENABLE_DEBUG -fsanitize=address -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=leak" CPPFLAGS="-D_FORTIFY_SOURCE=2"
./configure CFLAGS="-Og -g -fno-strict-aliasing -DENABLE_LOGGING -DENABLE_DEBUG -fsanitize=address -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=leak"

0 comments on commit 343ab91

Please sign in to comment.