Displaying 4 results from an estimated 4 matches for "wmucpp".
Did you mean:
mucip
2020 Mar 30
2
How to add new AVR targets?
Hey Wilhelm,
Could you post the LLVM IR generated from your C++ file?
This can be achieved with 'clang -S -emit-llvm'
Cheers
On Sat, Mar 28, 2020 at 6:36 PM Wilhelm Meier <wilhelm.meier at hs-kl.de>
wrote:
> Answering partly to myself there was a extern "C" missing.
>
> But the register pushes ans reti are still missing.
>
> Whats wrong?
>
> Am
2020 Mar 31
2
How to add new AVR targets?
...mmandline:
>
> clang++ -Os -DF_OSC=20000000 -DF_CPU=20000000 --target=avr -I.
> -I../include0 -I../../include0 -I../../../include0 -I../../include0/std
> -I../include0/std -I../../../include0/std -I../../3rdparty/boost
> -I/usr/avr/include -mmcu=atmega328p
> /home/lmeier/Projekte/wmucpp/clang/bm00/bm00.cc -S -emit-llvm --output
> bm00.ir
>
> Please find the IR attached in the file bm00.ir
>
> Thanks,
> Wilhelm
>
>
> Am 30.03.20 um 13:44 schrieb Dylan McKay:
> > Hey Wilhelm,
> >
> > Could you post the LLVM IR generated from your C++ fil...
2020 Mar 31
3
How to add new AVR targets?
...-DF_OSC=20000000 -DF_CPU=20000000 --target=avr -I.
>> -I../include0 -I../../include0 -I../../../include0 -I../../include0/std
>> -I../include0/std -I../../../include0/std -I../../3rdparty/boost
>> -I/usr/avr/include -mmcu=atmega328p
>> /home/lmeier/Projekte/wmucpp/clang/bm00/bm00.cc -S -emit-llvm --output
>> bm00.ir <http://bm00.ir>
>>
>> Please find the IR attached in the file bm00.ir <http://bm00.ir>
>>
>> Thanks,
>> Wilhelm
>>
>>
>> Am 30.03.20 um 13:44 schrieb Dylan Mc...
2020 Apr 08
2
How to add new AVR targets?
...00 --target=avr -I.
>>>> -I../include0 -I../../include0 -I../../../include0 -I../../include0/std
>>>> -I../include0/std -I../../../include0/std -I../../3rdparty/boost
>>>> -I/usr/avr/include -mmcu=atmega328p
>>>> /home/lmeier/Projekte/wmucpp/clang/bm00/bm00.cc -S -emit-llvm --output
>>>> bm00.ir <http://bm00.ir>
>>>>
>>>> Please find the IR attached in the file bm00.ir <http://bm00.ir>
>>>>
>>>> Thanks,
>>>> Wilhelm
>>>>
>...