Re: [Sdcc-user] An experimental LLVM+SDCC-based toolchain for 8-bit microcontrollers

2016-11-03 Thread Philipp Klaus Krause
On 03.11.2016 00:56, alvin albrecht wrote: > >> * Install LLVM 3.8 (e.g. using apt-get on Debian). >> * Get my cfe fork (https://github.com/spth/clang) and build it (e.g. >> mkdir build; cmake ..; make) >> * Get the cbe fork (https://github.com/Ace17/llvm-cbe) and build it (see >> instructions in

Re: [Sdcc-user] An experimental LLVM+SDCC-based toolchain for 8-bit microcontrollers

2016-11-03 Thread alvin albrecht
>>> instructions in README.md) >> >> Is it the master branch if the cfe fork that I should be using? > >master for cfe, standalone for cbe. > >> I’m >> getting a number of errors when compiling with llvm-3.8.0. >> > >I'm using LLVM 3.8.1, and the cfe fork is based on the cfe from 3.8.1. >But I d