Hi, When I try to make a library with more than 8Mb (I know that is big but they also have the debug symbols) the libx51 return a error NOT A FILE and they live the file corrupted. For know the solution is make more than one library... There are any limitations for the library size?
The libraries have currently a file size limit of 8MB. The limit does not exist on the ARM toolchain. The limit is due to a library record that provides a file position information. The 8051 was designed at a time where the harddrive was just 20MB. So we could not imagine that a library will be ever that big. Reinhard