Alright. So, now we're moving along. I understand your frustrated, just a little further along and you'll have your kernel in place.
The error you're getting has to do with a bug that was noticed early on in the release and is documented in this forum. Modifying the properties for the kernel project accidently erases the offset value within the configuration file for the project, causing the problem that you see.
The fix hasn't been released yet but will be soon if all goes well.
To fix the problem for this particular instance:
There's a file called <project_name>.stf within your project directory. Inside the file, there's a tag
<location_on_target>
The tag has to be modified to look like this:
<location_on_target offset='0x0'>
After making the modification, try uploading your kernel again by right-clicking the "build/vmlinux.bin" file and selecting Upload.