Skip to content

NullPointerException #55

@karlp

Description

@karlp

Unfortunately there's no stack trace, just...

Memory Map Plugin version 2.2.1 (53614)
ERROR: Build step failed with exception
java.lang.NullPointerException
Build step 'Memory Map Publisher' marked build as failure

I added a custom logger for net.praqma.jenkins and got nothing extra there either.

I suspect that the linker script parsing doesn't handle includes? The linker script is just

/* Define memory regions. */
MEMORY
{
	rom (rx) : ORIGIN = 0x08002000, LENGTH = 56K
	ram (rwx) : ORIGIN = 0x20000000, LENGTH = 32K
	eep (r) : ORIGIN = 0x08080000, LENGTH = 4K
}

INCLUDE ../common/cortex-m-generic.ld

However, I don't know how to debug this further

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions