Using HiTech C Libraries with MPLAB MCC18 -



Using HiTech C Libraries with MPLAB MCC18 -

has tried using hi-tech pic18 c libraries mplab mcc18 compiler , linker? we're little grouping has been handed legacy project written in mcc18. interested in employing more standard , extended printf/sprintf functions of hi-tech compiler. regulatory issues prevent switching hi-tech compiler.

specifically trying replace weak mcc18 approach of treating rom , ram string info differently (putsusart , putrsusart) , standard printf doesn't care whether info rom or ram based. in addition, want printf/sprintf handle floating point without resorting writing our own ftoa() function.

i've used hi-tech compiler in past, , stdio functions pleasure utilize unlike mcc18's functions. have both compilers, thinking of creating .lib using hitech compiler , linking mcc18 code base.

any comments have tried or utilize appreciated.

c mplab hi-tech-c

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -