| Author |
Message |
|
|
Posted: Dec 04, 2011 - 11:13 AM |
|

Joined: Jan 23, 2010
Posts: 84
|
|
I have successfully built buildroot-avr32-v3.0.0.
Then I tried to compile my C++ project and it showed me the following error.
/home/khukhu/buildroot-avr32-v3.0.0/output/staging/usr/lib/gcc/avr32-unknown-linux-uclibc/4.2.4/../../../../avr32-unknown-linux-uclibc/include/c++/4.2.4/avr32-unknown-linux-uclibc/bits/c++locale.h:111: error: 'vsnprintf' is not a member of 'std'
make: *** [jbig2] Error 1
Please comment on it if someone knows about this error
Note:
My C++ project is a standard JBIG2 compression Library and is available at
http://tpgit.github.com/UnOfficialLeptD ... g2-encoder
I compiled this JBIG2 library in Ubuntu terminal and then compressed many images using it. So it is fully functional.
Now I want to cross compile it for NGW100 and it showed me this error. |
|
|
| |
|
|
|
|
|
Posted: Dec 04, 2011 - 12:14 PM |
|

Joined: May 03, 2004
Posts: 220
Location: Cologne, Germany
|
|
| Perhaps a Moderator pushes this to the Linux forum? |
|
|
| |
|
|
|
|
|
|
|