Hilscher Gesellschaft fuer Systemautomation mbH
I will summarize all points, which can be the trigger for the problem which appears, when you try to build a bootimage from an existing elf file.
Error: failed to query the load address
At the beginning of the file you will find a section with Toolset.
Please check, if the global variable "%PATH_GNU_ARM%bin\" is valid.
(Check it with set path_gnu)
The output should look like:
D:\Daten\_eigene_Projekte\netX>set path_gnu PATH_GNU_ARM=C:\Programme\Hitex\GnuToolPackageArm\
[/*:m]
/* We have to locate the Stack first of all */
.stack 0x00000800 : /* 2 KByte */
{
*(.stack_data)
}/* We have to locate the Stack first of all */
.stack 0x00000800 (NOLOAD) : /* 2 KByte */
{
*(.stack_data)
}[/*:m]
For Example:
"This is a Test" = will show the described error Message
"This_is_a_Test" or "ThisisaTest" = will work without any problems.
HP
I voted "it solved my problem" since we had the problem with spaces on a new machine a few weeks ago.