building ldc on raspberry pi

Knud Soerensen 4tuu4k002 at sneakemail.com
Mon Oct 21 12:24:32 PDT 2013


On 2013-10-14 06:45, Kai Nacke wrote:
> On Friday, 13 September 2013 at 22:00:39 UTC, Knud Soerensen wrote:
>>
>> But now I get
>>
>> ...
>> [ 13%] Generating src/core/time.o
>> /home/knud/ldc/runtime/druntime/src/core/stdc/stdio.d(519): Error:
>> undefined identifier va_list
>> /home/knud/ldc/runtime/druntime/src/core/stdc/stdio.d(520): Error:
>> undefined identifier va_list
>> /home/knud/ldc/runtime/druntime/src/core/stdc/stdio.d(521): Error:
>> undefined identifier va_list
> 
> David committed some work for Linux/ARM. Maybe you give the latest
> version a try.
> 
> Kai

Just got around to try again.
Now it fails at:

Linking CXX executable bin/ldc2
[ 12%] Built target ldc2
Scanning dependencies of target ldmd2
[ 12%] Building CXX object CMakeFiles/ldmd2.dir/dmd2/root/man.c.o
[ 12%] Building CXX object CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o
[ 13%] Building CXX object CMakeFiles/ldmd2.dir/driver/response.cpp.o
/home/knud/ldc/driver/response.cpp: In function ‘bool
dealWithQuote(std::istream&, std::string&)’:
/home/knud/ldc/driver/response.cpp:54:10: warning: case label value is
less than minimum value for type [enabled by default]
Linking CXX executable bin/ldmd2
[ 13%] Built target ldmd2
[ 13%] Generating gccbuiltins_x86.di
[ 13%] Generating src/core/bitop.o
Not implemented yet
Stack dump:
0.	Running pass 'ARM Assembly Printer' on function
'@_D4core5bitop3bsfFNaNbNfkZi'
Aborted
make[2]: *** [runtime/src/core/bitop.o] Error 134
make[1]: *** [runtime/CMakeFiles/druntime-ldc.dir/all] Error 2
make: *** [all] Error 2







More information about the digitalmars-d-ldc mailing list