Force qstr rebuild when doing make

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
danhalbert
Posts: 18
Joined: Mon Jan 16, 2017 3:58 am

Force qstr rebuild when doing make

Post by danhalbert » Sat May 13, 2017 6:43 pm

I made a code change which makes a qstr rebuild necessary. If I just do make, I get a compile error related to qstr's. I could just do make clean, but is there a better/faster way? Or does a qstr rebuild really force a full re-make? Thanks.

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Force qstr rebuild when doing make

Post by dhylands » Sun May 14, 2017 12:52 am

Currently, doing a clean or a make -B is "the way" There is a bug in the qstr dependencies that needs to be fixed/resolved.

stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

Re: Force qstr rebuild when doing make

Post by stijn » Sun May 14, 2017 5:23 pm


Post Reply