Chip Collier

Results 86 comments of Chip Collier

Ok, this was the best idea I had at the moment: ``` (.venv) [chipc@bucket foo]$ mkdir libz-objects (.venv) [chipc@bucket foo]$ cd libz-objects/ (.venv) [chipc@bucket libz-objects]$ ar x /home/chipc/.conan2/p/b/zlib2bd947a06b8af/p/lib/libz.a (.venv) [chipc@bucket...

That's a good idea. I bet I could adapt the blinky example from https://github.com/Infineon/AURIX_code_examples/tree/master/code_examples/Blinky_LED_1_KIT_TC397_TFT Qemu might be an option, it has some early tricore support.

Ok, a hello world project will definitely take me some time that I don't have (for the moment, due to other work priorities). In the meantime though I did realize...

Now I see: `conan/tools/build/flags.py`, will update that and rebuild without injecting the arch flags in the profile.

Oh no... I closed on accident. :grimacing:

I've pushed the little package I'm using to test with: https://github.com/photex/conan-tricore-test I've included a `test.log` there which runs a build for 3 of the architectures and then prints their elf...

Thank you @memsharded I'll get those started asap.

Just checking in real quick: work picked up but I'm still intending to add these unit tests once things cool down.

Hi @memsharded I just got totally sunk at work and haven't had the chance to work on these tests. I would absolutely appreciate some help. :D

Just had to jog my memory, the current profiles in my test repo don't use those lines: https://github.com/photex/conan-tricore-test I think I removed those when I switched to Generic-ELF. The reason...