Difference between revisions of "BTP300A Team 6 Bugs Report"
Jakob Deacon (talk | contribs) (Created page with 'Lots of this: g++ a1test.cpp /tmp/ccmnao28.o: In function `main': a1test.cpp:(.text+0x19): undefined reference to `cio::console' a1test.cpp:(.text+0x1e): undefined reference to …') |
Jakob Deacon (talk | contribs) |
||
Line 1: | Line 1: | ||
− | Lots of this: | + | ASSIGNMENT 1: Lots of this: |
− | g++ a1test.cpp | + | <nowiki>g++ a1test.cpp |
/tmp/ccmnao28.o: In function `main': | /tmp/ccmnao28.o: In function `main': | ||
a1test.cpp:(.text+0x19): undefined reference to `cio::console' | a1test.cpp:(.text+0x19): undefined reference to `cio::console' | ||
Line 15: | Line 15: | ||
Working on the proper #includes to rectify the undefined references. | Working on the proper #includes to rectify the undefined references. | ||
− | + | </nowiki> | |
2013-09-12 | 2013-09-12 | ||
J\A | J\A |
Revision as of 08:44, 12 September 2013
ASSIGNMENT 1: Lots of this:
g++ a1test.cpp /tmp/ccmnao28.o: In function `main': a1test.cpp:(.text+0x19): undefined reference to `cio::console' a1test.cpp:(.text+0x1e): undefined reference to `cio::operator<<(cio::Console&, char const*)' a1test.cpp:(.text+0x2d): undefined reference to `cio::console' a1test.cpp:(.text+0x32): undefined reference to `cio::operator<<(cio::Console&, char const*)' a1test.cpp:(.text+0x39): undefined reference to `cio::console' a1test.cpp:(.text+0x3e): undefined reference to `cio::Console::pause()' ... Working on the proper #includes to rectify the undefined references. 2013-09-12
J\A