Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.86 KB | None | 0 0
  1. gwc4137@linus:~/classes/current/os1/os1shell$ make test
  2. g++ -c ./test/TestBootRecord.cpp -o ./bin/TestBootRecord.o
  3. g++ -o ./bin/BootRecordCluster.o ./bin/TestBootRecord.o -o ./bin/TestBootRecord
  4. ./bin/TestBootRecord.o: In function `main':
  5. TestBootRecord.cpp:(.text+0x5b): undefined reference to `BootRecordCluster::BootRecordCluster(char const*)'
  6. TestBootRecord.cpp:(.text+0x85): undefined reference to `BootRecordCluster::getFsPath()'
  7. TestBootRecord.cpp:(.text+0xc3): undefined reference to `BootRecordCluster::getFsSize()'
  8. TestBootRecord.cpp:(.text+0x101): undefined reference to `BootRecordCluster::getClSize()'
  9. TestBootRecord.cpp:(.text+0x13f): undefined reference to `BootRecordCluster::getFatLoc()'
  10. TestBootRecord.cpp:(.text+0x17d): undefined reference to `BootRecordCluster::getRootDirLoc()'
  11. collect2: ld returned 1 exit status
  12. make: *** [bin/TestBootRecord] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement