Hi

I am trying to build an image for the at91rm9200 board using the command
(make CROSS_COMPILE=arm-softfloat-linux-gnu-). It builds until a certain
point and stops with the error message:

at91rm9200dk.c: In function 'board_init':
at91rm9200dk.c:49: error: invalid lvalue in assignment

When I look at line 49 in at91rm9200dk.c, there is aline of code that
says:

        /* Set PA23_TXD in Output */
        (AT91PS_PIO) AT91C_BASE_PIOA->PIO_OER = AT91C_PA23_TXD2;

I don't know how to alter this line of code for the image to build
successfully. The code might not even need altering, what should I do
for the image to build successfully?

Solo

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to