search for: include0

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

Did you mean: include
2020 Mar 31
2
How to add new AVR targets?
...2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following commandline: > > 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...
2020 Mar 31
3
How to add new AVR targets?
...AM Wilhelm Meier <wilhelm.meier at hs-kl.de >> <mailto:wilhelm.meier at hs-kl.de>> wrote: >> >> Hi Dylan, >> >> I used the following commandline: >> >> 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 <http:...
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 Apr 08
2
How to add new AVR targets?
...<mailto:wilhelm.meier at hs-kl.de>> wrote: >>>> >>>> Hi Dylan, >>>> >>>> I used the following commandline: >>>> >>>> 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 >&g...