minorthreat

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: v6 Pots #4000
    minorthreat
    Member

    Thanks! No worries, I manhandled it after upgrading my heatsinks… weird failure mode though, the pot failed closed so it limits the axis to super low current. I’d keep that in mind for debugging anyone who isn’t moving.

    in reply to: Compiling from source #3492
    minorthreat
    Member

    Nope, not working, can connect but not responding to any commands (x1). Strange.

    in reply to: Compiling from source #3489
    minorthreat
    Member

    yup, working from the master. The port wasn’t that bad really:

    Add “-Wno-deprecated-declarations -D__PROG_TYPES_COMPAT_ ” to the flags in the make file
    Add const to anything that is PROGMEM , such as; static PGM_P const  msg_am[] PROGMEM const static char msg_am09[] PROGMEM…
    Move the *getcFuncs[] table into SRAM

    I’m nervous to claim success just yet tho, It builds, doesn’t mean it works.

    in reply to: Compiling from source #3486
    minorthreat
    Member

    400 or so ‘const’ seemed to work. That is to say it compiled and it’s about the right size… I don’t have my board on me now so I’ll test it later.

    in reply to: Compiling from source #3484
    minorthreat
    Member

    Making some progress.  Studio 6 has a neat build from make file add on which actually worked, and adding “-Wno-deprecated-declarations -D__PROG_TYPES_COMPAT_” to the Flags covers the lost data type.  I’m still getting a few hundred

    Error 303 variable must be const in order to be put into read-only section by means of ‘__attribute__((progmem))'” 

    I’ll try throw const in front of them and see if that get me there.

    in reply to: Compiling from source #3479
    minorthreat
    Member

    Yeah, it’s pretty special. The data type prog_char disappeared and you have to use the directive prog_mem… grrr I’ll get it working.

    in reply to: Compiling from source #3473
    minorthreat
    Member

    I found this document in the wiki http://www.synthetos.com/wiki/index.php?title=Projects:TinyG-Developer-Info-Project-Details&oldid=1959. But it’s written for Studio4. Is this still the dev setup?

Viewing 7 posts - 1 through 7 (of 7 total)