ulptool icon indicating copy to clipboard operation
ulptool copied to clipboard

Filename matters

Open nottledim opened this issue 6 years ago • 1 comments

If you have more than 1 ulp file (*.s) then the main code (entry point) has to be in the alphabetically first file. If it isn't then it all compiles correctly but it doesn't run. My workaround is to name the main file with an underscore as first character.

So if you have a program in ulp.s and utility in crc.s it won't work. Change ulp.s to _ulp.s and it works.

BTW esp-idf doesn't have this restriction.

nottledim avatar Apr 02 '19 20:04 nottledim

I'll look into this, thanks for letting me know!

duff2013 avatar Apr 02 '19 21:04 duff2013