Re: GDC & BBB arm

2015-04-20 Thread Andrea Fontana via D.gnu
On Monday, 20 April 2015 at 08:14:49 UTC, Andrea Fontana wrote: You need to compile with --with-fpu=vfp (in crosstool-NG select the correct FPU). (or any other supported fpu variant) It works! Thanks. On ct-ng menuconfig i used "neon" as fpu.

Re: GDC & BBB arm

2015-04-20 Thread Andrea Fontana via D.gnu
On Sunday, 19 April 2015 at 17:39:43 UTC, Johannes Pfau wrote: 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 oth

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