This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/28097] error: ‘PATH_MAX’ undeclared (first use in this function) when building cross compiler



------- Comment #2 from info at yourkit dot com  2006-06-20 16:38 -------
Actually the problem was solved (in our case) by copying header files from
Solaris machine to $PREFIX/sysroot/usr/include dictory and additing
"--with-sysroot=$PREFIX/sysroot" to configuration options. Binutils also need
to have "--with-sysroot=$PREFIX/sysroot" option. But we are getting stuck with
bug #28101


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28097


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]