Dear all,

I managed to start testing the compilation of our library [1] with sdcc.
I managed to onvert some of the flags to the sdcc syntax.
I was wondering if aynbody has gone already through this process.

The command I am translating now is the compilation

- MC18:
  CFLAGS= -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -p=18F4550
-i$(DWENGOLIB) -I$(DWENGOHEAD) -I$(MCC_INCLUDE)

  $(MCC_C) $(CFLAGS) $< -fo $@

- SDCC:
   CFLAGS= -mpic16 --use-non-free -I$(DWENGOHEAD) -I$(MCC_INCLUDE)

   $(MCC_C) $(CFLAGS) $< -o $@

Has anybody already worked a transition manual?
Do not get me wrong, I will do this myself if needed. I am just
checking if somebody has already done it so I can catch up from there.

Thank you!

[1]: https://github.com/dwengovzw/Dwengo-library
-- 
Juan Pablo Carbajal
Engagement manager
www.dwengo.org

Follow us on:
Facebook: http://facebook.com/dwengo
Twitter: @dwengo of http://twitter.com/dwengo
Youtube: http://www.youtube.com/user/Dwengovzw
Google RISE project: http://goo.gl/BD540
Chat: #dwengo in irc.freenode.net

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to