vaughanatworld

Results 10 comments of vaughanatworld

Just like everyone else, I wish to compile a DAPlink with gcc (open software disciple) I've done a search for a gcc ported RTX and have found nothing. I've done...

Thank you for the response. Good news. ...and I'm not completely crazy, I'll just use stlink and j-link for now.

Looking for a free generic development environment leads me to eclipse CDT and gnu compilers. Atmel Studio uses the Visual Studio project mechanism. Has anyone ported g2core to eclipse. Alternatively...

Got g2core to compile for SAM under SW4STM32 using the makefiles. Minimal fiddling. My interest is in open development tools (no $) and as generic as possible. The most general...

Here are all the changes I made to get the solution to compile without errors. The //bav are my markers for changes. It would be nice to have a proper...

I just tried compiling g2 on the same machine with the same compiler. The same class of error is popping up on Motate.

The new git branches solve the compiler problems (Motate and g2core). Thank you. In the Motate blink demo, there seems to be missing make files boards.mk and board/ArduinoDue.mk files or...

I'm retrofitting an old Phoenix GS to use g2core. I've built my own patch board to hook up a Due to the original Stepper controllers. When I started testing, (Atmel...

I have taken your advice and copied the board stuff from g2core. However, I'm now encountering a link error with an undefined reference to '_write'. It looks like something to...

Figured out the _write issue. For now set the linker flag: LDFLAGS += -specs=nosys.specs . This won't cut it when I get to g2core but is good enough for blink....