Cannot open directory: [..\html]
Posted: Fri May 10, 2013 2:37 pm
Hi,
I'm following the instructions in the NBEclipsGettingStarted.pdf to start a new project and import an example. In my case I import the SB70 example. So far so good but when the import is ready it start compiling and building automatically. However the build is stopped due to errors. At build a directory can't be opend: Cannot open directory: [..\html] when reading files from ..\html and compressing them into htmldata.cpp.
I have admin rights but it looks like the builder can't access the directory.
Does anybody have an idea of seen this before and solved this? I searched the forum on topic "Cannot open directory" but the items were too common.
I'm following the instructions in the NBEclipsGettingStarted.pdf to start a new project and import an example. In my case I import the SB70 example. So far so good but when the import is ready it start compiling and building automatically. However the build is stopped due to errors. At build a directory can't be opend: Cannot open directory: [..\html] when reading files from ..\html and compressing them into htmldata.cpp.
I have admin rights but it looks like the builder can't access the directory.
Does anybody have an idea of seen this before and solved this? I searched the forum on topic "Cannot open directory" but the items were too common.
Code: Select all
**** Rebuild of configuration Release for project SB70FactoryDemo ****
m68k-elf-g++ -mcpu=5208 -O2 -gdwarf-2 -fno-rtti -fno-exceptions -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW ..\SB70App\main.cpp -oSB70App\main.o
m68k-elf-g++ -mcpu=5208 -O2 -gdwarf-2 -fno-rtti -fno-exceptions -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW ..\SB70App\formtools.cpp -oSB70App\formtools.o
m68k-elf-gcc -mcpu=5208 -O2 -gdwarf-2 -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW ..\SB70App\fucosdmp.c -oSB70App\fucosdmp.o
comphtml ..\html -ohtmldata.cpp
Reading files from ..\html and compressing them into htmldata.cpp
Result counts = 1 total_ends :1
0 bytes out of 0 original encode out of 0 total original
Cannot open directory: [..\html]
Cannot open directory: [..\html]
m68k-elf-g++ -mcpu=5208 -O2 -gdwarf-2 -fno-rtti -fno-exceptions -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW htmldata.cpp -ohtmldata.o
m68k-elf-g++ -mcpu=5208 -O2 -gdwarf-2 -fno-rtti -fno-exceptions -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW ..\SB70App\configweb.cpp -oSB70App\configweb.o
m68k-elf-g++ -mcpu=5208 -O2 -gdwarf-2 -fno-rtti -fno-exceptions -IC:\Nburn\include -IC:\Nburn\SB70\include -IC:\Nburn\gcc-m68k\m68k-elf\include -falign-functions=4 -Wall -Wno-write-strings -c -fmessage-length=0 -DSB70 -DNBMINGW ..\SB70App\SB70MibFile.cpp -oSB70App\SB70MibFile.o
m68k-elf-g++ -mcpu=5208 -Wl -Wl,-n -TC:\Nburn\SB70\lib\SB70.ld -Wl,-RC:\Nburn\SB70\lib\sys.ld -Wl,-Map=SB70FactoryDemo.map SB70App\main.o SB70App\fucosdmp.o SB70App\formtools.o SB70App\configweb.o SB70App\SB70MibFile.o htmldata.o -Wl,--start-group,C:\Nburn\lib\SB70.a C:\Nburn\lib\NetBurner.a -Wl,--end-group -oSB70FactoryDemo.elf
C:\Nburn\lib\NetBurner.a(htmldecomp.o): In function `SendHtml(int, char*, int, char const*)':
C:\release\nburn\system/htmldecomp.cpp:175: undefined reference to `html_table'
C:\release\nburn\system/htmldecomp.cpp:179: undefined reference to `html_table'
C:\Nburn\lib\NetBurner.a(htmldecomp.o): In function `GetRecordFromName(char*)':
C:\release\nburn\system/htmldecomp.cpp:87: undefined reference to `file_record'
C:\release\nburn\system/htmldecomp.cpp:85: undefined reference to `n_file_record'
C:\release\nburn\system/htmldecomp.cpp:94: undefined reference to `file_record'
C:\release\nburn\system/htmldecomp.cpp:85: undefined reference to `file_record'
C:\release\nburn\system/htmldecomp.cpp:94: undefined reference to `file_record'
collect2: ld returned 1 exit status
Build error occured, build is stopped