Closed hitanvil closed 3 years ago
Thanks for reporting this major issue that was introduced very late in the release process (and was overlooked due to testers 'make install'ing LLVM without removing the old directory with an llvm-config first).
This should be now fixed in the release-1.22 branch. Please pull&re-test and reopen if it's still broken.
For the container or VM, we create a VM with TCE preinstalled occasionally, but simply don't have the time&people to do it for each release regularly.
Thanks a lot, Dr. Jaaskelainen. I will re-install it. It is a really good tool.
On Sun, Jan 3, 2021 at 6:36 AM Pekka Jääskeläinen notifications@github.com wrote:
Thanks for reporting this major issue that was introduced very late in the release process (and was overlooked due to testers 'make install'ing LLVM without removing the old directory with an llvm-config first).
This should be now fixed in the release_22 branch. Please pull and test and reopen if it's still broken.
For the container or VM, we create a VM with TCE preinstalled occasionally, but simply don't have the time&people to do it for each release regularly.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cpc/tce/issues/113#issuecomment-753626845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENF3QVRP64PFFYROCNJTE3SYB6HLANCNFSM4VQRSTCA .
Reinstalled, it works
On Sun, Jan 3, 2021 at 6:36 AM Pekka Jääskeläinen notifications@github.com wrote:
Thanks for reporting this major issue that was introduced very late in the release process (and was overlooked due to testers 'make install'ing LLVM without removing the old directory with an llvm-config first).
This should be now fixed in the release_22 branch. Please pull and test and reopen if it's still broken.
For the container or VM, we create a VM with TCE preinstalled occasionally, but simply don't have the time&people to do it for each release regularly.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cpc/tce/issues/113#issuecomment-753626845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENF3QVRP64PFFYROCNJTE3SYB6HLANCNFSM4VQRSTCA .
Hi, Dr. Pekka,
I read the paper TTA-SIMD soft core processors. It is very interesting. I'd like to know if I can replicate the work in latest TCE environment. The paper mentioned many previous work such as SIMD, AivoTTA, AXI interface etc to get this work done. I am not sure if those features already included in the latest TCE so that I can use those modules/template directly.
I am working on signal processing SW most of time but like to learn some HW knowledge also. TCE seems to be a good start point. Thanks your great help.
Regards Xuebin
On Sun, Jan 3, 2021 at 6:36 AM Pekka Jääskeläinen notifications@github.com wrote:
Thanks for reporting this major issue that was introduced very late in the release process (and was overlooked due to testers 'make install'ing LLVM without removing the old directory with an llvm-config first).
This should be now fixed in the release_22 branch. Please pull and test and reopen if it's still broken.
For the container or VM, we create a VM with TCE preinstalled occasionally, but simply don't have the time&people to do it for each release regularly.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cpc/tce/issues/113#issuecomment-753626845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENF3QVRP64PFFYROCNJTE3SYB6HLANCNFSM4VQRSTCA .
Hi Xuebin. The SIMD work described in the FPL is a work in progress and not donated to the open source repository so far. Please send me an email at pekka.jaaskelainen@tuni.fi and describe what type of project you have so we can discuss if there could be a possibility for collaboration regarding this. Thanks!
Thanks a lot, Dr. Pekka. I feel TCE is a good way to learn more HW as its design methodology more like an SW. I had done many VLIW and SIMD SW for signal processing but also want to know how to design those algorithms in HW. If the SIMD is not open now, I will use current TCE to learn its methodology.
Regards Xuebin
On Wed, Jan 6, 2021 at 10:33 PM Pekka Jääskeläinen notifications@github.com wrote:
Hi Xuebin. The SIMD work described in the FPL is a work in progress and not donated to the open source repository so far. Please send me an email at pekka.jaaskelainen@tuni.fi and describe what type of project you have so we can discuss if there could be a possibility for collaboration regarding this. Thanks!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cpc/tce/issues/113#issuecomment-755917242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENF3QUFBZ26VW6I3E2HVKLSYVIT5ANCNFSM4VQRSTCA .
I installed TCE on Ubuntu20.04 LTS following the guide in http://openasip.org/downloads/INSTALL. But the final self test fails.
Install LLVM
Check enviroment
Generate makefile
make and make install. No error report
final check
Seems the LLVM installation has problem. I had tried several times but the result is the same. Are there anything I ingored?
BTW, is it possible to create a TCE docker image or VM disk? It is more easy to skip those system and installation problem.
Regards Hitanvil