Re: [Sdcc-user] error compiling "long long"

2013-11-12 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 12.11.2013 23:29, schrieb Christophe VG: > Hello, > > while getting sdcc up and running for a new project, I stumbled > upon the following. > > $ cat minimal.c typedef unsigned long long QWORD;// 64-bit > unsigned typedef signed long long LO

[Sdcc-user] error compiling "long long"

2013-11-12 Thread Christophe VG
Hello, while getting sdcc up and running for a new project, I stumbled upon the following. $ cat minimal.c typedef unsigned long long QWORD;// 64-bit unsigned typedef signed long long LONGLONG; // 64-bit signed void main(void) { } $ sdcc minimal.c minimal.c:1: error 206: invalid combinat