Tse Tsong
Tse Tsong
Hi, Is it possible to share sample files or configurations required to set up a build directory for Tasking Tricore please? Thank you. The cross_build.txt file I am using is...
Hi @gerioldman, Thank you for your reply. I tried the settings you gave but it did not help. I am still getting the same error. I will continue to look...
> Hi @tsetsong Are you sure you are running this PR meson and not a previous version of it ? Try running it as: `/meson.py setup --cross-file cross_build.ini builddir` Thank...
Hi all, Update : The line : > WARNING: Failed to activate VS environment: ... or > Activating VS 17.8.4 Will not show if you have gcc installed. The section...
Hi, Update : I am now able to generate my build folder. An additional modification is needed in my cross_build.txt file. The ``` ld = compiler_path / 'ctc' / 'bin'...
Hi ! Thank you for the changes. I am working now with ``` commit 29526ffbaece51f7e0db4f2ea4594da89e761bd8 (HEAD -> TaskingCCompiler, origin/TaskingCCompiler) ``` And if I do not specify "c_ld" in my cross-build.txt...
Hi, I have one other question. The tasking linker produces an elf file by default. [meson.build.txt](https://github.com/mesonbuild/meson/files/14079272/meson.build.txt) I have attached my meson.build file for reference. I had to specify the project...
Hi again, I am now trying to build libraries with the tasking archiver and am encountering two problems : 1. The build system assumes a .so extension (e.g. mylib.so), In...
Hi @gerioldman, > The library function builds shared libraries by default it seems, try using the static_library function, or set the default to static. Thanks! This allows me to build...
Hi, I am now testing the command below : ``` meson compile --clean -v ``` I notice that the .src files (assembly files) output from the compiler stage is not...