Search found 3 matches

by geolab
Fri Jul 11, 2014 12:15 am
Forum: NetBurner Software
Topic: Build errors on project linking
Replies: 1
Views: 2182

Build errors on project linking

Hello everyone,

I am working on the integration of an existing C++ code into the Netburner environment. Some projects are compiled as libraries while one is compiled as an elf executable.

But, a lot of errors of this type appear on linking process of the executable:

C:\nburn\lib\NetBurner.a ...
by geolab
Fri Jul 11, 2014 12:05 am
Forum: NetBurner Software
Topic: Linker problems calling function getcwd() on unistd.h header
Replies: 3
Views: 4162

Re: Linker problems calling function getcwd() on unistd.h he

Thanks to dciliske and sulliwk06. Now, I don't use anymore the getcwd() function.
by geolab
Mon Jul 07, 2014 4:33 am
Forum: NetBurner Software
Topic: Linker problems calling function getcwd() on unistd.h header
Replies: 3
Views: 4162

Linker problems calling function getcwd() on unistd.h header

Hello everybody,

I am not able to compile a simple project with only a main function with a call to the function:

getcwd();

Doing a CTRL+Click on the function call (and adding the typical include line on the top of the code) brings me to the expected header, but when compiled, an error appear (I ...