Custom Query (37 matches)
Results (4 - 6 of 37)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#21 | carns | dkimpe | fixed | make install does not install timer & other resources |
Description |
make install only installs enough to be able to run the source to source translator. It does not install the headers for the timer & other resources. |
|||
#29 | carns | dkimpe | fixed | Build dependencies broken for .hae -> .h |
Description |
In 81c56af54c10f4d600d5e05b63fb603b0e053159, after a make clean, the build fails with missing timer.h, resourcebuilder.h, aesocket.h (and btest.h for the tests). All these are generated from the corresponding .hae file. Make seems to be missing this dependency, and tries to build the .o without first building the .h for those headers. |
|||
#43 | carns | dkimpe | fixed | Try compiling with clang and use static analyzer |
Description |
>-Phil > Oh, that reminds me! I haven't tried it in a while, but when we first split > aesop into its own tree and revised the aecc wrapper, one of the side > effects (and test cases) was to compile aesop using clang. I assume this > still works. Once Triton is fully building with the external aesop > implementation, this means (in theory) that we can build all of Triton with > clang as well. > We have other priorities right now, but we should revisit that once we > finish the triton conversion and have the various test programs working. I > think the clang static analyzer will turn up some interesting things to look > at in the code. It found a few things even when I ran it on the aesop tree > by itself, and it is pretty easy to use. |
Note: See TracQuery
for help on using queries.