SEARCH  

NEWS

2010.10.06:11:36:28
HP wspiera studentów w Szczecinie
30 września br. Centrum Edukacji i Badań HP oficjalnie rozpoczęło swoją działalność przy Zachodniopomorskim Uniwersytecie Technologicznym w Szczecinie. Ośrodek powstał w ramach programu Międzynarodowego Instytutu Technologicznego HP (IIT HP). Jego głównym celem jest edukacja światowej klasy specjalistów w dziedzinie IT i zapewnienie zarówno studentom, jak i wykładowcom dostępu do najnowocześniejszych technologii.

 

messageID:534260007695
author:Ralf Baechle
title:Gcc cant branch to undefined symbol
Hello - I am using gcc 3.3.2 - when I assemble a file that has a branch to a label, and the label is not defined in the .S file (i.e. there is no extern - the label exists in another .S file) the error "cannot branch to an undefined symbol" results. Using an older version of mipsel-gnu-linux-gcc does not report this error. Any idea what I am doing wrong? Thanks
Index