Forum Replies Created
-
AuthorPosts
-
minorthreatMember
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.
minorthreatMemberNope, not working, can connect but not responding to any commands (x1). Strange.
minorthreatMemberyup, 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 SRAMI’m nervous to claim success just yet tho, It builds, doesn’t mean it works.
- This reply was modified 12 years, 2 months ago by minorthreat.
minorthreatMember400 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.
minorthreatMemberMaking 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.
minorthreatMemberYeah, 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.
- This reply was modified 12 years, 2 months ago by minorthreat.
minorthreatMemberI 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?
-
AuthorPosts