Hello everyone,
I would like to use the Original RP6 Programs directly to generate the Plugin.
Is this possible? how do i have to change the CMakeLists? Is it enough to change the Path in line 12 and 13 like this:
Code:
#from find_path(RP6LibPath RP6base RP6common ../RP6Lib) to
find_path(RP6LibPath RP6base RP6common ../../RP6Lib)
#from find_path(glueSrcPath glue.cpp ../avrglue)
find_path(glueSrcPath glue.cpp ../../avrglue)
Like this i wouldn't have to copy the files all the time.
Would it even be possible to create some kind of make.bat that i can run it directly from Programmers Notepad?!
[edit]
while running mingw32-make, i always get the error "avr/io.h: No such file or directory". How do i fix this?
Thanks a lot for your help!
Lesezeichen