Search found 5 matches

by adamk
Mon Dec 21, 2015 11:34 pm
Forum: Development of MicroPython
Topic: Windows Debugging - embedded target
Replies: 1
Views: 10069

Windows Debugging - embedded target

Hi all,

Has anyone been successful in doing some embedded debugging? Specifically in windows? I'm trying to use Atollic though without much success :(
by adamk
Fri Sep 11, 2015 3:43 am
Forum: Development of MicroPython
Topic: genhdr build error
Replies: 7
Views: 10925

Re: genhdr build error

Just an update - have been able to build for uPy board on Eclipse. As of now have: Installed MinGW, get basic packages of both mingw32-base and msys-base Add msys/bin to PATH (need in order to use 'make') Install gcc arm (https://launchpad.net/gcc-arm-embedded/+download) Install Eclipse (C/C++) If h...
by adamk
Sun Aug 23, 2015 10:57 am
Forum: Development of MicroPython
Topic: genhdr build error
Replies: 7
Views: 10925

Re: genhdr build error

Platforma - thanks for your suggestions. Yes I have make/mkdir etc installed and it does work from the command line - I think that what your saying about eclipse having its own make could be a likely possibility and possibly some conflicting stuff is happening? I think I'm slowly figuring it out, ha...
by adamk
Thu Aug 20, 2015 1:56 pm
Forum: Development of MicroPython
Topic: genhdr build error
Replies: 7
Views: 10925

Re: genhdr build error

yes - I am using windows 10, though trying to build in Eclipse using the GNU ARM plug ins. I am running as administrator so should have the permissions necessary. creating the folder there manually causes the following error message: 23:45:05 **** Build of configuration Default for project uPY_board...
by adamk
Thu Aug 20, 2015 7:08 am
Forum: Development of MicroPython
Topic: genhdr build error
Replies: 7
Views: 10925

genhdr build error

Hi all, I have just started with trying to build uPython for the Pyboard. The forums have been very helpful so far. Unfortunately, as I am trying to build I get the following error: 16:58:41 **** Build of configuration Default for project uPython_build **** make all Use make V=1 or set BUILD_VERBOSE...