Kosmos
Member
- Joined
- Apr 10, 2012
- Messages
- 228
I just upgrade to SZ1.55 from 1.52.
On SZ1.52 I used opkg to install the gcc tools and packages so I could compile from the command-line natively. This worked flawlessly. However now on SZ 1.55 I install all the same packages but now when I run:
$ g++ pause.cpp
Pause.cpp 1:20: error: iostream, No such file or Directory.
What is missing that was not before? Why is the linker/compiler not finding the standard libraries. Thank You.
On SZ1.52 I used opkg to install the gcc tools and packages so I could compile from the command-line natively. This worked flawlessly. However now on SZ 1.55 I install all the same packages but now when I run:
$ g++ pause.cpp
Pause.cpp 1:20: error: iostream, No such file or Directory.
What is missing that was not before? Why is the linker/compiler not finding the standard libraries. Thank You.
Last edited by a moderator: