apfeltee / pforth

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

Cross-build dependencies, stdint.h #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Normal compilation
2.
3.

What is the expected output? What do you see instead?

Unexpected dependencies

What version of the product are you using? On what operating system?

Current source package for pForth_27 (not svn)

Target platform: Maximite PIC32MX695 board running 2.11BSD
Cross-compiling under Ubuntu (Natty Narwahl) in VirtualBox.

Please provide any additional information below.

Trying to build pForth for an embedded environment but I'm finding that GNU 
cross-compilers are usually missing libm and also that stdint.h - called from 
pforth.h - is subject to being #include_next'ed, which doesn't work with 
-nostdinc at all.

Original issue reported on code.google.com by hai...@gmail.com on 21 Aug 2011 at 4:42

GoogleCodeExporter commented 9 years ago
There is also a problem on Microsoft Visual Studio. We need to fix this 
dependency on stdint.h

A discussion thread is here:

http://groups.google.com/group/pforthdev/browse_thread/thread/8e7c08b456ad6bf8

Original comment by burkp...@gmail.com on 16 Feb 2012 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by burkp...@gmail.com on 16 Feb 2012 at 9:56

GoogleCodeExporter commented 9 years ago
I was reluctant to add this dependency and now it is biting us. This should be 
fixed.

Original comment by burkp...@gmail.com on 19 Sep 2012 at 12:04