Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
cross compilation error
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2944 views
Users
0 members are here
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
cross compilation error
David Shoham
over 12 years ago
Note: This was originally posted on 13th January 2013 at
http://forums.arm.com
Hi,
I am trying to compile a simple program for testing serial communication. The error received during compilaton is:
/usr/bin/arm-linux-gnueabi-g++-4.7 -c -I/usr/arm-linux-gnueabi/include BaseCommClient.cpp
BaseCommClient.cpp: In member function "˜void Communication::BaseCommClient::ReadThread()':
BaseCommClient.cpp:41:5: error: "˜__arr' was not declared in this scope
It is received during the setup of the 'select' system call:
// set up select call
fd_set fd_set;
struct timeval timeout;
FD_ZERO(&fd_set);
Thanks,
David.
0
Quote