Hi,
>> You can use the go CMD to test your app.
>> Here post my used step.
>>
>> Write a simple code.It's just include a function definition
>> void _start()
>> {
>> }
>> Then compile it.After do that use following step:
>> ppc_82xx-ld -Bstatic -Ttext 0x1000 board/bname/ttt.o -o t
Hello Leon :-)
Thank you for your help!! :-)
I understand now that is not dificult to make a stand alone application, It's
easy :-) - I am trying to learn the art of building, using GCC, make files,
linking... :-)
Many thanks - have a nice days :-)
--
Cumprimentos,
JPCasainho - http://www.C
Hello :-)
I am looking for an example code for a Flash LED, for a stand alone
application. I did read the examples like "hello world" and the
/doc/standalone.
I would like to know If I can build a stand alone application without
build the u-boot -- I would appreciate if someone point me to a
tuto