-
We had now several times that the CI in Capstone is fine with several build warnings, but external projects are not.
For `v6` or at least `v7` we should be able to compile CS without any build warn…
-
**Is your feature request related to a problem? Please describe.**
The TC29x is working well. Infineon makes a similar processor which has less on-board memory
**Describe the solution you'd like**…
-
Using gcc11.4 on linux-ppc
```
$ make -j3
CC cs.o
CC SStream.o
CC utils.o
CC MCInstrDesc.o
CC MCRegisterInfo.o
CC MCInst.o
CC MCInstPrinter.…
-
Hi,
I just found out that starting from version 5.0.1, the value of CS_OP_MEM (accessed from the python library) has changed, from 3 to 128, potentially causing issues in automated tools that make…
-
Since the tricore rust toolchain is based on the LLVM backend the tools objcopy and addr2line from the LLVM toolchain should be used
rename:
- objcopy -> llvm-objcopy
- addrline -> llvm-addr2line
…
-
-
I have tried to build this and it will not build. Also the llvm-tricore distribution you reference will not build as well. Can you provide information on how to build a release. Any help would be grea…
-
Hellow!
I am trying to extract passwords and am getting the following error.
```
kuchka@raspberrypi:~/TC1791_CAN_BSL $ python3 bootloader.py
/home/kuchka/TC1791_CAN_BSL/bootloader.py:67: SyntaxW…
-
`/* 8995 = sizeof(tar_header_t) * ARCHIVE_FILES */` followed by a hard-coded 8995 demonstrates that the source assumes the amount of padding an ABI will do. For Infineon TriCore, this does not hold. […
-