nachos 설치중...ㅠ.ㅠ

hairu10의 이미지

크로스 컴파일러 까지 다 설치하고
make depend 까지 하고.
마지막에
make 하니까 이렇게 오류가 뜨네요.
고수님들 알려주세요...ㅠ.ㅠ

---------------------------

[root@localhost threads]# make depend
g++ -I../lib -I../threads -I../machine -DTHREADS -Dx86 -DLINUX -DCHANGED -M ../lib/bitmap.cc ../lib/debug.cc ../lib/hash.cc ../lib/libtest.cc ../lib/list.cc ../lib/sysdep.cc ../machine/interrupt.cc ../machine/stats.cc ../machine/timer.cc ../threads/alarm.cc ../threads/kernel.cc ../threads/main.cc ../threads/scheduler.cc ../threads/synch.cc ../threads/synchlist.cc ../threads/thread.cc ../machine/elevatortest.cc ../machine/elevator.cc > makedep
echo '/^# DO NOT DELETE THIS LINE/+2,$d' >eddep
echo '$r makedep' >>eddep
echo 'w' >>eddep
echo 'q' >>eddep
ed - Makefile < eddep
rm eddep makedep
echo '# DEPENDENCIES MUST END AT END OF FILE' >> Makefile
echo '# IF YOU PUT STUFF HERE IT WILL GO AWAY' >> Makefile
echo '# see make depend above' >> Makefile
[root@localhost threads]# make
g++ -g -Wall -fwritable-strings -I../lib -I../threads -I../machine -DTHREADS -Dx86 -DLINUX -DCHANGED -c ../lib/libtest.cc
In file included from ../lib/libtest.cc:10:
../lib/libtest.h:15:8: warning: extra tokens at end of #endif directive
../lib/libtest.h:15:14: warning: no newline at end of file
In file included from ../lib/bitmap.h:19,
from ../lib/libtest.cc:11:
../lib/utility.h:38:8: warning: extra tokens at end of #endif directive
In file included from /usr/include/c++/3.3.2/backward/iostream.h:31,
from ../lib/sysdep.h:15,
from ../lib/debug.h:18,
from ../lib/list.h:17,
from ../lib/libtest.cc:12:
/usr/include/c++/3.3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
In file included from ../lib/list.h:17,
from ../lib/libtest.cc:12:
../lib/debug.h:85:8: warning: extra tokens at end of #endif directive
In file included from ../lib/libtest.cc:12:
../lib/list.h:76: error: ISO C++ forbids declaration of `ListIterator' with no
type
../lib/list.h:76: error: template-id `ListIterator<T>' used as a declarator
../lib/list.h:76: error: `ListIterator' is neither function nor member
function; cannot be declared friend
In file included from ../lib/list.h:137,
from ../lib/libtest.cc:12:
../lib/list.cc: In member function `void List<T>::SelfTest(T*, int)':
../lib/list.cc:299: error: syntax error before `>' token
In file included from ../lib/libtest.cc:13:
../lib/hash.h: At global scope:
../lib/hash.h:88: error: ISO C++ forbids declaration of `HashIterator' with no
type
../lib/hash.h:88: error: template-id `HashIterator<Key, T>' used as a
declarator
../lib/hash.h:88: error: `HashIterator' is neither function nor member
function; cannot be declared friend
In file included from ../lib/hash.h:118,
from ../lib/libtest.cc:13:
../lib/hash.cc: In member function `void HashTable<Key, T>::SelfTest(T*, int)':
../lib/hash.cc:300: error: syntax error before `,' token
../lib/list.cc: In member function `void List<T>::SelfTest(T*, int) [with T =
int]':
../lib/libtest.cc:77: instantiated from here
../lib/list.cc:304: error: `iterator' undeclared (first use this function)
../lib/list.cc:304: error: (Each undeclared identifier is reported only once
for each function it appears in.)
../lib/list.h: In constructor `ListIterator<T>::ListIterator(List<T>*) [with T
= char*]':
../lib/hash.cc:280: instantiated from `void HashTable<Key, T>::SanityCheck() const [with Key = int, T = char*]'
../lib/hash.cc:302: instantiated from `void HashTable<Key, T>::SelfTest(T*, int) [with Key = int, T = char*]'
../lib/libtest.cc:79: instantiated from here
../lib/list.h:72: error: `ListElement<char*>*List<char*>::first' is protected
../lib/list.h:121: error: within this context
make: *** [libtest.o] 오류 1
[root@localhost threads]#

doldori의 이미지

에러 내용을 보니 소스가 꽤 오래 전에 만들어진 것 같군요. 표준 C++ 코드가 아닙니다.
이거 최신 버전인가요? 그렇다면 소스를 고치는 수밖에 없겠는데요.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.