Re: GDC & BBB arm

2015-04-19 Thread Johannes Pfau via D.gnu
Am Sun, 19 Apr 2015 16:29:41 + schrieb "Andrea Fontana" : > First: It's a known bug? I didn't find anything about it on bug > tracker. You need to compile with --with-fpu=vfp (in crosstool-NG select the correct FPU). (or any other supported fpu variant) IIRC this is some GCC/binutils bug. v

GDC & BBB arm

2015-04-19 Thread Andrea Fontana via D.gnu
Today I was playing around with my beagleboneblack. Debian jessy: gdc can be installed it compiles source and output works. So far so good. I'm planning to write a library to control input/output from board to make some experiments (my dream: write firmware for my custom 3d printer in d). An