compiling our application software using eclipse
Posted: Thu Feb 19, 2009 7:36 am
I am currently trying to import our application software into the netburner tools but am having difficulty.
I have implemented their mod5270factorydemo in the nburn/eclipse/workspace directory and this imports and compiles no problem.
however,
when I try and create a project for our application software, I get a lot of undefined messages as if it is not seeing or picking up the variables from the nburn include directories
the includes are the standard nburn includes generated by the compiler plus the following that I have added paths by selecting preferences, and gnuc++ compiler and directories
workspace\mbtcp
workspace\include
the workspace is c:\software development and the project name is batch blender.
when I compile the application, it does not have any errors saying that it could not find the header files but it has a load of undefined variables from the ftpd.cpp file as follows
the errors are as follows
Severity and Description Path Resource Location Creation Time Id
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_AbleToCreateFile' batch blender line 864 1235056339585 1429
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_CreateSubDirectory' batch blender line 783 1235056339585 1427
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DeleteFile' batch blender line 828 1235056339585 1426
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DeleteSubDirectory' batch blender line 737 1235056339585 1428
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DirectoryExists' batch blender line 979 1235056339585 1425
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_FileExists' batch blender line 540 1235056339585 1434
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_GetFileFromClient' batch blender line 869 1235056339585 1430
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListFile' batch blender line 646 1235056339585 1433
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListFile' batch blender line 687 1235056339585 1432
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListSubDirectories' batch blender line 687 1235056339585 1431
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_Rename' batch blender line 1060 1235056339585 1424
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_SendFileToClient' batch blender line 545 1235056339585 1435
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionEnd' batch blender line 236 1235056339585 1437
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionEnd' batch blender line 259 1235056339585 1436
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionStart' batch blender line 189 1235056339585 1438
any ideas would be apreciated,
thanks,
Paraic
I have implemented their mod5270factorydemo in the nburn/eclipse/workspace directory and this imports and compiles no problem.
however,
when I try and create a project for our application software, I get a lot of undefined messages as if it is not seeing or picking up the variables from the nburn include directories
the includes are the standard nburn includes generated by the compiler plus the following that I have added paths by selecting preferences, and gnuc++ compiler and directories
workspace\mbtcp
workspace\include
the workspace is c:\software development and the project name is batch blender.
when I compile the application, it does not have any errors saying that it could not find the header files but it has a load of undefined variables from the ftpd.cpp file as follows
the errors are as follows
Severity and Description Path Resource Location Creation Time Id
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_AbleToCreateFile' batch blender line 864 1235056339585 1429
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_CreateSubDirectory' batch blender line 783 1235056339585 1427
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DeleteFile' batch blender line 828 1235056339585 1426
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DeleteSubDirectory' batch blender line 737 1235056339585 1428
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_DirectoryExists' batch blender line 979 1235056339585 1425
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_FileExists' batch blender line 540 1235056339585 1434
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_GetFileFromClient' batch blender line 869 1235056339585 1430
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListFile' batch blender line 646 1235056339585 1433
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListFile' batch blender line 687 1235056339585 1432
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_ListSubDirectories' batch blender line 687 1235056339585 1431
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_Rename' batch blender line 1060 1235056339585 1424
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPD_SendFileToClient' batch blender line 545 1235056339585 1435
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionEnd' batch blender line 236 1235056339585 1437
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionEnd' batch blender line 259 1235056339585 1436
C:\release\nburn\system/ftpd.cpp undefined reference to `FTPDSessionStart' batch blender line 189 1235056339585 1438
any ideas would be apreciated,
thanks,
Paraic