search for: bm00

Displaying 4 results from an estimated 4 matches for "bm00".

Did you mean: b000
2020 Mar 31
3
How to add new AVR targets?
...0000 -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 McKay: >&g...
2020 Mar 31
2
How to add new AVR targets?
...t; > 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++ file? > &gt...
2020 Apr 08
2
How to add new AVR targets?
...vr  -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 >>>> >>>&g...
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