bronze51

Results 18 comments of bronze51

``` clang ~/dev/vc4cl-git/src/VC4C/build/src/vc4c --version clang version 10.0.0 Target: armv7l-unknown-linux-gnueabihf Thread model: posix InstalledDir: /usr/bin ```

Sorry, I didn't read that correctly: There is no `vc4c` in `~/dev/vc4cl-git/src/VC4C/build/src/vc4c` However, it was installed here: ``` whereis vc4c vc4c: /usr/local/bin/vc4c vc4c --version Running VC4C in version: 0.4.9999 Build...

I successfully installed using pacman: VC4C and VC4CLstlib. With VC4CL I have a pre-compilation error? I appreciate the above follow-up and the explanation. While right now the RPi is setup...

I got: ``` /usr/local/bin/vc4c --precompile-stdlib -o /tmp/ /usr/local/include/vc4cl-stdlib/VC4CLStdLib.h [E] Sun Jun 21 15:04:19 2020: Errors in precompilation: [E] Sun Jun 21 15:04:19 2020: error: unknown argument: '-target' distcc[32110] ERROR: compile...

Alternatively, it is possible to bypass any front-end of `clang` from within `vc4c`?

> I don't understand what you mean. The clang front-end is hard-coded into the VC4C executable on compilation. It is used as I said before for OpenCL C -> LLVM...

I assume my `clang` (v10) is better than the required v3.9? I got: ``` -- Using CMake 3.14+ FetchContent to include dependencies... -- CLang compiler found: /usr/bin CMake Error at...

I made a mistake when setting CLANG_FOUND variable. I initially set it to `-DCLANG_FOUND=/usr/bin/` When setting it to `-DCLANG_FOUND=/usr/bin/clang` things work better ... Compiling, and: ``` [E] Wed Jun 24...

OK, I did find this message that surprised me: ``` CMake Warning: Manually-specified variables were not used by the project: CLANG_FOUND ``` That is maybe because it wasn't needed here...

To be clear, I am compiling this package: https://aur.archlinux.org/packages/vc4c-git/ Looking at the error `error reading '/VC4CLStdLib.h'` I copied "VC4CLStdLib.h" to the root and that changed the error to: ``` [E]...