URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
[/] [minsoc/] [trunk/] [sw/] [uart/] - Rev 55
Go to most recent revision | Changes | View Log | RSS feed
Last modification
- Rev 55 2011-04-20 14:12:19 GMT
- Author: rfajardo
- Log message:
- Adjusting Makefiles to compile correctly with new firmware updates.
1) except.o not included into libsupport.a.
2) libsupport.a linked to except.o, now in correct order: ld libsupport.a except.o -o executable (not the other way around)
3) int.c was not being compiled because of a #ifdef which is not set anywhere