mladinox / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Windows platform support #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Allow it to support windows and build to a DLL.

Original issue reported on code.google.com by zik.sale...@gmail.com on 15 Jul 2010 at 1:30

GoogleCodeExporter commented 8 years ago
Scheduled for release 2.0

Original comment by zik.sale...@gmail.com on 27 Jul 2010 at 10:55

GoogleCodeExporter commented 8 years ago
Removed from release 2.1

Original comment by zik.sale...@gmail.com on 16 Feb 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Its interpreter, not compiler therefor it should built anything to DLL in my 
opinnion. However it would be nice to see picoc working on windows ;)

Original comment by belli...@asiotec.org on 22 Feb 2011 at 6:52

GoogleCodeExporter commented 8 years ago
Scheduled for release 2.2

Original comment by zik.sale...@gmail.com on 23 Feb 2011 at 5:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
@3 i got it running under windows 7 and code::blocks' gcc compiler, i had to 
change a some things in order to get it working

Original comment by jdgrodri...@gmail.com on 6 Aug 2012 at 7:18

GoogleCodeExporter commented 8 years ago
This release 2.1 is based on linux, and 'c library' target for posix, so just 
comment out for compile test...

Original comment by W.Wilberforce.Jr@gmail.com on 6 Jan 2014 at 3:26

Attachments:

GoogleCodeExporter commented 8 years ago
And if you can checkout svn head, that version support vc.

Original comment by W.Wilberforce.Jr@gmail.com on 6 Jan 2014 at 3:47

Attachments:

GoogleCodeExporter commented 8 years ago
FYI I have picoc running under Win 8.1 using Visual Studio 2013 Pro and also 
running on a PIC32MX695 processor running its sessions through a USB attached 
CDC driver and using a Terminal Emulator.

Original comment by rlunglho...@gmail.com on 1 Mar 2014 at 1:42

GoogleCodeExporter commented 8 years ago
picoc for the Microchip PIC32MX695 MCU is being programmed under MPLAB X using 
the GCC based XC32 compiler.  I am in the process of adding the libraries to 
support Digital and Analog IO, USB, SPI, I2C, WIFI, timers, interrupts, DMA, 
and graphics on SPI based TFT panels which will take some time since in a 
single day I have only finished the digital Port IO.  I also found this 
"extension" process quite unforgiving of errors and difficult to troubleshoot 
since differences between defining functions and C code for the functions don't 
report any errors and crash the interpreter before it can finish loading the 
libraries and send errors over the USB interface.

Original comment by rlunglho...@gmail.com on 1 Mar 2014 at 1:54

GoogleCodeExporter commented 8 years ago
I would be very interested in knowing more about your PIC32 port.  I was 
reading this with the thought of porting it to the PIC32MX795 and the STMF407 
bare metal (no OS) environments.  Do you have a public repo?

Dave

Original comment by witt...@tnetmail.net on 20 Mar 2014 at 7:33