Shop OBEX P1 Docs P2 Docs Learn Events
User Defined Libraries — Parallax Forums

User Defined Libraries

blittledblittled Posts: 681
edited 2011-11-20 14:50 in Propeller 1
I'm making a library of low level c functions to handle setting the directions of individual bits in DIRA and setting or getting individual state of bits from INA and OUTA. The files I created are DEVICE_IO.C and DEVICE_IO.H.

My question is how to add this to Propgcc. I used the gcc "-I" option to include the directory "C:\Propgcc\Demos\DeviceIO" folder that has these files. I get the error that the "i" option is not recognized. Does PropGCC have this option? If not where would I put my library files?

Comments

Sign In or Register to comment.