Chameleon

Issue 351: Compilation with XCode 5.0 (with patch)

Reported by bltz, Sep 25, 2013

Attached is a patch which fixes compilation with XCode 5.0
I'm not sure about the RAM module size calculation. The proposed 
patch preserves the previous results and silences the warning, but I 
don't know if that's correct. Somone who understands this part could 
have a look.

Comment 1 by ErmaC , Oct 15, 2013

Thx for the correction bltz.

The correction on spd are ok.
Unfortunately with Xcode 5 still impossible compiling.

...
	[LD] boot.sys
Undefined symbols for architecture i386:
  "_bind_location", referenced from:
      _bind_macho in modules.o
  "_rebase_location", referenced from:
      _rebase_macho in modules.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
make[3]: *** [boot] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
----------

Fabio

Comment 2 by zenith432, Oct 15, 2013

There you go

Comment 3 by ErmaC , Oct 16, 2013

THX.
Done
rev 2266
Status: Fixed

Created: 10 years 6 months ago by bltz

Updated: 10 years 6 months ago

Status: Fixed

Followed by: 2 persons

Labels:
Priority:Medium
Type:Defect