Difference between revisions of "BTP300A Team 14 Bugs Report"
Albert Kim (talk | contribs) (Created page with '09/16/2013 Trying to get something to display in function display() /tmp/ccs3bAU3.o: In function `display(char const*, int, int, int)': consolelineedit.cpp:(.text+0x10): undefi…') |
Albert Kim (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
/tmp/ccs3bAU3.o: In function `display(char const*, int, int, int)': | /tmp/ccs3bAU3.o: In function `display(char const*, int, int, int)': | ||
+ | |||
consolelineedit.cpp:(.text+0x10): undefined reference to `cio::console' | consolelineedit.cpp:(.text+0x10): undefined reference to `cio::console' | ||
+ | |||
consolelineedit.cpp:(.text+0x15): undefined reference to `cio::operator<<(cio::Console&, char const*)' | consolelineedit.cpp:(.text+0x15): undefined reference to `cio::operator<<(cio::Console&, char const*)' | ||
+ | |||
+ | --- | ||
+ | |||
+ | it compiles now but it doesn't display anything when I a.out! | ||
+ | |||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | |||
+ | 09/17/2013 | ||
+ | |||
+ | Still working on display() function. | ||
+ | |||
+ | |||
+ | - | ||
+ | --- | ||
+ | |||
+ | 09/27/2013 | ||
+ | |||
+ | Trying to get the a1test.cpp display everything properly |
Latest revision as of 00:43, 27 September 2013
09/16/2013
Trying to get something to display in function display()
/tmp/ccs3bAU3.o: In function `display(char const*, int, int, int)':
consolelineedit.cpp:(.text+0x10): undefined reference to `cio::console'
consolelineedit.cpp:(.text+0x15): undefined reference to `cio::operator<<(cio::Console&, char const*)'
---
it compiles now but it doesn't display anything when I a.out!
09/17/2013
Still working on display() function.
-
---
09/27/2013
Trying to get the a1test.cpp display everything properly