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(ucosmcfa.o): In function `OSSetupVBR':
(.text+0xc4): undefined reference to `vector_base'
I've attached two images of the compiler directories settings and the linker libraries. Moreover, there is a file with the log from a console.
Do I have any error on the linker libaries configuration? Where do you think these errors may come from?
I would appreciate so much any kind of help with this issue.
Build errors on project linking
Build errors on project linking
- Attachments
-
build_log.txt.txt
- (10.98 KiB) Downloaded 202 times
-
- ps_libs.png (218.34 KiB) Viewed 2092 times
-
- ps_directories.png (212.89 KiB) Viewed 2092 times
Re: Build errors on project linking
You didn't modify the "Command Line Pattern" for the Linker options, did you? Your link command is missing all references to the linker scripts that are needed to build the executable file.
-Dan
-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc